diff options
| author | miguel <m.i@gmx.at> | 2021-06-16 13:41:42 +0200 |
|---|---|---|
| committer | miguel <m.i@gmx.at> | 2021-06-16 13:41:42 +0200 |
| commit | bd5f4b2bfe28c4a03e84162bfdff2394bd21f016 (patch) | |
| tree | 1e1a16d0d869b70e7d02989fb3934d48673bcaba /tmux/tmux.conf | |
| parent | a062199c9f6fee36e081d8b45c7c3f1829cb518e (diff) | |
fix colorcodes
Diffstat (limited to 'tmux/tmux.conf')
| -rw-r--r-- | tmux/tmux.conf | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/tmux/tmux.conf b/tmux/tmux.conf index 9ad72fc..6c78a01 100644 --- a/tmux/tmux.conf +++ b/tmux/tmux.conf @@ -13,17 +13,17 @@ set-option -g status-left ' ' set-option -g status-position bottom set-option -g status-right ' #h #[fg=black]#[bg=#556677]#[bg=black]#[fg=#556677]#(uptime | sed "s/,[^:]*//")#[default]' -set-option -g status-style fg=#ffffff,bg=#556677 -set-option -g window-status-style fg=#ffffff,bg=#333333 -set-option -g window-status-current-style fg=#ffffff,bg=#55aa55 -set-option -g window-status-bell-style fg=#ffffff,bg=#ee3322 +set-option -g status-style fg='#ffffff',bg='#556677' +set-option -g window-status-style fg='#ffffff',bg='#333333' +set-option -g window-status-current-style fg='#ffffff',bg='#55aa55' +set-option -g window-status-bell-style fg='#ffffff',bg='#ee3322' set-option -g window-status-separator " " set-option -g window-status-format "#[fg=#556677]#[default] #I #W #[fg=#556677]#[reverse]" set-option -g window-status-current-format "#[fg=#556677]#[default] #I #W #[fg=#556677]#[reverse]" set-option -g pane-border-format "#P #T" -set-option -g pane-active-border-style fg=#ffffff -set-option -g pane-border-style fg=#556677 +set-option -g pane-active-border-style fg='#ffffff' +set-option -g pane-border-style fg='#556677' # Smart pane switching with awareness of Vim splits. # See: https://github.com/christoomey/vim-tmux-navigator |
