Dotfiles/vim/theme/cyberqueer.nvim/extras/textmate
The_miro 9684f33b0e added lush config temporarily 2025-03-20 07:56:21 +01:00
..
README.md added lush config temporarily 2025-03-20 07:56:21 +01:00
cyberdream-light.tmTheme added lush config temporarily 2025-03-20 07:56:21 +01:00
cyberdream.tmTheme added lush config temporarily 2025-03-20 07:56:21 +01:00

README.md

Usage

Bat

Create a bat config dir.

mkdir -p "$(bat --config-dir)/themes"

Download the cyberdream .tmTheme files into that directory.

Rebuild the bat themes cache.

bat cache --build

Create or use an existing config file.

# Show existing config file location.
bat --config-file
# or generate a new one
bat --generate-config-file

Add the theme to the config.

--theme="cyberdream"

See Bat - Adding a new theme or Bat - Configuration file

Delta

Prerequisite Bat theme.

Add the theme to your delta configuration section in your ~/.gitconfig.

[delta]
  features = cyberdream

[delta "decorations"]
  syntax-theme = cyberdream

See delta