Switch theme to norrsken instead of ayu.
This commit is contained in:
parent
a7c85f076d
commit
0c4bf88aea
21 changed files with 613 additions and 4890 deletions
|
|
@ -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
|
||||
;;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue