bat icon indicating copy to clipboard operation
bat copied to clipboard

Grayscale Theme Request

Open heeh opened this issue 1 year ago • 2 comments

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.

heeh avatar Jul 02 '23 23:07 heeh

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

rtczza avatar Mar 21 '24 09:03 rtczza

themes need to be found or designed by yourself

rtczza avatar Mar 21 '24 09:03 rtczza