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
17 lines
877 B
CSS
17 lines
877 B
CSS
/* Local overrides.
|
|
*
|
|
* userChrome.css imports this last, so anything here wins over Edge-Frfox
|
|
* without editing its files -- which keeps updating the theme a matter of
|
|
* replacing the directory rather than merging into it.
|
|
*
|
|
* panama-theme.css beside it is the active Panama theme, rendered by
|
|
* quickshell/scripts/panama-theme-apps on every theme change and gitignored
|
|
* because it is machine state. It is imported rather than written into this
|
|
* file so that this file stays yours: regenerating it would eat whatever you
|
|
* had added. Put your own rules below the import and they win over both.
|
|
*
|
|
* @import must come first in a stylesheet, so nothing goes above this line.
|
|
* A missing panama-theme.css is not an error -- Firefox skips an import it
|
|
* cannot resolve, and the chrome falls back to Edge-Frfox's system colours. */
|
|
@import url("panama-theme.css");
|