Changed colours to fit with default dwm theme which goes nicer with the solarized theme of the terminal as well
This commit is contained in:
parent
5673a19d26
commit
dfc9a165e1
@ -48,18 +48,18 @@ bind -n F12 select-window -t 12
|
||||
# Colors ------------------------------------------
|
||||
|
||||
# default statusbar colors
|
||||
set -g status-fg white
|
||||
set -g status-bg blue
|
||||
set -g status-fg "#eeeeee"
|
||||
set -g status-bg "#005577"
|
||||
set -g status-attr default
|
||||
|
||||
# default window title colors
|
||||
set-window-option -g window-status-fg white
|
||||
set-window-option -g window-status-fg "#002b36"
|
||||
set-window-option -g window-status-bg default
|
||||
set-window-option -g window-status-attr default
|
||||
|
||||
# active window title colors
|
||||
set-window-option -g window-status-current-fg black
|
||||
set-window-option -g window-status-current-bg green
|
||||
set-window-option -g window-status-current-fg "#eeeeee"
|
||||
set-window-option -g window-status-current-bg default
|
||||
set-window-option -g window-status-current-attr default
|
||||
|
||||
# default pane border colors
|
||||
@ -67,7 +67,7 @@ set -g pane-border-fg default
|
||||
set -g pane-border-bg default
|
||||
|
||||
# active pane border colors
|
||||
set -g pane-active-border-fg blue
|
||||
set -g pane-active-border-fg "#005577"
|
||||
set -g pane-active-border-bg default
|
||||
|
||||
# command/message line colors
|
||||
|
Loading…
Reference in New Issue
Block a user