updates tmux config

pull/1/head
koehr 5 years ago
parent c447de940c
commit 6cdcfe2fae

@ -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
# status bar colors
set-option -g status-bg colour237
set-option -g status-fg colour208
set-option -g status-attr default
set-window-option -g xterm-keys on
# 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

Loading…
Cancel
Save