# HG changeset patch # User Edho Arief # Date 1356806894 -25200 # Node ID 0a5872319e835184d5e4e4b503a5667e1347898d # Parent 087278fd11d8fdc7de1e5618a555d2bab3866b41 Tmux color updates. diff -r 087278fd11d8 -r 0a5872319e83 rc/tmux.conf --- a/rc/tmux.conf Sat Dec 29 22:08:33 2012 +0700 +++ b/rc/tmux.conf Sun Dec 30 01:48:14 2012 +0700 @@ -3,7 +3,7 @@ ##UNDEFINED. NEED CHECK WHICH VERSION set -g repeat-time 0 -set -g status-bg green +set -g status-bg cyan set -g status-fg white set -g status-left '[#S]' @@ -13,13 +13,13 @@ set -g status-utf8 on setw -g utf8 on -#set -g pane-active-border-fg blue +set -g pane-active-border-fg cyan set -g set-titles on set -g set-titles-string '[#S] #I:#W #T' setw -g window-status-attr bold setw -g window-status-current-attr bold -setw -g window-status-current-bg red +setw -g window-status-current-bg black setw -g window-status-current-fg white #setw -g window-status-current-format '#I:#W'