From ada178e1300dcd43408f64a0e351907a7b8974be Mon Sep 17 00:00:00 2001 From: 10sr <8slashes+git@gmail.com> Date: Wed, 8 Jan 2014 02:20:24 +0900 Subject: [PATCH] update arch-aspireone color --- setup.sh | 4 ++-- shrc | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/setup.sh b/setup.sh index f5d3994..24c7626 100755 --- a/setup.sh +++ b/setup.sh @@ -154,8 +154,8 @@ setup_tmux(){ case "`hostname`" in arch-aspireone) - tmux_bg_color=blue - tmux_fg_color=white + tmux_bg_color=yellow + tmux_fg_color=black ;; darwin-mba.local) tmux_bg_color=cyan diff --git a/shrc b/shrc index 0d476f2..4a48e19 100755 --- a/shrc +++ b/shrc @@ -1178,7 +1178,7 @@ then # color for :: case "`hostname`" in arch-aspireone) - __my_c4="$__color_light_blue" + __my_c4="$__color_yellow" ;; darwin-mba.local) __my_c4="$__color_light_cyan"