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
|
|
@ -1,25 +1,15 @@
|
|||
THEME=$(colorsync get)
|
||||
|
||||
default() {
|
||||
bg="#95E6CB"
|
||||
fg="#000000"
|
||||
text_col="#BFBDB6"
|
||||
bg="#34BFA4"
|
||||
fg="#020222"
|
||||
text_col="#eeeef5"
|
||||
}
|
||||
|
||||
case "$THEME" in
|
||||
ayudark)
|
||||
norrsken)
|
||||
default
|
||||
;;
|
||||
ayumirage)
|
||||
bg="#95E6CB"
|
||||
fg="#101521"
|
||||
text_col="#CCCAC2"
|
||||
;;
|
||||
ayulight)
|
||||
bg="#4CBF99"
|
||||
fg="#F3F4F5"
|
||||
text_col="#5C6166"
|
||||
;;
|
||||
*)
|
||||
default
|
||||
;;
|
||||
|
|
|
|||
|
|
@ -3,25 +3,15 @@
|
|||
THEME=$(colorsync get)
|
||||
|
||||
default() {
|
||||
tmux set-option -g status-bg "#000000"
|
||||
tmux setw -g window-status-format "#[bg=#000000,fg=#BFBDB6] #[bold]#I #[default] #[fg=#59C2FF]#W #[default]"
|
||||
tmux setw -g window-status-current-format "#[bg=#95E6CB,fg=#000000] #[bold]#I #[default] #[fg=#FF8F40]#W #[default]"
|
||||
tmux set-option -g status-bg "#0b0b2b"
|
||||
tmux setw -g window-status-format "#[bg=#0b0b2b,fg=#eeeef5] #[bold]#I #[default] #[fg=#34BFA4]#W #[default]"
|
||||
tmux setw -g window-status-current-format "#[bg=#34BFA4,fg=#020222] #[bold]#I #[default] #[fg=#D4973E]#W #[default]"
|
||||
}
|
||||
|
||||
case "$THEME" in
|
||||
ayudark)
|
||||
norrsken)
|
||||
default
|
||||
;;
|
||||
ayumirage)
|
||||
tmux set-option -g status-bg "#101521"
|
||||
tmux setw -g window-status-format "#[bg=#101521,fg=#CCCAC2] #[bold]#I #[default] #[fg=#73D0FF]#W #[default]"
|
||||
tmux setw -g window-status-current-format "#[bg=#95E6CB,fg=#101521] #[bold]#I #[default] #[fg=#FFCC66]#W #[default]"
|
||||
;;
|
||||
ayulight)
|
||||
tmux set-option -g status-bg "#F0F0F0"
|
||||
tmux setw -g window-status-format "#[bg=#F0F0F0,fg=#5C6166] #[bold]#I #[default] #[fg=#399EE6]#W #[default]"
|
||||
tmux setw -g window-status-current-format "#[bg=#4CBF99,fg=#F0F0F0] #[bold]#I #[default] #[fg=#FA8D3E]#W #[default]"
|
||||
;;
|
||||
*)
|
||||
default
|
||||
;;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue