From 6cdcfe2fae859c7620eb91556310897972c977e4 Mon Sep 17 00:00:00 2001 From: koehr Date: Mon, 17 Jun 2019 14:37:58 +0200 Subject: [PATCH] updates tmux config --- dot.tmux.conf | 30 ++++++++---------------------- 1 file changed, 8 insertions(+), 22 deletions(-) diff --git a/dot.tmux.conf b/dot.tmux.conf index 4d9b678..c0da8e1 100644 --- a/dot.tmux.conf +++ b/dot.tmux.conf @@ -24,23 +24,12 @@ bind r source-file ~/.tmux.conf set -g window-style 'fg=colour247,bg=colour238' set -g window-active-style 'fg=colour252,bg=colour236' -set-window-option -g xterm-keys on - -# pane border -set -g pane-border-bg colour235 -set -g pane-border-fg colour238 -set -g pane-active-border-bg colour236 -set -g pane-active-border-fg colour208 +set-window-option -g xterm-keys on -# status bar colors -set-option -g status-bg colour237 -set-option -g status-fg colour208 -set-option -g status-attr default - -# Status position +# status bar +set -g status-style fg=colour208,bg=colour237 +# set-option -g status-attr default set-option -g status-position bottom - -# Status update interval set-option -g status-interval 5 # Basic status bar colors @@ -61,11 +50,9 @@ set-option -g status-justify left set-option -g status-right-length 40 set-option -g status-right " #[fg=brightwhite,bg=black] %a, %d %b %H:%M #[fg=brightwhite,bg=brightblack] #(whoami)@#h " -# Pane border -set-option -g pane-border-bg default -set-option -g pane-border-fg brightblack -set-option -g pane-active-border-bg default -set-option -g pane-active-border-fg white +# pane border +set -g pane-border-style fg=colour238,bg=colour235 +set -g pane-active-border-style fg=colour208,bg=colour236 # Pane number indicator set-option -g display-panes-colour brightblack @@ -76,8 +63,7 @@ set-option -g clock-mode-colour white set-option -g clock-mode-style 24 # Message -set-option -g message-bg default -set-option -g message-fg default +set -g message-style fg=default,bg=default # Activity set-option -g monitor-activity on