Skip to content

Commit 779a393

Browse files
committed
feat(tmux): change color scheme.
1 parent f7409bd commit 779a393

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

module/tmux/tmux.conf

+6-6
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ set -g default-terminal "tmux-256color"
4646
# ↳ Enable RBG-color support
4747
set -as terminal-features ",xterm-256color:RGB"
4848
# ↳ Clock mode
49-
set -g clock-mode-color "#ffd700"
49+
set -g clock-mode-color "#4bc3cc"
5050

5151
# Mouse mode
5252
# ↳ Enable mouse mode
@@ -83,14 +83,14 @@ set -g @nova-nerdfonts true
8383
set -g @nova-nerdfonts-left 
8484
set -g @nova-nerdfonts-right 
8585
# ↳ Color
86-
set -g @nova-pane-active-border-style "color220"
86+
set -g @nova-pane-active-border-style "#4bc3cc"
8787
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"
9191
set -g @nova-status-style-active-fg "#000f1c"
9292
set -g @nova-status-style-bg "#000f1c"
93-
set -g @nova-status-style-fg "#ffd700"
93+
set -g @nova-status-style-fg "#64f6ff"
9494
# ↳ Content
9595
set -g @nova-pane "#I#{?pane_in_mode,  #{pane_mode},}  #W #{?window_zoomed_flag,[Z],}"
9696
set -g @nova-segment-mode "#[bold] #S"

0 commit comments

Comments
 (0)