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

This commit is contained in:
2026-02-24 00:33:23 +01:00
parent 3b57990b9d
commit dab0bfca80
3 changed files with 5 additions and 3 deletions
+1 -1
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