mirror of
https://github.com/ivuorinen/dotfiles.git
synced 2026-01-26 11:14:08 +00:00
7 lines
416 B
Plaintext
7 lines
416 B
Plaintext
set-option -g status-style 'fg=#4c4f69,bg=default'
|
|
set-window-option -g window-status-style 'fg=#4c4f69,bg=default dim'
|
|
set-window-option -g window-status-current-style 'fg=#8839ef,bg=default'
|
|
set-window-option -g window-status-activity-style 'fg=#4c4f69,bg=default nodim'
|
|
set-window-option -g window-status-bell-style 'fg=#4c4f69,bg=default'
|
|
set -g message-style 'fg=#8839ef bg=#e6e9ef bold' # fg magenta, bg black
|