diff --git a/home/user/.config/tmux/style.conf b/home/user/.config/tmux/style.conf index 1906043..8efa4ca 100644 --- a/home/user/.config/tmux/style.conf +++ b/home/user/.config/tmux/style.conf @@ -26,8 +26,8 @@ set -g status-left-length 60 set -g status-right "%d.%m.%Y %a %H:%M" set -g status-right-length 200 set -g window-status-separator " " -set -g window-status-style "bg=$_tmux_color_main_background" -set -g window-status-current-style "bg=white,fg=black bold" +set -g window-status-style "bg=colour236" +set -g window-status-current-style "bg=$_tmux_color_menu,fg=white bold" set -g window-status-format "#W#{?window_flags,#{window_flags}, }" set -g window-status-current-format "#W#{?window_flags,#{window_flags}, }" set -g window-status-activity-style "bg=$_tmux_color_activity_style" @@ -48,4 +48,4 @@ setw -g clock-mode-style 24 set -g pane-border-lines double set -g pane-border-indicators colour set -g pane-border-style "bg=$_tmux_color_inactive_background" -set -g pane-active-border-style "bg=$_tmux_color_inactive_background,fg=$_tmux_color_border" +set -g pane-active-border-style "bg=$_tmux_color_inactive_background,fg=$_tmux_color_border" \ No newline at end of file