# Subway Seat — generated from palette.py by build.py. Edit the palette, not this file. # Subway Seat Enamel 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=#654f3b,bg=#e4d8c0" 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,#976608,#a04800},bg=#e4d8c0]#[fg=#f8efdf,bg=#{?client_prefix,#976608,#a04800},bold] #S #[fg=#{?client_prefix,#976608,#a04800},bg=#e4d8c0,nobold] " set -g status-right "#[fg=#654f3b,bg=#e4d8c0] %a %d %b #[fg=#2a1d13,bg=#cbb898] %H:%M #[bg=#e4d8c0] #[fg=#992418]█#[fg=#a04800]█#[fg=#976608]█#[fg=#66740f]█" # ── Windows ──────────────────────────────────────────────────────────────── set -g window-status-separator "" set -g window-status-style "fg=#654f3b,bg=#e4d8c0" set -g window-status-current-style "fg=#2a1d13,bg=#cbb898" set -g window-status-last-style "fg=#54402f,bg=#e4d8c0" set -g window-status-activity-style "fg=#a04800,bg=#e4d8c0" set -g window-status-bell-style "fg=#bf4233,bg=#e4d8c0,bold" set -g window-status-format "#[fg=#8c7254,bg=#e4d8c0] #I #[fg=#654f3b]#W#{?window_zoomed_flag,#[fg=#976608] Z,} " set -g window-status-current-format "#[fg=#f8efdf,bg=#976608,bold] #I #[fg=#2a1d13,bg=#cbb898,nobold] #W#{?window_zoomed_flag,#[fg=#976608] Z,} #[bg=#e4d8c0]" # ── Panes ────────────────────────────────────────────────────────────────── set -g pane-border-style "fg=#baa380" set -g pane-active-border-style "fg=#a04800" set -g display-panes-colour "#a58d6d" set -g display-panes-active-colour "#a04800" set -gq display-panes-border-style "fg=#baa380" set -gq pane-scrollbars-style "fg=#a58d6d,bg=#e4d8c0,width=1,pad=0" set -gq pane-status-style "fg=#654f3b,bg=#e4d8c0" set -gq pane-status-current-style "fg=#2a1d13,bg=#e4d8c0,underscore" set -gq session-status-style "fg=#654f3b,bg=#e4d8c0" set -gq session-status-current-style "fg=#2a1d13,bg=#e4d8c0,underscore" set -gq cursor-colour "#a04800" # ── Messages, prompts, copy mode ─────────────────────────────────────────── set -g message-style "fg=#2a1d13,bg=#cbb898" set -g message-command-style "fg=#976608,bg=#cbb898" set -g mode-style "fg=#2a1d13,bg=#cbb898" set -gq copy-mode-match-style "fg=#2a1d13,bg=#dbc69e" set -gq copy-mode-current-match-style "fg=#2a1d13,bg=#cc9c70,bold" set -gq copy-mode-mark-style "fg=#f8efdf,bg=#843811" set -gq copy-mode-selection-style "fg=#2a1d13,bg=#cbb898" set -gq copy-mode-position-style "fg=#f8efdf,bg=#a04800" set -gq copy-mode-line-number-style "fg=#a58d6d" set -gq copy-mode-current-line-number-style "fg=#a04800" set -gq copy-mode-current-line-style "bg=#eee4d0" set -gq prompt-cursor-colour "#a04800" set -gq prompt-command-cursor-colour "#976608" set -g clock-mode-colour "#976608" # ── Choose-tree and switch modes (tmux 3.6+) ─────────────────────────────── set -gq tree-mode-border-style "fg=#baa380" set -gq tree-mode-selection-style "fg=#2a1d13,bg=#cbb898" set -gq switch-mode-match-style "fg=#2a1d13,bg=#dbc69e,bold" # ── Popups and menus (tmux 3.3+ / 3.4+) ──────────────────────────────────── set -gq popup-style "fg=#3e2c1e,bg=#fcf7ef" set -gq popup-border-style "fg=#a04800,bg=#fcf7ef" set -gq menu-style "fg=#3e2c1e,bg=#fcf7ef" set -gq menu-selected-style "fg=#f8efdf,bg=#a04800" set -gq menu-border-style "fg=#baa380,bg=#fcf7ef"