From c3b31656ef59d8f0e411ef782938959df3d87b67 Mon Sep 17 00:00:00 2001 From: Cody Hiar Date: Wed, 20 Apr 2016 11:21:06 -0600 Subject: Changing colorscheme to gruvbox colors --- tmux.config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tmux.config') diff --git a/tmux.config b/tmux.config index 68372b3..c939926 100644 --- a/tmux.config +++ b/tmux.config @@ -49,8 +49,8 @@ set-option -g default-command "reattach-to-user-namespace -l zsh" #### COLOUR (Solarized dark) ## default statusbar colors -set-option -g status-bg colour19 #base02 -set-option -g status-fg colour253 #yellow +set-option -g status-bg colour66 #base02 +set-option -g status-fg colour229 #yellow #set-option -g status-attr default ## default window title colors -- cgit v1.2.3