bat
bat copied to clipboard
Grayscale Theme Request
Most themes are focust on black background and gruvbox-light
is the only one usable.
Could you add grayscale theme so that people can use in grayscale color filtering on white background?
+I was expecting to get black text for -p
but it does not work as expected.
You can use the following command to add a theme yourself
mkdir -p "$(bat --config-dir)/themes"
cd "$(bat --config-dir)/themes"
# Download a theme
git clone https://github.com/greggb/sublime-snazzy
# Update binary cache
bat cache --build
themes need to be found or designed by yourself