diff options
| author | nsfisis <nsfisis@gmail.com> | 2021-11-28 20:58:38 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2021-11-28 20:58:38 +0900 |
| commit | 942b477f438d61a5ccaf29d18d10df0ba9762424 (patch) | |
| tree | 4f053326fb80efed4c1caab4dd7f443af0870a8d /.tmux.conf | |
| parent | a61bb1683ad458039f1b28f22129838ba45db3ec (diff) | |
| download | dotfiles-942b477f438d61a5ccaf29d18d10df0ba9762424.tar.gz dotfiles-942b477f438d61a5ccaf29d18d10df0ba9762424.tar.zst dotfiles-942b477f438d61a5ccaf29d18d10df0ba9762424.zip | |
neovim/tmux: change tabline color
Diffstat (limited to '.tmux.conf')
| -rw-r--r-- | .tmux.conf | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -34,7 +34,7 @@ set-option -g status-right-length 25 set-option -g status-right-style 'fg=#b1b1c8 bg=#353535' set-option -g window-status-separator '' set-option -g window-status-format ' #W ' -set-option -g window-status-style 'fg=#b1b1c8 bg=#101020' +set-option -g window-status-style 'fg=#8686bf bg=#101020' set-option -g window-status-current-format ' #W ' set-option -g window-status-current-style 'fg=#b1b1c8 bg=#353535' |
