From 21dab5692d2cfecea9537420fcb5473da2c8ae78 Mon Sep 17 00:00:00 2001 From: Hunter Haugen Date: Tue, 16 Oct 2012 11:54:47 -0700 Subject: [PATCH] Update macvim transparency and tmux colors --- .gvimrc | 2 +- .tmux.conf | 12 +++++++++--- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/.gvimrc b/.gvimrc index 8c1cb52..604a560 100644 --- a/.gvimrc +++ b/.gvimrc @@ -1,5 +1,5 @@ if has("gui_macvim") - set transp=18 + set transp=10 set fuoptions=maxvert,maxhorz nmap :set invfullscreen endif diff --git a/.tmux.conf b/.tmux.conf index c364fac..a851868 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -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