Skip to content

Commit

Permalink
update tmux colors
Browse files Browse the repository at this point in the history
  • Loading branch information
mattly committed Aug 5, 2012
1 parent 3700f9e commit f0c6fab
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions tmux.conf
Expand Up @@ -68,19 +68,19 @@ set -g xterm-keys on
set -g status-bg black set -g status-bg black


setw -g window-status-fg white setw -g window-status-fg white
setw -g window-status-bg black setw -g window-status-bg default
setw -g window-status-attr dim setw -g window-status-attr bright
setw -g window-status-current-fg white setw -g window-status-current-fg yellow
setw -g window-status-current-bg red setw -g window-status-current-bg default
setw -g window-status-current-attr dim setw -g window-status-current-attr bright
setw -g window-status-bell-bg white setw -g window-status-bell-bg default
setw -g window-status-bell-fg red setw -g window-status-bell-fg red


# pane borders # pane borders
set -g pane-border-fg black set -g pane-border-fg blue
set -g pane-border-bg black set -g pane-border-bg default
set -g pane-active-border-fg yellow set -g pane-active-border-fg yellow
set -g pane-active-border-bg yellow set -g pane-active-border-bg default


# command line # command line
set -g message-fg white set -g message-fg white
Expand Down

0 comments on commit f0c6fab

Please sign in to comment.