Made a small tweak to the theme

This commit is contained in:
Kevin 2014-04-09 15:51:22 -04:00
parent 84209b6f26
commit d2755888cd
3 changed files with 3 additions and 3 deletions

View file

@ -7,7 +7,7 @@
* Sane defaults and a set of custom key bindings that group similar ideas and make frequently used commands easier to access.
* Optional support for powerline fonts that looks oh so much better when they're used :).
![Darkcloud TMUX Config Theme](http://i.imgur.com/65gEkhB.png)
![Darkcloud TMUX Config Theme](http://i.imgur.com/Ps3XmMc.png)
## Installation ##

View file

@ -126,7 +126,7 @@ set-option -g message-command-style fg=colour253,bg=colour235
set-option -g pane-border-style fg=colour235
set-option -g pane-active-border-style fg=colour167
set-window-option -g window-status-style fg=colour255,bg=colour236
set-window-option -g window-status-activity-style fg=colour167,bold
set-window-option -g window-status-activity-style fg=colour222,bold
#
# theme for active and inactive window titles respectively
set-window-option -g window-status-format '#[fg=colour255,bg=colour236] #I #[fg=colour117,bg=colour236,nobold,nounderscore,noitalics]|#[fg=colour255,bg=colour236] #W '

View file

@ -126,7 +126,7 @@ set-option -g message-command-style fg=colour253,bg=colour235
set-option -g pane-border-style fg=colour235
set-option -g pane-active-border-style fg=colour167
set-window-option -g window-status-style fg=colour255,bg=colour236
set-window-option -g window-status-activity-style fg=colour167,bold
set-window-option -g window-status-activity-style fg=colour222,bold
#
# theme for active and inactive window titles respectively
set-window-option -g window-status-current-format '#[fg=colour236,bg=colour235,nobold,nounderscore,noitalics]#[fg=colour253,bg=colour235,bold] #I #[fg=colour167,bg=colour235,bold,nounderscore,noitalics]#[fg=colour253,bg=colour235,bold] #W #[fg=colour235,bg=colour236,nobold,nounderscore,noitalics]'