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
46 lines
1.3 KiB
Plaintext
46 lines
1.3 KiB
Plaintext
# Tokyo Night Moon — the dark theme Panama ships.
|
|
#
|
|
# Reference, not the source of the running colours. kitty.conf includes
|
|
# current-theme.conf, which panama-theme-apps RENDERS from the active theme's
|
|
# palette -- so any of the ten themes reaches the terminal, not only the two
|
|
# Tokyo Nights. This file used to be copied into that one; it is kept because
|
|
# it is a complete kitty theme somebody may want to include directly, and
|
|
# because it is what Moon is supposed to look like.
|
|
#
|
|
# Live changes go through `kitty @ set-colors`, which is why kitty.conf enables
|
|
# remote control. Without it a scheme change would only reach terminals opened
|
|
# afterwards.
|
|
|
|
cursor #c8d3f5
|
|
cursor_text_color #111325
|
|
url_color #4fd6be
|
|
active_border_color #82aaff
|
|
inactive_border_color #2f334d
|
|
active_tab_foreground #1e2030
|
|
active_tab_background #82aaff
|
|
inactive_tab_foreground #c8d3f5
|
|
inactive_tab_background #42465a
|
|
tab_bar_background #222436
|
|
foreground #c8d3f5
|
|
background #222436
|
|
selection_foreground #2d3f76
|
|
selection_background #c8d3f5
|
|
color0 #1b1d2b
|
|
color8 #444a73
|
|
color1 #ff757f
|
|
color9 #ff757f
|
|
color2 #a5e8b5
|
|
color10 #a5e8b5
|
|
color3 #ffc777
|
|
color11 #ffc777
|
|
color4 #82aaff
|
|
color12 #82aaff
|
|
color5 #c099ff
|
|
color13 #c099ff
|
|
color6 #86e1fc
|
|
color14 #86e1fc
|
|
color7 #828bb8
|
|
color15 #c8d3f5
|
|
color16 #ff966c
|
|
color17 #c53b53
|