diff options
Diffstat (limited to 'tmux-colorscheme.conf')
| -rw-r--r-- | tmux-colorscheme.conf | 20 |
1 files changed, 13 insertions, 7 deletions
diff --git a/tmux-colorscheme.conf b/tmux-colorscheme.conf index 7960323..c5b6a1d 100644 --- a/tmux-colorscheme.conf +++ b/tmux-colorscheme.conf @@ -1,4 +1,16 @@ -### TMUX COLORSCHEME ### +### theme settings ### + +# window separators +set-option -wg window-status-separator "" + +# monitor window changes +set-option -wg monitor-activity on +set-option -wg monitor-bell on + +# set statusbar update interval +set-option -g status-interval 1 + +### colorscheme ### # change window screen colors set-option -wg mode-style bg="#FE8019",fg="#3C3836" @@ -35,12 +47,6 @@ set-option -g display-panes-colour "#3C3836" # clock set-option -wg clock-mode-colour "#FE8019" -# window separators -set-option -wg window-status-separator "" -# monitor window changes -set-option -wg monitor-activity on -set-option -wg monitor-bell on - # statusbar formatting # "#fe8019" MUST be in lowercase here (conflicts with statusline alias otherwise) set-option -g status-left "#[fg=#3C3836, bg=#A89984]#{?client_prefix,#[bg=#fe8019] #{session_name} #[bg=#A89984], #{session_name} }" |
