From 7a9b9eb00ae5ae2a7aff9f576efe86521cf84217 Mon Sep 17 00:00:00 2001 From: Maximilian Friedersdorff Date: Tue, 9 Sep 2025 14:48:13 +0100 Subject: [PATCH] Make tmux config in .config --- home/{dot_tmux.conf => dot_config/tmux/tmux.conf} | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) rename home/{dot_tmux.conf => dot_config/tmux/tmux.conf} (94%) diff --git a/home/dot_tmux.conf b/home/dot_config/tmux/tmux.conf similarity index 94% rename from home/dot_tmux.conf rename to home/dot_config/tmux/tmux.conf index daaaf09..d075543 100644 --- a/home/dot_tmux.conf +++ b/home/dot_config/tmux/tmux.conf @@ -56,6 +56,8 @@ set-option -g bell-action none #### COLOUR (Solarized dark) +set -g status-bg "color238" + # default statusbar colors set-option -g status-style fg=yellow,bg=black #yellow and base02 @@ -68,8 +70,8 @@ set-window-option -g window-status-current-style fg=brightred,bg=default #orange #set-window-option -g window-status-current-style bright # pane border -set-option -g pane-border-style fg=black #base02 -set-option -g pane-active-border-style fg=brightgreen #base01 +set-option -g pane-border-style fg=black #base04 +set-option -g pane-active-border-style fg=orange #base02 # message text set-option -g message-style fg=brightred,bg=black #orange and base01