11 lines
499 B
Text
11 lines
499 B
Text
set -g status-bg '#f5f5f5'
|
|
set -g status-fg '#1a1a1a'
|
|
set -g window-status-style fg='#1a1a1a'
|
|
set -g window-status-current-style fg='#1a1a1a'
|
|
set -g window-status-bell-style fg='#c7254e',bg='#f5f5f5',bold
|
|
set -g window-status-activity-style fg='#3b5bdb',bg='#f5f5f5',bold
|
|
set -g pane-border-style fg='#e8e8e8'
|
|
set -g pane-active-border-style fg='#1a1a1a'
|
|
set -g copy-mode-selection-style 'reverse'
|
|
set -g copy-mode-current-match-style fg='#f5f5f5',bg='yellow'
|
|
set -g copy-mode-match-style 'reverse'
|