From 2d177e944daf3cff2db54aea45f29a1bd92ad93f Mon Sep 17 00:00:00 2001 From: Saleem Abdulrasool Date: Sat, 17 Oct 2015 10:49:00 -0700 Subject: [PATCH] tmux.conf: adjust colourscheme --- tmux.conf | 25 +++++++++++++++++++++++-- 1 file changed, 23 insertions(+), 2 deletions(-) diff --git a/tmux.conf b/tmux.conf index 5080312..a0fc0e2 100644 --- a/tmux.conf +++ b/tmux.conf @@ -26,8 +26,6 @@ bind-key s split-window -v # ---- status bar ---- set-option -g status on -set-option -g status-bg black -set-option -g status-fg white set-option -g status-left '[ #(whoami)@#H ]' set-option -g status-left-length 25 @@ -52,6 +50,29 @@ set-option -g set-titles on # ---- colour ---- set -g default-terminal xterm-256color +set-option -g status-fg colour136 +set-option -g status-bg colour235 +set-option -g status-attr default + +set-window-option -g window-status-fg colour244 +set-window-option -g window-status-bg default + +set-window-option -g window-status-current-fg colour166 +set-window-option -g window-status-current-bg default + +set-option -g pane-border-fg colour235 + +set-option -g pane-active-border-fg colour240 + +set-option -g message-fg colour166 +set-option -g message-bg colour235 + +set-option -g display-panes-colour colour166 + +set-option -g display-panes-active-colour colour33 + +set-window-option -g clock-mode-colour colour64 + # ---- curses ---- # override the alternate display to use the terminal emulator's builtin buffer set -g terminal-overrides 'xterm*:smcup@:rmcup@'