# Subway Seat — generated from palette.py by build.py. Edit the palette, not this file. # Subway Seat Tunnel 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=#c0aa88,bg=#1b120a" 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=#1b120a]#[fg=#140d07,bg=#{?client_prefix,#f3bf45,#ec7f31},bold] #S #[fg=#{?client_prefix,#f3bf45,#ec7f31},bg=#1b120a,nobold] " set -g status-right "#[fg=#c0aa88,bg=#1b120a] %a %d %b #[fg=#f6ead1,bg=#3d2c1d] %H:%M #[bg=#1b120a] #[fg=#e05c45]█#[fg=#ec7f31]█#[fg=#f3bf45]█#[fg=#adb956]█" # ── Windows ──────────────────────────────────────────────────────────────── set -g window-status-separator "" set -g window-status-style "fg=#c0aa88,bg=#1b120a" set -g window-status-current-style "fg=#f6ead1,bg=#3d2c1d" set -g window-status-last-style "fg=#d6c3a0,bg=#1b120a" set -g window-status-activity-style "fg=#ec7f31,bg=#1b120a" set -g window-status-bell-style "fg=#ff8373,bg=#1b120a,bold" set -g window-status-format "#[fg=#917759,bg=#1b120a] #I #[fg=#c0aa88]#W#{?window_zoomed_flag,#[fg=#f3bf45] Z,} " set -g window-status-current-format "#[fg=#140d07,bg=#f3bf45,bold] #I #[fg=#f6ead1,bg=#3d2c1d,nobold] #W#{?window_zoomed_flag,#[fg=#f3bf45] Z,} #[bg=#1b120a]" # ── Panes ────────────────────────────────────────────────────────────────── set -g pane-border-style "fg=#3d2c1d" set -g pane-active-border-style "fg=#ec7f31" set -g display-panes-colour "#745b45" set -g display-panes-active-colour "#ec7f31" set -gq display-panes-border-style "fg=#3d2c1d" set -gq pane-scrollbars-style "fg=#745b45,bg=#1b120a,width=1,pad=0" set -gq pane-status-style "fg=#c0aa88,bg=#1b120a" set -gq pane-status-current-style "fg=#f6ead1,bg=#1b120a,underscore" set -gq session-status-style "fg=#c0aa88,bg=#1b120a" set -gq session-status-current-style "fg=#f6ead1,bg=#1b120a,underscore" set -gq cursor-colour "#f3bf45" # ── Messages, prompts, copy mode ─────────────────────────────────────────── set -g message-style "fg=#f6ead1,bg=#3d2c1d" set -g message-command-style "fg=#f3bf45,bg=#3d2c1d" set -g mode-style "fg=#f6ead1,bg=#4f3927" set -gq copy-mode-match-style "fg=#f6ead1,bg=#624a1e" set -gq copy-mode-current-match-style "fg=#f6ead1,bg=#884c20,bold" set -gq copy-mode-mark-style "fg=#140d07,bg=#f4a87e" set -gq copy-mode-selection-style "fg=#f6ead1,bg=#4f3927" set -gq copy-mode-position-style "fg=#140d07,bg=#ec7f31" set -gq copy-mode-line-number-style "fg=#745b45" set -gq copy-mode-current-line-number-style "fg=#f3bf45" set -gq copy-mode-current-line-style "bg=#302115" 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=#3d2c1d" set -gq tree-mode-selection-style "fg=#f6ead1,bg=#4f3927" set -gq switch-mode-match-style "fg=#f6ead1,bg=#624a1e,bold" # ── Popups and menus (tmux 3.3+ / 3.4+) ──────────────────────────────────── set -gq popup-style "fg=#e9d8b6,bg=#302115" set -gq popup-border-style "fg=#ec7f31,bg=#302115" set -gq menu-style "fg=#e9d8b6,bg=#302115" set -gq menu-selected-style "fg=#140d07,bg=#ec7f31" set -gq menu-border-style "fg=#4f3927,bg=#302115"