# Subway Seat — generated from palette.py by build.py. Edit the palette, not this file. # Paris Carrelage 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=#4a5752,bg=#d5dbda" 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,#916d07,#764c00},bg=#d5dbda]#[fg=#eef2f1,bg=#{?client_prefix,#916d07,#764c00},bold] #S #[fg=#{?client_prefix,#916d07,#764c00},bg=#d5dbda,nobold] " set -g status-right "#[fg=#4a5752,bg=#d5dbda] %a %d %b #[fg=#19221e,bg=#b0bfbb] %H:%M #[bg=#d5dbda] #[fg=#88251e]█#[fg=#764c00]█#[fg=#916d07]█#[fg=#218366]█" # ── Windows ──────────────────────────────────────────────────────────────── set -g window-status-separator "" set -g window-status-style "fg=#4a5752,bg=#d5dbda" set -g window-status-current-style "fg=#19221e,bg=#b0bfbb" set -g window-status-last-style "fg=#3b4742,bg=#d5dbda" set -g window-status-activity-style "fg=#764c00,bg=#d5dbda" set -g window-status-bell-style "fg=#ac3b32,bg=#d5dbda,bold" set -g window-status-format "#[fg=#6c7c76,bg=#d5dbda] #I #[fg=#4a5752]#W#{?window_zoomed_flag,#[fg=#916d07] Z,} " set -g window-status-current-format "#[fg=#eef2f1,bg=#916d07,bold] #I #[fg=#19221e,bg=#b0bfbb,nobold] #W#{?window_zoomed_flag,#[fg=#916d07] Z,} #[bg=#d5dbda]" # ── Panes ────────────────────────────────────────────────────────────────── set -g pane-border-style "fg=#99aba6" set -g pane-active-border-style "fg=#764c00" set -g display-panes-colour "#859792" set -g display-panes-active-colour "#764c00" set -gq display-panes-border-style "fg=#99aba6" set -gq pane-scrollbars-style "fg=#859792,bg=#d5dbda,width=1,pad=0" set -gq pane-status-style "fg=#4a5752,bg=#d5dbda" set -gq pane-status-current-style "fg=#19221e,bg=#d5dbda,underscore" set -gq session-status-style "fg=#4a5752,bg=#d5dbda" set -gq session-status-current-style "fg=#19221e,bg=#d5dbda,underscore" set -gq cursor-colour "#764c00" # ── Messages, prompts, copy mode ─────────────────────────────────────────── set -g message-style "fg=#19221e,bg=#b0bfbb" set -g message-command-style "fg=#916d07,bg=#b0bfbb" set -g mode-style "fg=#19221e,bg=#b0bfbb" set -gq copy-mode-match-style "fg=#19221e,bg=#d2caab" set -gq copy-mode-current-match-style "fg=#19221e,bg=#b29f78,bold" set -gq copy-mode-mark-style "fg=#eef2f1,bg=#b36b51" set -gq copy-mode-selection-style "fg=#19221e,bg=#b0bfbb" set -gq copy-mode-position-style "fg=#eef2f1,bg=#764c00" set -gq copy-mode-line-number-style "fg=#859792" set -gq copy-mode-current-line-number-style "fg=#764c00" set -gq copy-mode-current-line-style "bg=#e1e6e5" set -gq prompt-cursor-colour "#764c00" set -gq prompt-command-cursor-colour "#916d07" set -g clock-mode-colour "#916d07" # ── Choose-tree and switch modes (tmux 3.6+) ─────────────────────────────── set -gq tree-mode-border-style "fg=#99aba6" set -gq tree-mode-selection-style "fg=#19221e,bg=#b0bfbb" set -gq switch-mode-match-style "fg=#19221e,bg=#d2caab,bold" # ── Popups and menus (tmux 3.3+ / 3.4+) ──────────────────────────────────── set -gq popup-style "fg=#27342f,bg=#f6f8f8" set -gq popup-border-style "fg=#764c00,bg=#f6f8f8" set -gq menu-style "fg=#27342f,bg=#f6f8f8" set -gq menu-selected-style "fg=#eef2f1,bg=#764c00" set -gq menu-border-style "fg=#99aba6,bg=#f6f8f8"