From e7e46798d6e76a26c28a5c9e193a9f40ba104376 Mon Sep 17 00:00:00 2001 From: Pocco81 Date: Fri, 3 Sep 2021 08:21:28 -0500 Subject: [PATCH] fix: active window statusline position color --- extra/tmux/light_melya.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extra/tmux/light_melya.conf b/extra/tmux/light_melya.conf index c6ab947..660bc2e 100644 --- a/extra/tmux/light_melya.conf +++ b/extra/tmux/light_melya.conf @@ -59,7 +59,7 @@ set -g status-right "#[fg=$thm_magenta,bg=$thm_bg,nobold,nounderscore,noitalics] # current_dir setw -g window-status-format "#[fg=$thm_bg,bg=$thm_blue] #I #[fg=$thm_white,bg=$thm_gray] #{b:pane_current_path} " -setw -g window-status-current-format "#[fg=$thm_bg,bg=$thm_orange] #I #[fg=$thm_white_br,bg=$thm_bg] #{b:pane_current_path} " +setw -g window-status-current-format "#[fg=$thm_bg,bg=$thm_orange] #I #[fg=$thm_gray,bg=$thm_bg] #{b:pane_current_path} " # parent_dir/current_dir # setw -g window-status-format "#[fg=colour232,bg=colour111] #I #[fg=colour222,bg=colour235] #(echo "#{pane_current_path}" | rev | cut -d'/' -f-2 | rev) "