From fec3ce8ed8e542631149fef0d053bb04e8107a42 Mon Sep 17 00:00:00 2001 From: Tony Duckles Date: Sun, 28 May 2017 20:33:57 -0500 Subject: [PATCH] .tmux.conf: Minor theme tweaks --- .tmux.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.tmux.conf b/.tmux.conf index 57e7334..2768d93 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -20,14 +20,14 @@ set -g status-left-length 40 set -g status-left '' set -g status-right-style none set -g status-right-length 150 -set -g status-right '#[bg=black,fg=cyan] #(whoami)@#H #[fg=default]/#[fg=cyan] #S ' +set -g status-right '#[bg=black,fg=brightblue] #(whoami)@#H #[fg=default]/#[fg=brightblue] #S ' # window status set -g window-status-format ' #I:#W#F ' set -g window-status-current-format ' #I:#W#F ' set -g window-status-style 'fg=colour244' set -g window-status-separator '' set -g window-status-current-style 'bg=brightblack,fg=brightwhite,bold' -set -g window-status-activity-style 'bg=colour250,fg=colour237' # fg and bg are flipped here due to a bug in tmux +set -g window-status-activity-style 'bg=black,fg=brightblue' # pane border set -g pane-border-style 'fg=brightblack' set -g pane-active-border-style 'fg=green' -- 2.43.0