From 5b598d0ccdb80c510d54e420deaaf3482bebe6c8 Mon Sep 17 00:00:00 2001 From: "(quasar) nebula" Date: Sun, 14 May 2023 18:28:13 -0300 Subject: update .tmux.conf style Mostly to new syntax, but the current window is now consistently and more clearly brightened. --- .tmux.conf | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.tmux.conf b/.tmux.conf index 84838bd..703e3b3 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -3,9 +3,8 @@ set -g default-terminal "screen-256color" set -g repeat-time 250 set -sg escape-time 0 -set -g status-bg colour235 -set -g status-fg colour249 -set-window-option -g window-status-current-fg white +set -g status-style bg=colour235,fg=colour249 +set-window-option -g window-status-current-style fg=colour251,bright bind '"' split-window -c "#{pane_current_path}" bind % split-window -h -c "#{pane_current_path}" -- cgit 1.3.0-6-gf8a5