# Subway Seat — generated from palette.py by build.py. Edit the palette, not this file. # Subway Seat 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=#c4ae8c,bg=#2a1d13" 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,#f3bf45,#ec7f31},bg=#2a1d13]#[fg=#20160e,bg=#{?client_prefix,#f3bf45,#ec7f31},bold] #S #[fg=#{?client_prefix,#f3bf45,#ec7f31},bg=#2a1d13,nobold] " set -g status-right "#[fg=#c4ae8c,bg=#2a1d13] %a %d %b #[fg=#f8ecd4,bg=#513b27] %H:%M #[bg=#2a1d13] #[fg=#e05c45]█#[fg=#ec7f31]█#[fg=#f3bf45]█#[fg=#adb956]█" # ── Windows ──────────────────────────────────────────────────────────────── set -g window-status-separator "" set -g window-status-style "fg=#c4ae8c,bg=#2a1d13" set -g window-status-current-style "fg=#f8ecd4,bg=#513b27" set -g window-status-last-style "fg=#d9c6a3,bg=#2a1d13" set -g window-status-activity-style "fg=#ec7f31,bg=#2a1d13" set -g window-status-bell-style "fg=#ff8373,bg=#2a1d13,bold" set -g window-status-format "#[fg=#967b5c,bg=#2a1d13] #I #[fg=#c4ae8c]#W#{?window_zoomed_flag,#[fg=#f3bf45] Z,} " set -g window-status-current-format "#[fg=#20160e,bg=#f3bf45,bold] #I #[fg=#f8ecd4,bg=#513b27,nobold] #W#{?window_zoomed_flag,#[fg=#f3bf45] Z,} #[bg=#2a1d13]" # ── Panes ────────────────────────────────────────────────────────────────── set -g pane-border-style "fg=#513b27" set -g pane-active-border-style "fg=#ec7f31" set -g display-panes-colour "#7b6047" set -g display-panes-active-colour "#ec7f31" set -gq display-panes-border-style "fg=#513b27" set -gq pane-scrollbars-style "fg=#7b6047,bg=#2a1d13,width=1,pad=0" set -gq pane-status-style "fg=#c4ae8c,bg=#2a1d13" set -gq pane-status-current-style "fg=#f8ecd4,bg=#2a1d13,underscore" set -gq session-status-style "fg=#c4ae8c,bg=#2a1d13" set -gq session-status-current-style "fg=#f8ecd4,bg=#2a1d13,underscore" set -gq cursor-colour "#f3bf45" # ── Messages, prompts, copy mode ─────────────────────────────────────────── set -g message-style "fg=#f8ecd4,bg=#513b27" set -g message-command-style "fg=#f3bf45,bg=#513b27" set -g mode-style "fg=#f8ecd4,bg=#634932" set -gq copy-mode-match-style "fg=#f8ecd4,bg=#6f5426" set -gq copy-mode-current-match-style "fg=#f8ecd4,bg=#915225,bold" set -gq copy-mode-mark-style "fg=#20160e,bg=#f4a87e" set -gq copy-mode-selection-style "fg=#f8ecd4,bg=#634932" set -gq copy-mode-position-style "fg=#20160e,bg=#ec7f31" set -gq copy-mode-line-number-style "fg=#7b6047" set -gq copy-mode-current-line-number-style "fg=#f3bf45" set -gq copy-mode-current-line-style "bg=#43301f" set -gq prompt-cursor-colour "#f3bf45" set -gq prompt-command-cursor-colour "#ec7f31" set -g clock-mode-colour "#f3bf45" # ── Choose-tree and switch modes (tmux 3.6+) ─────────────────────────────── set -gq tree-mode-border-style "fg=#513b27" set -gq tree-mode-selection-style "fg=#f8ecd4,bg=#634932" set -gq switch-mode-match-style "fg=#f8ecd4,bg=#6f5426,bold" # ── Popups and menus (tmux 3.3+ / 3.4+) ──────────────────────────────────── set -gq popup-style "fg=#eddcbc,bg=#43301f" set -gq popup-border-style "fg=#ec7f31,bg=#43301f" set -gq menu-style "fg=#eddcbc,bg=#43301f" set -gq menu-selected-style "fg=#20160e,bg=#ec7f31" set -gq menu-border-style "fg=#634932,bg=#43301f"