Switch theme to norrsken instead of ayu.

This commit is contained in:
Martin Larsson 2026-03-22 23:29:51 +01:00
parent a7c85f076d
commit 0c4bf88aea
21 changed files with 613 additions and 4890 deletions

View file

@ -5,19 +5,13 @@ THEME=$(colorsync get)
OUTPUT="$HOME/.config/ghostty/colorsync_ghostty_theme"
default() {
printf "theme = Ayu" > "$OUTPUT"
printf "theme = norrsken" > "$OUTPUT"
}
case "$THEME" in
ayudark)
norrsken)
default
;;
ayumirage)
printf "theme = Ayu Mirage" > "$OUTPUT"
;;
ayulight)
printf "theme = ayu_light" > "$OUTPUT"
;;
*)
default
;;