remove incompatible `terminal` colour
This commit is contained in:
parent
3e8518c055
commit
4aba4f8429
|
@ -13,7 +13,7 @@ set -g window-status-style fg=colour7
|
|||
set -g window-status-current-format "#[fg=colour7]● #[fg=colour11,bold]#W#[fg=colour7,none] ●"
|
||||
set -g window-status-format "#{?window_last_flag,#[fg=colour11],} #W "
|
||||
|
||||
set -g pane-border-style fg=colour0,bg=terminal
|
||||
set -g pane-active-border-style fg=colour0,bg=colour0
|
||||
set -g pane-border-style fg=colour0,bg=color0
|
||||
set -g pane-active-border-style fg=colour8,bg=colour0
|
||||
|
||||
set-window-option -g clock-mode-colour colour8
|
||||
|
|
Loading…
Reference in New Issue