# Subway Seat — generated from palette.py by build.py. Edit the palette, not this file. # London Deep Level 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=#a5aec0,bg=#0d1421" 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=#0d1421]#[fg=#0a0e18,bg=#{?client_prefix,#f2c03f,#de8946},bold] #S #[fg=#{?client_prefix,#f2c03f,#de8946},bg=#0d1421,nobold] " set -g status-right "#[fg=#a5aec0,bg=#0d1421] %a %d %b #[fg=#e7ebf3,bg=#232f49] %H:%M #[bg=#0d1421] #[fg=#db6052]█#[fg=#de8946]█#[fg=#f2c03f]█#[fg=#77c581]█" # ── Windows ──────────────────────────────────────────────────────────────── set -g window-status-separator "" set -g window-status-style "fg=#a5aec0,bg=#0d1421" set -g window-status-current-style "fg=#e7ebf3,bg=#232f49" set -g window-status-last-style "fg=#bec6d5,bg=#0d1421" set -g window-status-activity-style "fg=#de8946,bg=#0d1421" set -g window-status-bell-style "fg=#fe8474,bg=#0d1421,bold" set -g window-status-format "#[fg=#6f7c97,bg=#0d1421] #I #[fg=#a5aec0]#W#{?window_zoomed_flag,#[fg=#f2c03f] Z,} " set -g window-status-current-format "#[fg=#0a0e18,bg=#f2c03f,bold] #I #[fg=#e7ebf3,bg=#232f49,nobold] #W#{?window_zoomed_flag,#[fg=#f2c03f] Z,} #[bg=#0d1421]" # ── Panes ────────────────────────────────────────────────────────────────── set -g pane-border-style "fg=#232f49" set -g pane-active-border-style "fg=#de8946" set -g display-panes-colour "#53617d" set -g display-panes-active-colour "#de8946" set -gq display-panes-border-style "fg=#232f49" set -gq pane-scrollbars-style "fg=#53617d,bg=#0d1421,width=1,pad=0" set -gq pane-status-style "fg=#a5aec0,bg=#0d1421" set -gq pane-status-current-style "fg=#e7ebf3,bg=#0d1421,underscore" set -gq session-status-style "fg=#a5aec0,bg=#0d1421" set -gq session-status-current-style "fg=#e7ebf3,bg=#0d1421,underscore" set -gq cursor-colour "#f2c03f" # ── Messages, prompts, copy mode ─────────────────────────────────────────── set -g message-style "fg=#e7ebf3,bg=#232f49" set -g message-command-style "fg=#f2c03f,bg=#232f49" set -g mode-style "fg=#e7ebf3,bg=#303e5b" set -gq copy-mode-match-style "fg=#e7ebf3,bg=#554c32" set -gq copy-mode-current-match-style "fg=#e7ebf3,bg=#78523a,bold" set -gq copy-mode-mark-style "fg=#0a0e18,bg=#ae9edc" set -gq copy-mode-selection-style "fg=#e7ebf3,bg=#303e5b" set -gq copy-mode-position-style "fg=#0a0e18,bg=#de8946" set -gq copy-mode-line-number-style "fg=#53617d" set -gq copy-mode-current-line-number-style "fg=#f2c03f" set -gq copy-mode-current-line-style "bg=#1a243a" 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=#232f49" set -gq tree-mode-selection-style "fg=#e7ebf3,bg=#303e5b" set -gq switch-mode-match-style "fg=#e7ebf3,bg=#554c32,bold" # ── Popups and menus (tmux 3.3+ / 3.4+) ──────────────────────────────────── set -gq popup-style "fg=#d4dae7,bg=#1a243a" set -gq popup-border-style "fg=#de8946,bg=#1a243a" set -gq menu-style "fg=#d4dae7,bg=#1a243a" set -gq menu-selected-style "fg=#0a0e18,bg=#de8946" set -gq menu-border-style "fg=#303e5b,bg=#1a243a"