set status background to match terminal

This commit is contained in:
2015-06-14 00:03:43 -06:00
parent e1be65bbb9
commit 749c4713bc
+7 -7
View File
@@ -41,17 +41,17 @@ bind C-c choose-buffer
# colors # colors
# statusline # statusline
set -g status-bg black set -g status-bg black
set -g status-fg white set -g status-fg colour39
set -g status-attr dim set -g status-attr bright
# default window title colors # default window title colors
setw -g window-status-fg white setw -g window-status-fg colour39
setw -g window-status-bg default setw -g window-status-bg default
setw -g window-status-attr dim setw -g window-status-attr bright
# active window title colors # active window title colors
setw -g window-status-current-fg white setw -g window-status-current-fg colour120
setw -g window-status-current-bg default setw -g window-status-current-bg black
setw -g window-status-current-attr bright setw -g window-status-current-attr bright
# bell alerted window color # bell alerted window color
@@ -70,7 +70,7 @@ setw -g window-status-activity-attr bright
# pane borders # pane borders
set -g pane-border-fg white set -g pane-border-fg white
set -g pane-border-bg default set -g pane-border-bg default
set -g pane-active-border-fg black set -g pane-active-border-fg white
set -g pane-active-border-bg default set -g pane-active-border-bg default
# command line # command line