sharkdp / bat

A cat(1) clone with wings.
Apache License 2.0
48.68k stars 1.23k forks source link

Grayscale Theme Request #2616

Open heeh opened 1 year ago

heeh commented 1 year ago

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.

rtczza commented 5 months ago

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 commented 5 months ago

themes need to be found or designed by yourself