(bash) use kitty

This commit is contained in:
jc 2024-08-07 17:21:02 -04:00
commit 12f5a4f7ef
No known key found for this signature in database

View file

@ -236,7 +236,7 @@ fi
export TERM_COLOR_MODE
# set the terminal color theme
USE_TERM=alacritty
USE_TERM=kitty
if [ $TERM_COLOR_MODE == "light" ]; then
if [ $USE_TERM == "kitty" ]; then
kitten @ set-colors --all "$HOME/.config/kitty/light.conf"