From 69ed1d93d0d01697ab10e9ae0b0e21744a7c3d4d Mon Sep 17 00:00:00 2001 From: thek4n Date: Mon, 13 May 2024 16:49:22 +0300 Subject: [PATCH] style(tmux) --- home/user/.config/tmux/style.conf | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/home/user/.config/tmux/style.conf b/home/user/.config/tmux/style.conf index 6e4fa62..12ddf52 100644 --- a/home/user/.config/tmux/style.conf +++ b/home/user/.config/tmux/style.conf @@ -2,8 +2,10 @@ _tmux_color_inactive_background="colour236" +_tmux_color_inactive_foreground="colour247" _tmux_color_main_background="terminal" -_tmux_color_main_style="blue" +_tmux_color_border="colour24" +_tmux_color_menu="colour24" _tmux_color_activity_style="colour239" # misc @@ -11,7 +13,7 @@ set -g bell-action none set -g message-style "fg=black bg=white bold" -set -g mode-style "fg=default,bg=$_tmux_color_main_style" +set -g mode-style "fg=default,bg=$_tmux_color_menu" # status style @@ -27,6 +29,8 @@ set -g window-status-current-style "bg=white,fg=black 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" +set -g window-style "fg=$_tmux_color_inactive_foreground,bg=$_tmux_color_inactive_background" +set -g window-active-style "fg=$_tmux_color_main_background,bg=$_tmux_color_main_background" setw -g monitor-activity on @@ -44,8 +48,5 @@ 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_main_style" +set -g pane-active-border-style "bg=$_tmux_color_inactive_background,fg=$_tmux_color_border" - -set -g window-style "fg=colour247,bg=$_tmux_color_inactive_background" -set -g window-active-style "fg=$_tmux_color_main_background,bg=$_tmux_color_main_background" \ No newline at end of file