nvim+kitty: dark theme nightfox, use kitty cursor trail

This commit is contained in:
2026-02-24 00:30:16 +01:00
parent 3b57990b9d
commit dab0bfca80
3 changed files with 5 additions and 3 deletions

View File

@@ -46,7 +46,7 @@ fi
XSET=$(readlink -e ~/.config/xsettingsd/xsettingsd.conf)
if [ "$THEME" = dark ]; then
kitten themes --reload-in=all Kanagawa
kitten themes --reload-in=all Nightfox
elif [ "$THEME" = light ]; then
kitten themes --reload-in=all Dayfox
fi