From dfc9a165e12b3c42faf17ab56e899faa85208e50 Mon Sep 17 00:00:00 2001 From: Wojciech Kozlowski Date: Sun, 28 Aug 2016 03:40:46 +0100 Subject: [PATCH] Changed colours to fit with default dwm theme which goes nicer with the solarized theme of the terminal as well --- config/tmux.conf | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/config/tmux.conf b/config/tmux.conf index adab313..6a55bd9 100644 --- a/config/tmux.conf +++ b/config/tmux.conf @@ -48,18 +48,18 @@ bind -n F12 select-window -t 12 # Colors ------------------------------------------ # default statusbar colors -set -g status-fg white -set -g status-bg blue +set -g status-fg "#eeeeee" +set -g status-bg "#005577" set -g status-attr default # default window title colors -set-window-option -g window-status-fg white +set-window-option -g window-status-fg "#002b36" set-window-option -g window-status-bg default set-window-option -g window-status-attr default # active window title colors -set-window-option -g window-status-current-fg black -set-window-option -g window-status-current-bg green +set-window-option -g window-status-current-fg "#eeeeee" +set-window-option -g window-status-current-bg default set-window-option -g window-status-current-attr default # default pane border colors @@ -67,7 +67,7 @@ set -g pane-border-fg default set -g pane-border-bg default # active pane border colors -set -g pane-active-border-fg blue +set -g pane-active-border-fg "#005577" set -g pane-active-border-bg default # command/message line colors