@@ -46,7 +46,7 @@ set -g default-terminal "tmux-256color"
46
46
# ↳ Enable RBG-color support
47
47
set -as terminal-features " ,xterm-256color:RGB"
48
48
# ↳ Clock mode
49
- set -g clock-mode-color " #ffd700 "
49
+ set -g clock-mode-color " #4bc3cc "
50
50
51
51
# Mouse mode
52
52
# ↳ Enable mouse mode
@@ -83,14 +83,14 @@ set -g @nova-nerdfonts true
83
83
set -g @nova-nerdfonts-left
84
84
set -g @nova-nerdfonts-right
85
85
# ↳ Color
86
- set -g @nova-pane-active-border-style " color220 "
86
+ set -g @nova-pane-active-border-style " #4bc3cc "
87
87
set -g @nova-pane-border-style " #000f1c"
88
- set -g @nova-segment-mode-colors " #{?client_prefix,#fe5f5f,#00ffff } #{?client_prefix,#920101,#006b6b }"
89
- set -g @nova-segment-whoami-colors " #ffd700 #000f1c"
90
- set -g @nova-status-style-active-bg " #ffd700 "
88
+ set -g @nova-segment-mode-colors " #{?client_prefix,#fe605a,#4bc3cc } #{?client_prefix,#4d141b,#182b2f }"
89
+ set -g @nova-segment-whoami-colors " #4bc3cc #000f1c"
90
+ set -g @nova-status-style-active-bg " #4bc3cc "
91
91
set -g @nova-status-style-active-fg " #000f1c"
92
92
set -g @nova-status-style-bg " #000f1c"
93
- set -g @nova-status-style-fg " #ffd700 "
93
+ set -g @nova-status-style-fg " #64f6ff "
94
94
# ↳ Content
95
95
set -g @nova-pane " #I#{?pane_in_mode, #{pane_mode},} #W #{?window_zoomed_flag,[Z],}"
96
96
set -g @nova-segment-mode " #[bold] #S"
0 commit comments