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"