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