20 lines
790 B
Bash
20 lines
790 B
Bash
# Generated from palette.json by generate.py. Do not edit directly.
|
|
# Source this near the end of ~/.tmux.conf, after plugin/theme setup.
|
|
|
|
set -g status-style "bg=#262626,fg=#F0F0F0"
|
|
set -g status-left-style "bg=#262626,fg=#F0F0F0"
|
|
set -g status-right-style "bg=#262626,fg=#F0F0F0"
|
|
|
|
set -g message-style "bg=#202424,fg=#F0F0F0"
|
|
set -g message-command-style "bg=#202424,fg=#F0F0F0"
|
|
set -g mode-style "bg=#08335E,fg=#F0F0F0"
|
|
|
|
set -g pane-border-style "fg=#404040"
|
|
set -g pane-active-border-style "fg=#6C95EB"
|
|
set -g clock-mode-colour "#6C95EB"
|
|
|
|
set -g window-status-style "bg=#262626,fg=#808080"
|
|
set -g window-status-current-style "bg=#202424,fg=#F0F0F0"
|
|
set -g window-status-current-format "#[fg=#39CC9B,bg=#202424,bold] #I #W "
|
|
set -g window-status-format "#[fg=#808080,bg=#262626] #I #W "
|