diff --git a/tmux/.tmux.conf b/tmux/.tmux.conf index ffc8221..4b5fff0 100755 --- a/tmux/.tmux.conf +++ b/tmux/.tmux.conf @@ -32,6 +32,7 @@ thm_yellow="#eed49f" thm_blue="#8aadf4" thm_orange="#f5a97f" thm_black4="#5b6078" +thm_highlight="#1e1e2e" set -g status-left-length 40 set -g status-interval 30 @@ -40,7 +41,7 @@ set -g status-bg $thm_gray set -g status-fg $thm_orange # Set bg color of active window -set -g window-active-style bg=$thm_gray +set -g window-active-style bg=$thm_highlight set-window-option -g window-status-current-style bg=$thm_black4 # set -g status-right "#(battery -t) #[fg=cyan] %d %b %R "