1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162 |
- set-option -wg window-status-separator ""
- set-option -wg monitor-activity on
- set-option -wg monitor-bell on
- set-option -g status-interval 1
- set-option -wg mode-style bg="#FE8019",fg="#3C3836"
- set-option -g status-style bg=terminal,fg="#A89984"
- set-option -wg window-status-style bg="#3C3836",fg="#7C6F64"
- set-option -wg window-status-activity-style bg="#3C3836",fg="#A89984"
- set-option -wg window-status-bell-style bg="#3C3836",fg="#FE8019"
- set-option -wg window-status-current-style bg="#FE8019",fg="#3C3836"
- set-option -g pane-active-border-style fg="#FE8019"
- set-option -g pane-border-style fg="#3C3836"
- set-option -g message-style bg="#FE8019",fg="#3C3836"
- set-option -g message-command-style bg="#A89984",fg="#3C3836"
- set-option -g display-panes-active-colour "#FE8019"
- set-option -g display-panes-colour "#3C3836"
- set-option -wg clock-mode-colour "#FE8019"
- %if
- set-option -wg copy-mode-match-style "bg=#A89984,fg=#3C3836"
- set-option -wg copy-mode-current-match-style "bg=#FE8109,fg=#3C3836"
- %endif
- set-option -g status-left "#[bg=#A89984, fg=#3C3836]#{?client_prefix,#[bg=#fe8019],#[bg=#A89984]} #{session_name} "
- set-option -g status-right "#[bg=#3C3836, fg=#7C6F64] %Y-%m-%d %H:%M:%S #[bg=#A89984, fg=#3C3836]#{?client_prefix,#[bg=#fe8019],#[bg=#A89984]} #{host_short} "
- set-option -wg window-status-current-format "#{?window_zoomed_flag,#[fg=default bold],#[fg=default]} #{window_index} #{window_name} "
- set-option -wg window-status-format "#{?window_zoomed_flag,#[fg=default bold],#[fg=default]} #{window_index} #{window_name} "
|