Skip to content

Commit

Permalink
change tmux statusbar to solarized-light
Browse files Browse the repository at this point in the history
  • Loading branch information
rasmusto committed May 27, 2014
1 parent 96f174e commit 9f81bf8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tmux.conf
Expand Up @@ -41,7 +41,7 @@ bind-key C-l resize-pane -R 5
#### COLOUR

# default statusbar colors
set-option -g status-bg black #base02
set-option -g status-bg white #base2
set-option -g status-fg colour136 #yellow
set-option -g status-attr default

Expand All @@ -60,7 +60,7 @@ set-option -g pane-border-fg black #base02
set-option -g pane-active-border-fg colour240 #base01

# message text
set-option -g message-bg black #base02
set-option -g message-bg white #base2
set-option -g message-fg colour166 #orange

# pane number display
Expand Down

0 comments on commit 9f81bf8

Please sign in to comment.