added highlight color
This commit is contained in:
parent
90f4b25381
commit
a25d3a6b3b
|
@ -32,6 +32,7 @@ thm_yellow="#eed49f"
|
||||||
thm_blue="#8aadf4"
|
thm_blue="#8aadf4"
|
||||||
thm_orange="#f5a97f"
|
thm_orange="#f5a97f"
|
||||||
thm_black4="#5b6078"
|
thm_black4="#5b6078"
|
||||||
|
thm_highlight="#1e1e2e"
|
||||||
|
|
||||||
set -g status-left-length 40
|
set -g status-left-length 40
|
||||||
set -g status-interval 30
|
set -g status-interval 30
|
||||||
|
@ -40,7 +41,7 @@ set -g status-bg $thm_gray
|
||||||
set -g status-fg $thm_orange
|
set -g status-fg $thm_orange
|
||||||
|
|
||||||
# Set bg color of active window
|
# Set bg color of active window
|
||||||
set -g window-active-style bg=$thm_gray
|
set -g window-active-style bg=$thm_highlight
|
||||||
|
|
||||||
set-window-option -g window-status-current-style bg=$thm_black4
|
set-window-option -g window-status-current-style bg=$thm_black4
|
||||||
# set -g status-right "#(battery -t) #[fg=cyan] %d %b %R "
|
# set -g status-right "#(battery -t) #[fg=cyan] %d %b %R "
|
||||||
|
|
Loading…
Reference in New Issue