commit 801a2f8a4ec4fe87161596b23507e3b13ed924aa
parent bb303452512eca9ca69dd8236f44c5c5956cadbc
Author: dudley <pyratebeard@gmail.com>
Date: Sun, 14 Aug 2016 16:20:43 +0100
new colours for status bar. only works using tmux -2 which has been added into tmuxinator yml files
Diffstat:
1 file changed, 7 insertions(+), 7 deletions(-)
diff --git a/tmux/.tmux.conf b/tmux/.tmux.conf
@@ -83,18 +83,18 @@ set -g pane-active-border-fg cyan
# status line
set -g status-justify left
-set -g status-bg colour0
-set -g status-fg colour66
+set -g status-bg colour16
+set -g status-fg colour6
set -g status-interval 2
# messaging
set -g message-fg colour0
-set -g message-bg colour66
-set -g message-command-fg colour66
+set -g message-bg colour6
+set -g message-command-fg colour6
set -g message-command-bg colour1
# window mode
-setw -g mode-bg colour66
+setw -g mode-bg colour6
setw -g mode-fg colour0
# resizing
@@ -103,7 +103,7 @@ setw -g aggressive-resize on
# window status
set-option -g status-position bottom
setw -g window-status-format "#[bg=colour241,fg=colour0,noreverse]█▓░ #W "
-setw -g window-status-current-format "#[bg=colour66,fg=colour0,noreverse]█▓░ #W "
+setw -g window-status-current-format "#[bg=colour6,fg=colour0,noreverse]█▓░ #W "
# info on right
set -g status-right-length 100
@@ -120,7 +120,7 @@ set-window-option -g monitor-activity off
set-option -g bell-action none
# tmux clock
-set -g clock-mode-colour colour66
+set -g clock-mode-colour colour6
# some key-binding changes
bind x kill-pane