From 48256d8dced45e3ba8690dbe339a6e242835ff24 Mon Sep 17 00:00:00 2001 From: 10sr <8slashes+git@gmail.com> Date: Thu, 12 Dec 2013 11:03:35 +0900 Subject: [PATCH] update color for freebsd-vb-win7-opti --- setup.sh | 4 ++++ shrc | 3 +++ 2 files changed, 7 insertions(+) diff --git a/setup.sh b/setup.sh index 3edc945..9a6a8c9 100755 --- a/setup.sh +++ b/setup.sh @@ -165,6 +165,10 @@ setup_tmux(){ tmux_bg_color=magenta tmux_fg_color=white ;; + freebsd-vb-win7-opti) + tmux_bg_color=red + tmux_fg_color=whtie + ;; *) tmux_bg_color=green tmux_fg_color=black diff --git a/shrc b/shrc index b310f35..cb0a057 100755 --- a/shrc +++ b/shrc @@ -1184,6 +1184,9 @@ then newkiwi) __my_c4="$__color_light_purple" ;; + freebsd-vb-win7-opti) + __my_c4="$__color_light_red" + ;; *) __my_c4="$__color_light_green" ;;