Split tmux theme configuration
This commit is contained in:
parent
165dd1d139
commit
2dfacaa0a6
3 changed files with 28 additions and 9 deletions
12
tmux/dark.conf
Normal file
12
tmux/dark.conf
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
# 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue