Update macvim transparency and tmux colors

This commit is contained in:
Hunter Haugen 2012-10-16 11:54:47 -07:00
parent 0de0f14278
commit 21dab5692d
2 changed files with 10 additions and 4 deletions

View file

@ -1,5 +1,5 @@
if has("gui_macvim")
set transp=18
set transp=10
set fuoptions=maxvert,maxhorz
nmap <silent> <D-F> :set invfullscreen<CR>
endif

View file

@ -77,11 +77,17 @@ setw -g aggressive-resize on
### Colors
set -g status-bg '#4e4e4e'
set -g status-fg '#ffffff'
set -g window-status-format '#I:#W#F'
set -g window-status-current-format ' #I:#W#F '
setw -g window-status-current-bg '#55ff55'
setw -g window-status-current-fg '#000000'
#set -g status-bg black
#set -g status-fg white
#setw -g window-status-current-bg white
#setw -g window-status-current-fg blue
setw -g utf8 on
#setw -g window-status-current-bg black
#setw -g window-status-current-fg red
#setw -g utf8 on
### Status bar