updates tmux config
This commit is contained in:
parent
c447de940c
commit
6cdcfe2fae
1 changed files with 8 additions and 22 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue