# Subway Seat — generated from palette.py by build.py. Edit the palette, not this file. # Paris Catacombes 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=#a5b1aa,bg=#0d1711" 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,#f1bf4b,#ca9245},bg=#0d1711]#[fg=#0a100d,bg=#{?client_prefix,#f1bf4b,#ca9245},bold] #S #[fg=#{?client_prefix,#f1bf4b,#ca9245},bg=#0d1711,nobold] " set -g status-right "#[fg=#a5b1aa,bg=#0d1711] %a %d %b #[fg=#e7ecea,bg=#24342c] %H:%M #[bg=#0d1711] #[fg=#c7665b]█#[fg=#ca9245]█#[fg=#f1bf4b]█#[fg=#70caa9]█" # ── Windows ──────────────────────────────────────────────────────────────── set -g window-status-separator "" set -g window-status-style "fg=#a5b1aa,bg=#0d1711" set -g window-status-current-style "fg=#e7ecea,bg=#24342c" set -g window-status-last-style "fg=#bfc8c2,bg=#0d1711" set -g window-status-activity-style "fg=#ca9245,bg=#0d1711" set -g window-status-bell-style "fg=#e7877b,bg=#0d1711,bold" set -g window-status-format "#[fg=#708178,bg=#0d1711] #I #[fg=#a5b1aa]#W#{?window_zoomed_flag,#[fg=#f1bf4b] Z,} " set -g window-status-current-format "#[fg=#0a100d,bg=#f1bf4b,bold] #I #[fg=#e7ecea,bg=#24342c,nobold] #W#{?window_zoomed_flag,#[fg=#f1bf4b] Z,} #[bg=#0d1711]" # ── Panes ────────────────────────────────────────────────────────────────── set -g pane-border-style "fg=#24342c" set -g pane-active-border-style "fg=#ca9245" set -g display-panes-colour "#54655c" set -g display-panes-active-colour "#ca9245" set -gq display-panes-border-style "fg=#24342c" set -gq pane-scrollbars-style "fg=#54655c,bg=#0d1711,width=1,pad=0" set -gq pane-status-style "fg=#a5b1aa,bg=#0d1711" set -gq pane-status-current-style "fg=#e7ecea,bg=#0d1711,underscore" set -gq session-status-style "fg=#a5b1aa,bg=#0d1711" set -gq session-status-current-style "fg=#e7ecea,bg=#0d1711,underscore" set -gq cursor-colour "#f1bf4b" # ── Messages, prompts, copy mode ─────────────────────────────────────────── set -g message-style "fg=#e7ecea,bg=#24342c" set -g message-command-style "fg=#f1bf4b,bg=#24342c" set -g mode-style "fg=#e7ecea,bg=#31433a" set -gq copy-mode-match-style "fg=#e7ecea,bg=#554e28" set -gq copy-mode-current-match-style "fg=#e7ecea,bg=#6e582f,bold" set -gq copy-mode-mark-style "fg=#0a100d,bg=#fab49c" set -gq copy-mode-selection-style "fg=#e7ecea,bg=#31433a" set -gq copy-mode-position-style "fg=#0a100d,bg=#ca9245" set -gq copy-mode-line-number-style "fg=#54655c" set -gq copy-mode-current-line-number-style "fg=#f1bf4b" set -gq copy-mode-current-line-style "bg=#1a2921" set -gq prompt-cursor-colour "#f1bf4b" set -gq prompt-command-cursor-colour "#ca9245" set -g clock-mode-colour "#f1bf4b" # ── Choose-tree and switch modes (tmux 3.6+) ─────────────────────────────── set -gq tree-mode-border-style "fg=#24342c" set -gq tree-mode-selection-style "fg=#e7ecea,bg=#31433a" set -gq switch-mode-match-style "fg=#e7ecea,bg=#554e28,bold" # ── Popups and menus (tmux 3.3+ / 3.4+) ──────────────────────────────────── set -gq popup-style "fg=#d4ddd7,bg=#1a2921" set -gq popup-border-style "fg=#ca9245,bg=#1a2921" set -gq menu-style "fg=#d4ddd7,bg=#1a2921" set -gq menu-selected-style "fg=#0a100d,bg=#ca9245" set -gq menu-border-style "fg=#31433a,bg=#1a2921"