Switch to Gruvbox as light theme
This commit is contained in:
@@ -78,3 +78,4 @@ set -g mouse on
|
||||
bind -T root WheelUpPane if-shell -F -t = "#{alternate_on}" "send-keys -M" "select-pane -t =; copy-mode -e; send-keys -M"
|
||||
bind -T root WheelDownPane if-shell -F -t = "#{alternate_on}" "send-keys -M" "select-pane -t =; send-keys -M"
|
||||
|
||||
source ~/.tmux/statusbar.conf
|
||||
|
||||
@@ -7,5 +7,5 @@ set -g status-right ""
|
||||
set -g pane-border-style "fg=#2e3244"
|
||||
set -g pane-active-border-style "fg=#454b68"
|
||||
setw -g window-status-style "none,fg=black,bg=brightblack"
|
||||
setw -g window-status-format "#[fg=black,bg=brightblack] #I #W "
|
||||
setw -g window-status-current-format "#[fg=black,bg=cyan,bold] #I #W "
|
||||
setw -g window-status-format "#[fg=black,bg=brightblack] #I #W "
|
||||
setw -g window-status-current-format "#[fg=black,bg=cyan,bold] #I #W "
|
||||
Reference in New Issue
Block a user