From 670f03acb11f9208f6eb43279f5e952e59199927 Mon Sep 17 00:00:00 2001 From: 10sr <8slashes+git@gmail.com> Date: Thu, 28 May 2015 23:31:13 +0900 Subject: [PATCH] Change profile colors --- profile | 5 +++-- tmux.conf | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/profile b/profile index 4bc7566..28bb627 100755 --- a/profile +++ b/profile @@ -125,10 +125,11 @@ fi export _HOSTCOLOR_1= export _HOSTCOLOR_2= # black red green yellow blue magenta cyan white +# Yellow is hard to read strings... case "`hostname`" in arch-vb-win8-vaio11) - _HOSTCOLOR_1=yellow - _HOSTCOLOR_2=black + _HOSTCOLOR_1=magenta + _HOSTCOLOR_2=white ;; arch-mba) _HOSTCOLOR_1=cyan diff --git a/tmux.conf b/tmux.conf index 2d719df..91399ec 100644 --- a/tmux.conf +++ b/tmux.conf @@ -49,4 +49,4 @@ set -g message-bg white set -g message-fg black setw -g window-status-current-bg white setw -g window-status-current-fg black -setw -g window-status-attr bold +#setw -g window-status-attr bold