mirror of
https://github.com/basecamp/omarchy.git
synced 2026-02-17 15:25:37 +00:00
12 lines
683 B
Smarty
12 lines
683 B
Smarty
set -g status-style "bg={{ background }},fg={{ foreground }}"
|
|
set -g status-left "#[fg={{ background }},bg={{ accent }},bold] #S #[bg={{ background }}] "
|
|
set -g status-right "#[fg={{ accent }}]#{?client_prefix,PREFIX ,}#[fg={{ color8 }}]#h "
|
|
set -g window-status-format "#[fg={{ color8 }}] #I:#W "
|
|
set -g window-status-current-format "#[fg={{ accent }},bold] #I:#W "
|
|
set -g pane-border-style "fg={{ color8 }}"
|
|
set -g pane-active-border-style "fg={{ accent }}"
|
|
set -g message-style "bg={{ background }},fg={{ accent }}"
|
|
set -g message-command-style "bg={{ background }},fg={{ accent }}"
|
|
set -g mode-style "bg={{ accent }},fg={{ background }}"
|
|
setw -g clock-mode-colour "{{ accent }}"
|