kitty: five-colors dark and light themes

This commit is contained in:
2026-05-19 20:23:00 +02:00
parent e08bf98d80
commit caeb94082d
4 changed files with 73 additions and 3 deletions

View File

@@ -46,9 +46,9 @@ fi
XSET=$(readlink -e ~/.config/xsettingsd/xsettingsd.conf)
if [ "$THEME" = dark ]; then
kitten themes --reload-in=all 'lupanbones-dark'
kitten themes --reload-in=all 'five-colors-dark'
elif [ "$THEME" = light ]; then
kitten themes --reload-in=all 'lupanbones-light'
kitten themes --reload-in=all 'five-colors-light'
fi
# GTK