diff --git a/kitty/setup.sh b/kitty/setup.sh index 8f81f2f..7eb7b97 100755 --- a/kitty/setup.sh +++ b/kitty/setup.sh @@ -63,7 +63,7 @@ if [ $NOW -ge $SUNRISE_MINUTES ] && [ $NOW -lt $SUNSET_MINUTES ]; then MODE=light fi if [ $MODE == "light" ]; then - echo "load light theme" + kitten @ set-colors --all "$HOME/.config/kitty/light.conf" else - echo "load dark theme" + kitten @ set-colors --all "$HOME/.config/kitty/dark.conf" fi