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