17 lines
792 B
Bash
17 lines
792 B
Bash
# Tokyonight theme preset (sleek minimal)
|
|
set -g status-style "bg=#1a1b26,fg=#c0caf5"
|
|
set -g pane-border-style "fg=#9aa5ce"
|
|
set -g pane-active-border-style "fg=#7aa2f7,bold"
|
|
set -g message-style "bg=#7aa2f7,fg=#1a1b26,bold"
|
|
set -g mode-style "bg=#7aa2f7,fg=#1a1b26,bold"
|
|
|
|
set -g window-status-style "fg=#9aa5ce,bg=#1a1b26"
|
|
set -g window-status-format " #[fg=#9aa5ce]#I #[fg=#9aa5ce]#W "
|
|
set -g window-status-current-style "fg=#1a1b26,bg=#73daca,bold"
|
|
set -g window-status-current-format " #[fg=#1a1b26,bg=#73daca,bold]#I #[fg=#1a1b26,bg=#73daca,bold]#W "
|
|
|
|
set -g status-left "#[fg=#7aa2f7,bold] #S "
|
|
set -g status-right "#[fg=#9aa5ce]#{pane_current_command} #[fg=#9aa5ce]| #[fg=#c0caf5]%H:%M #[fg=#9aa5ce]| #[fg=#c0caf5]%a %d %b "
|
|
set -g window-status-separator ""
|
|
set -g status-justify left
|