# Subway Seat — generated from palette.py by build.py. Edit the palette, not this file. # London Portland for tmux 3.2+. Options from newer releases are set with -q, so older tmux skips them. # ── Status bar ───────────────────────────────────────────────────────────── set -g status on set -g status-justify left set -g status-style "fg=#4a5469,bg=#ccdaf2" set -g status-left-style NONE set -g status-right-style NONE set -g status-left-length 40 set -g status-right-length 80 set -g status-left "#[fg=#{?client_prefix,#8d6c08,#a54300},bg=#ccdaf2]#[fg=#e8f0ff,bg=#{?client_prefix,#8d6c08,#a54300},bold] #S #[fg=#{?client_prefix,#8d6c08,#a54300},bg=#ccdaf2,nobold] " set -g status-right "#[fg=#4a5469,bg=#ccdaf2] %a %d %b #[fg=#1b202b,bg=#a8bbe2] %H:%M #[bg=#ccdaf2] #[fg=#9b211a]█#[fg=#a54300]█#[fg=#8d6c08]█#[fg=#0d8131]█" # ── Windows ──────────────────────────────────────────────────────────────── set -g window-status-separator "" set -g window-status-style "fg=#4a5469,bg=#ccdaf2" set -g window-status-current-style "fg=#1b202b,bg=#a8bbe2" set -g window-status-last-style "fg=#3c4557,bg=#ccdaf2" set -g window-status-activity-style "fg=#a54300,bg=#ccdaf2" set -g window-status-bell-style "fg=#cc2e25,bg=#ccdaf2,bold" set -g window-status-format "#[fg=#697794,bg=#ccdaf2] #I #[fg=#4a5469]#W#{?window_zoomed_flag,#[fg=#8d6c08] Z,} " set -g window-status-current-format "#[fg=#e8f0ff,bg=#8d6c08,bold] #I #[fg=#1b202b,bg=#a8bbe2,nobold] #W#{?window_zoomed_flag,#[fg=#8d6c08] Z,} #[bg=#ccdaf2]" # ── Panes ────────────────────────────────────────────────────────────────── set -g pane-border-style "fg=#93a7cf" set -g pane-active-border-style "fg=#a54300" set -g display-panes-colour "#8192b4" set -g display-panes-active-colour "#a54300" set -gq display-panes-border-style "fg=#93a7cf" set -gq pane-scrollbars-style "fg=#8192b4,bg=#ccdaf2,width=1,pad=0" set -gq pane-status-style "fg=#4a5469,bg=#ccdaf2" set -gq pane-status-current-style "fg=#1b202b,bg=#ccdaf2,underscore" set -gq session-status-style "fg=#4a5469,bg=#ccdaf2" set -gq session-status-current-style "fg=#1b202b,bg=#ccdaf2,underscore" set -gq cursor-colour "#a54300" # ── Messages, prompts, copy mode ─────────────────────────────────────────── set -g message-style "fg=#1b202b,bg=#a8bbe2" set -g message-command-style "fg=#8d6c08,bg=#a8bbe2" set -g mode-style "fg=#1b202b,bg=#a8bbe2" set -gq copy-mode-match-style "fg=#1b202b,bg=#cdc8b5" set -gq copy-mode-current-match-style "fg=#1b202b,bg=#c69a80,bold" set -gq copy-mode-mark-style "fg=#e8f0ff,bg=#755fa9" set -gq copy-mode-selection-style "fg=#1b202b,bg=#a8bbe2" set -gq copy-mode-position-style "fg=#e8f0ff,bg=#a54300" set -gq copy-mode-line-number-style "fg=#8192b4" set -gq copy-mode-current-line-number-style "fg=#a54300" set -gq copy-mode-current-line-style "bg=#dce5f7" set -gq prompt-cursor-colour "#a54300" set -gq prompt-command-cursor-colour "#8d6c08" set -g clock-mode-colour "#8d6c08" # ── Choose-tree and switch modes (tmux 3.6+) ─────────────────────────────── set -gq tree-mode-border-style "fg=#93a7cf" set -gq tree-mode-selection-style "fg=#1b202b,bg=#a8bbe2" set -gq switch-mode-match-style "fg=#1b202b,bg=#cdc8b5,bold" # ── Popups and menus (tmux 3.3+ / 3.4+) ──────────────────────────────────── set -gq popup-style "fg=#293040,bg=#f4f8ff" set -gq popup-border-style "fg=#a54300,bg=#f4f8ff" set -gq menu-style "fg=#293040,bg=#f4f8ff" set -gq menu-selected-style "fg=#e8f0ff,bg=#a54300" set -gq menu-border-style "fg=#93a7cf,bg=#f4f8ff"