fix some colors
This commit is contained in:
parent
8a8deac854
commit
863b68b62a
1 changed files with 4 additions and 4 deletions
|
@ -25,8 +25,8 @@ bind -n M-j switch-client -n
|
|||
bind -n M-k switch-client -p
|
||||
|
||||
# pane number display
|
||||
set-option -g display-panes-active-colour blue #blue
|
||||
set-option -g display-panes-colour brightred #orange
|
||||
set-option -g display-panes-active-colour #51000f #blue
|
||||
set-option -g display-panes-colour #ffffff #orange
|
||||
|
||||
# start numbering at 1
|
||||
set -g base-index 1
|
||||
|
@ -49,10 +49,10 @@ set -g default-terminal "screen-256color"
|
|||
set-option -ga terminal-overrides ",xterm-256color:Tc"
|
||||
|
||||
# right status
|
||||
set -g status-right '#[fg=colour3]#[fg=#51000f]#[bg=#51000f]#[fg=#ffffff] %H:%M %d-%b '
|
||||
set -g status-right '#[fg=#51000f]#[bg=#51000f]#[fg=#ffffff] %H:%M %d-%b '
|
||||
|
||||
# left status
|
||||
set -g status-left '#[bg=#1A202C]#[fg=#ffffff]#{?client_prefix,#[bg=#51000f],} ❐ #[bg=colour8]#[fg=#1A202C]#{?client_prefix,#[fg=#51000f],}#{?window_zoomed_flag, 🔍 ,} '
|
||||
set -g status-left '#[bg=#1A202C]#[fg=#ffffff]#{?client_prefix,#[bg=#51000f],} ❐ #[bg=colour8]#[fg=#1A202C]#{?client_prefix,#[fg=#51000f],}#{?window_zoomed_flag, #[fg=colour7]🔍 ,} '
|
||||
|
||||
# current window status
|
||||
set -g window-status-current-format "#[fg=colour8]#[bg=#51000f]#[fg=colour7]#[bg=#51000f] #I #[fg=colour7] #W #[fg=#51000f]#[bg=colour8]"
|
||||
|
|
Loading…
Add table
Reference in a new issue