# Subway Seat — generated from palette.py by build.py. Edit the palette, not this file. # London Moquette 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=#a9b2c4,bg=#172032" 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,#f2c03f,#de8946},bg=#172032]#[fg=#121826,bg=#{?client_prefix,#f2c03f,#de8946},bold] #S #[fg=#{?client_prefix,#f2c03f,#de8946},bg=#172032,nobold] " set -g status-right "#[fg=#a9b2c4,bg=#172032] %a %d %b #[fg=#e9edf5,bg=#303f61] %H:%M #[bg=#172032] #[fg=#db6052]█#[fg=#de8946]█#[fg=#f2c03f]█#[fg=#77c581]█" # ── Windows ──────────────────────────────────────────────────────────────── set -g window-status-separator "" set -g window-status-style "fg=#a9b2c4,bg=#172032" set -g window-status-current-style "fg=#e9edf5,bg=#303f61" set -g window-status-last-style "fg=#c1c9d8,bg=#172032" set -g window-status-activity-style "fg=#de8946,bg=#172032" set -g window-status-bell-style "fg=#fe8474,bg=#172032,bold" set -g window-status-format "#[fg=#73819c,bg=#172032] #I #[fg=#a9b2c4]#W#{?window_zoomed_flag,#[fg=#f2c03f] Z,} " set -g window-status-current-format "#[fg=#121826,bg=#f2c03f,bold] #I #[fg=#e9edf5,bg=#303f61,nobold] #W#{?window_zoomed_flag,#[fg=#f2c03f] Z,} #[bg=#172032]" # ── Panes ────────────────────────────────────────────────────────────────── set -g pane-border-style "fg=#303f61" set -g pane-active-border-style "fg=#de8946" set -g display-panes-colour "#576685" set -g display-panes-active-colour "#de8946" set -gq display-panes-border-style "fg=#303f61" set -gq pane-scrollbars-style "fg=#576685,bg=#172032,width=1,pad=0" set -gq pane-status-style "fg=#a9b2c4,bg=#172032" set -gq pane-status-current-style "fg=#e9edf5,bg=#172032,underscore" set -gq session-status-style "fg=#a9b2c4,bg=#172032" set -gq session-status-current-style "fg=#e9edf5,bg=#172032,underscore" set -gq cursor-colour "#f2c03f" # ── Messages, prompts, copy mode ─────────────────────────────────────────── set -g message-style "fg=#e9edf5,bg=#303f61" set -g message-command-style "fg=#f2c03f,bg=#303f61" set -g mode-style "fg=#e9edf5,bg=#3d4f72" set -gq copy-mode-match-style "fg=#e9edf5,bg=#5e5640" set -gq copy-mode-current-match-style "fg=#e9edf5,bg=#7e5944,bold" set -gq copy-mode-mark-style "fg=#121826,bg=#ae9edc" set -gq copy-mode-selection-style "fg=#e9edf5,bg=#3d4f72" set -gq copy-mode-position-style "fg=#121826,bg=#de8946" set -gq copy-mode-line-number-style "fg=#576685" set -gq copy-mode-current-line-number-style "fg=#f2c03f" set -gq copy-mode-current-line-style "bg=#263451" set -gq prompt-cursor-colour "#f2c03f" set -gq prompt-command-cursor-colour "#de8946" set -g clock-mode-colour "#f2c03f" # ── Choose-tree and switch modes (tmux 3.6+) ─────────────────────────────── set -gq tree-mode-border-style "fg=#303f61" set -gq tree-mode-selection-style "fg=#e9edf5,bg=#3d4f72" set -gq switch-mode-match-style "fg=#e9edf5,bg=#5e5640,bold" # ── Popups and menus (tmux 3.3+ / 3.4+) ──────────────────────────────────── set -gq popup-style "fg=#d8deea,bg=#263451" set -gq popup-border-style "fg=#de8946,bg=#263451" set -gq menu-style "fg=#d8deea,bg=#263451" set -gq menu-selected-style "fg=#121826,bg=#de8946" set -gq menu-border-style "fg=#3d4f72,bg=#263451"