From bd5f4b2bfe28c4a03e84162bfdff2394bd21f016 Mon Sep 17 00:00:00 2001 From: miguel Date: Wed, 16 Jun 2021 13:41:42 +0200 Subject: fix colorcodes --- tmux/tmux.conf | 12 ++++++------ 1 file 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 -- cgit v1.2.3