12 lines
351 B
Text
12 lines
351 B
Text
# status bar design
|
|
set-option -g status-style fg=#ffffff,bg=#383e43
|
|
|
|
# current status
|
|
set-option -g window-status-current-style fg=#ffffff,bg=#4c545b
|
|
|
|
# background status
|
|
set-option -g window-status-style fg=#ffffff,bg=#383e43
|
|
|
|
# window styling
|
|
set-option -g window-style fg=#ffffff,bg=#232828
|
|
set-option -g window-active-style fg=#ffffff,bg=#292e32
|