Browse Source

update color for freebsd-vb-win7-opti

pull/1/head
10sr 10 years ago
parent
commit
48256d8dce
2 changed files with 7 additions and 0 deletions
  1. +4
    -0
      setup.sh
  2. +3
    -0
      shrc

+ 4
- 0
setup.sh View File

@@ -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


+ 3
- 0
shrc View File

@@ -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"
;;


Loading…
Cancel
Save