adjust taskbar background color
This commit is contained in:
parent
33e42a2846
commit
66653b815f
1 changed files with 4 additions and 4 deletions
|
@ -49,7 +49,7 @@ set-window-option -g clock-mode-colour green
|
||||||
set-window-option -g window-status-bell-style fg=color0,bg=red
|
set-window-option -g window-status-bell-style fg=color0,bg=red
|
||||||
|
|
||||||
# default statusbar colors
|
# default statusbar colors
|
||||||
set -g status-bg black
|
set -g status-bg "#1a1d1c"
|
||||||
|
|
||||||
# term color
|
# term color
|
||||||
# set -g default-terminal "screen-256color"
|
# set -g default-terminal "screen-256color"
|
||||||
|
@ -59,13 +59,13 @@ set -g status-bg black
|
||||||
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=#1D1D19]#[fg=#1A202C]#{?client_prefix,#[fg=#51000f],}#{?window_zoomed_flag, #[fg=colour7]🔍 ,} '
|
set -g status-left '#[bg=#1A202C]#[fg=#ffffff]#{?client_prefix,#[bg=#51000f],} ❐ #[bg=#1a1d1c]#[fg=#1A202C]#{?client_prefix,#[fg=#51000f],}#{?window_zoomed_flag, #[fg=colour7]🔍 ,} '
|
||||||
|
|
||||||
# current window status
|
# current window status
|
||||||
set -g window-status-current-format "#[fg=#1D1D19]#[bg=#51000f]#[fg=colour7]#[bg=#51000f] #I #[fg=colour7] #W #[fg=#51000f]#[bg=#1D1D19]"
|
set -g window-status-current-format "#[fg=#1a1d1c]#[bg=#51000f]#[fg=colour7]#[bg=#51000f] #I #[fg=colour7] #W #[fg=#51000f]#[bg=#1a1d1c]"
|
||||||
|
|
||||||
# normal window status
|
# normal window status
|
||||||
set -g window-status-format "#[fg=colour244]#[bg=#1D1D19]#I #[fg=colour240] #W"
|
set -g window-status-format "#[fg=colour244]#[bg=#1a1d1c]#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