fix colors
This commit is contained in:
parent
05cef550bd
commit
edbe0556ca
1 changed files with 7 additions and 7 deletions
|
@ -38,26 +38,26 @@ set -g status-interval 10
|
||||||
set-window-option -g clock-mode-colour green
|
set-window-option -g clock-mode-colour green
|
||||||
|
|
||||||
# bell
|
# bell
|
||||||
set-window-option -g window-status-bell-style fg=black,bg=red
|
set-window-option -g window-status-bell-style fg=color0,bg=red
|
||||||
|
|
||||||
# default statusbar colors
|
# default statusbar colors
|
||||||
set-option -g status-bg black
|
set -g status-bg black
|
||||||
|
|
||||||
# term color
|
# term color
|
||||||
set -g default-terminal "screen-256color"
|
# set -g default-terminal "screen-256color"
|
||||||
set-option -ga terminal-overrides ",xterm-256color:Tc"
|
# set-option -ga terminal-overrides ",xterm-256color:Tc"
|
||||||
|
|
||||||
# right status
|
# right status
|
||||||
set -g status-right '#[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
|
# 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, #[fg=colour7]🔍 ,} '
|
set -g status-left '#[bg=#1A202C]#[fg=#ffffff]#{?client_prefix,#[bg=#51000f],} ❐ #[bg=#1D1D19]#[fg=#1A202C]#{?client_prefix,#[fg=#51000f],}#{?window_zoomed_flag, #[fg=colour7]🔍 ,} '
|
||||||
|
|
||||||
# current window status
|
# 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]"
|
set -g window-status-current-format "#[fg=#1D1D19]#[bg=#51000f]#[fg=colour7]#[bg=#51000f] #I #[fg=colour7] #W #[fg=#51000f]#[bg=#1D1D19]"
|
||||||
|
|
||||||
# normal window status
|
# normal window status
|
||||||
set -g window-status-format "#[fg=colour244]#[bg=colour8]#I #[fg=colour240] #W"
|
set -g window-status-format "#[fg=colour244]#[bg=#1D1D19]#I #[fg=colour240] #W"
|
||||||
|
|
||||||
# escape time
|
# escape time
|
||||||
set-option -sg escape-time 10
|
set-option -sg escape-time 10
|
||||||
|
|
Loading…
Add table
Reference in a new issue