Skip to content

Latest commit

 

History

History

textmate

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

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