Update macvim transparency and tmux colors
This commit is contained in:
parent
0de0f14278
commit
21dab5692d
2 changed files with 10 additions and 4 deletions
12
.tmux.conf
12
.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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue