delta
delta copied to clipboard
🐛 doc: document sources of `syntax-theme` config option
The documentation for --syntax-theme says that it defaults to the value of the BAT_THEME environment variable (if it contains a valid theme name).
I don't have BAT_THEME set. Instead, I configured bat by following catppuccin/bat's instructions, i.e. --theme="Catppuccin Mocha" in ~/.config/bat/config.
In order of descending priority, delta seems to use:
syntax-themeoption in thegitconfig fileBAT_THEMEenvironment variablethemeoption in thebatconfig file
The documentation should be updated to reflect this.
Is this issue still open for me to work on it?
@l-armstrong I haven't found time to work on this. If you'd like to contribute, please go for it!