neovim custom invero light-theme #1
@ -27,7 +27,6 @@ set -g status-right ''
|
||||
|
||||
# set -g pane-border-status bottom # or 'bottom' if status is at top
|
||||
# set -g pane-border-format '─' # This will fill the entire width automatically
|
||||
# set -g pane-border-format '#[align=centre]╱╲'
|
||||
|
||||
# Window status format - light theme with terminal blue
|
||||
setw -g window-status-format '#[fg=#6c6f85]#I#[fg=#9ca0b0]:#[fg=#4c4f69]#W#[fg=#9ca0b0]#F'
|
||||
@ -36,8 +35,6 @@ setw -g window-status-current-format '#[fg=blue,bold]#I#[fg=#9ca0b0]:#[fg=blue,b
|
||||
# Pane border - light theme
|
||||
set -g pane-border-style fg='#ccd0da'
|
||||
set -g pane-active-border-style fg=blue
|
||||
# set -g pane-border-style "fg=#ccd0da,bg=green"
|
||||
# set -g pane-active-border-style "fg=blue,bg=green"
|
||||
|
||||
# Message text - light theme
|
||||
set -g message-style bg='#eff1f5',fg=blue
|
||||
|
||||
Loading…
Reference in New Issue
Block a user