Switch to Gruvbox as light theme
This commit is contained in:
11
tmux/.tmux/statusbar.conf
Normal file
11
tmux/.tmux/statusbar.conf
Normal file
@@ -0,0 +1,11 @@
|
||||
set -g status-justify "centre"
|
||||
set -g status "on"
|
||||
set -g status-left-style "none"
|
||||
set -g status-style "none,bg=black"
|
||||
set -g status-left "#[bold] #S"
|
||||
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 "
|
||||
Reference in New Issue
Block a user