11 lines
499 B
Text
11 lines
499 B
Text
set -g status-bg '#121212'
|
|
set -g status-fg '#e0e0e0'
|
|
set -g window-status-style fg='#e0e0e0'
|
|
set -g window-status-current-style fg='#e0e0e0'
|
|
set -g window-status-bell-style fg='#ff6b6b',bg='#121212',bold
|
|
set -g window-status-activity-style fg='#7aa2f7',bg='#121212',bold
|
|
set -g pane-border-style fg='#3d3d3d'
|
|
set -g pane-active-border-style fg='#e0e0e0'
|
|
set -g copy-mode-selection-style 'reverse'
|
|
set -g copy-mode-current-match-style fg='#121212',bg='yellow'
|
|
set -g copy-mode-match-style 'reverse'
|