change bat theme to mocha

This commit is contained in:
Frank Zechert
2026-08-02 22:06:59 +02:00
parent 2c88f4932e
commit fb4f54e9fa
+1 -1
View File
@@ -27,7 +27,7 @@ export LESS_TERMCAP_se=$'\E[0m'
export LESS_TERMCAP_so=$'\E[01;44;33m'
export LESS_TERMCAP_ue=$'\E[0m'
export LESS_TERMCAP_us=$'\E[01;32m'
export BAT_THEME="Catppuccin Macchiato"
export BAT_THEME="Catppuccin Mocha"
# for man pages
export MANPAGER="sh -c 'sed -u -e \"s/\\x1B\[[0-9;]*m//g; s/.\\x08//g\" | bat -p -lman'"