Appearance now opens on Themes: light and dark side by side, each remembering its own choice, over galleries of ten shipped themes — Tokyo Moon and Day joined by Moon Rose, Catppuccin, Nord, Gruvbox and Everforest in both modes. A theme is a complete palette: the catalog lives in themes.json, Theme.qml reads every color token from the active record, and one render pipeline carries it to kitty, tmux, btop, GTK, Vicinae, Firefox's chrome, and the lock screen. The Theme editor builds new ones from four wells — wheel, hex, or eyedropper — with derived surfaces, a saturation slider, debounced fine-tune, and effects that save with the theme. Custom edits finally keep GNOME's accent, kitty's border, and hyprlock in sync. Wallpapers can be video: mpvpaper per output, hardware-decoded, muted and looped, supervised and respawned. Panama owns the pausing — games, battery, and a bar pill for right now — because the compositor rebuilds full-screen blur for every frame a video wallpaper draws. The lock screen gets a still frame. Titlebars stop lying. GNOME apps get close-only on your chosen side, the maximize and double-click settings are gone, the Settings window obeys the same rules, and its titlebar can be turned off entirely. Typography becomes five labeled dropdowns instead of a wall of samples. Contracts updated and written throughout (165 now); per the redesign workflow none were executed — the full sweep runs once at the end. Claude-Session: https://claude.ai/code/session_01Ms2FbjQy31TVf3CEvQhGM8
29 lines
1.6 KiB
Plaintext
29 lines
1.6 KiB
Plaintext
# Tokyo Night Moon for tmux -- the palette Panama ships.
|
|
#
|
|
# Reference, not the source of the running colours. tmux.conf sources
|
|
# current-theme.conf, which panama-theme-apps RENDERS from the active theme's
|
|
# palette -- so any of the ten themes reaches tmux, not only the two Tokyo
|
|
# Nights. This file used to be copied into that one; it is kept because it is a
|
|
# complete tmux theme somebody may want to source directly.
|
|
#
|
|
# Every color here was already in tmux.conf; this file is that block verbatim.
|
|
|
|
set -g mode-style "fg=#82aaff,bg=#3b4261"
|
|
|
|
set -g message-style "fg=#82aaff,bg=#3b4261"
|
|
set -g message-command-style "fg=#82aaff,bg=#3b4261"
|
|
|
|
set -g pane-border-style "fg=#82aaff"
|
|
set -g pane-active-border-style "fg=#b172b0"
|
|
|
|
set -g status-style "fg=#b172b0,bg=#3b4261"
|
|
set -g status-bg "#222436"
|
|
|
|
set -g status-left "#[fg=#1b1d2b,bg=#b172b0,bold] #S #[fg=#1b1d2b,bg=#b172b0,nobold,nounderscore,noitalics]"
|
|
set -g status-right "#[fg=#1b1d2b,bg=#82aaff,nobold,nounderscore,noitalics]#[fg=#b172b0,bg=#3b4261] #{prefix_highlight} #[fg=#3b4261,bg=#3b4261]#[fg=#b172b0,bg=#3b4261] %Y/%m/%d %I:%M %p #[fg=#82aaff,bg=#3b4261,nobold,nounderscore,noitalics]#[fg=#1b1d2b,bg=#b172b0,bold,italics] #h "
|
|
|
|
setw -g window-status-format "#[fg=#1b1d2b,bg=#3b4261,nobold,nounderscore,noitalics]#[fg=#82aaff,bg=#3b4261] #I #W #F #[fg=#1b1d2b,bg=#3b4261,nobold,nounderscore,noitalics]"
|
|
setw -g window-status-current-format "#[fg=#1b1d2b,bg=#3b4261,nobold,nounderscore,noitalics]#[fg=#b172b0,bg=#3b4261,bold] #I #W #F #[fg=#3b4261,bg=#3b4261,nobold,nounderscore,noitalics]"
|
|
|
|
setw -g window-status-separator ""
|