Let's try Nord.
This commit is contained in:
parent
a7adea406b
commit
16d52d50a4
@ -22,7 +22,7 @@ bind - split-window -v
|
||||
# status line
|
||||
set -g status "on"
|
||||
set -g status-position top
|
||||
set -g status-style "none,bg=brightblack"
|
||||
set -g status-style "none,bg=black"
|
||||
set -g status-justify "left"
|
||||
set -g status-left-style "none"
|
||||
set -g status-right-style "none"
|
||||
@ -30,12 +30,12 @@ set -g status-left-length "100"
|
||||
set -g status-right-length "100"
|
||||
set -g pane-border-style "fg=black"
|
||||
set -g pane-active-border-style "fg=cyan"
|
||||
set -g message-style "fg=brightcyan,bg=black"
|
||||
set -g message-command-style "fg=brightcyan,bg=black"
|
||||
set -g status-left "#[fg=cyan,bg=brightblack] #S "
|
||||
set -g message-style "fg=white,bg=black"
|
||||
set -g message-command-style "fg=white,bg=black"
|
||||
set -g status-left "#[fg=cyan,bg=black] #S "
|
||||
set -g status-right "#[fg=cyan,bg=brightblack,nobold,nounderscore,noitalics] #h "
|
||||
setw -g window-status-style "none,fg=cyan,bg=brightblack"
|
||||
setw -g window-status-separator ""
|
||||
setw -g window-status-activity-style "none"
|
||||
setw -g window-status-format "#[fg=cyan,bg=brightblack] #I #W "
|
||||
setw -g window-status-current-format "#[fg=cyan,bg=black] #I#[fg=cyan,bg=black] #W "
|
||||
setw -g window-status-format "#[fg=cyan,bg=black] #I #W "
|
||||
setw -g window-status-current-format "#[fg=black,bg=cyan] #I #W "
|
||||
|
Loading…
Reference in New Issue
Block a user