diff options
| author | Danilo M. <danix@danix.xyz> | 2026-09-11 18:45:15 +0200 |
|---|---|---|
| committer | Danilo M. <danix@danix.xyz> | 2026-09-11 18:45:15 +0200 |
| commit | ee39bd927e056c2dae9d61230a95a05715b3a8c6 (patch) | |
| tree | 5539cb2dba13acb2f2b8f607d691f9b9a1dbd858 /palette/frappe.conf | |
| parent | a77f24d657a6091022754adb1b30750748132216 (diff) | |
| download | unified-desktop-theme-ee39bd927e056c2dae9d61230a95a05715b3a8c6.tar.gz unified-desktop-theme-ee39bd927e056c2dae9d61230a95a05715b3a8c6.zip | |
feat(palette): add five more schemes, and parse-check them all
Adds Catppuccin Frappe and Mocha, which share Macchiato's colour names so
their role maps are the same mapping against different values, and Material
Ocean, Palenight and Darker, which bring their own names and their own maps.
Nine schemes now, all dark.
Material ships one accent per hue and three greys where the roles want five
depths, so each Material palette carries four interpolated shades, marked as
not upstream, and its bright_* terminal slots name the same colours as the
normal ones.
The selftest now renders every scheme to a temp directory and has rofi parse
every theme, not just check that roles resolve. Resolving was never the
property that mattered: the Tokyo Night breakage resolved fine and still
emitted a palette the themes could not use. Verified the check fails when a
name is removed.
Catppuccin Latte is deliberately absent. It is light, and that is not a role
remap: homepage is pinned theme: dark and the generated card overrides target
its dark-mode class.
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_015gbjA2bmswN8jyPDKzrvqe
Diffstat (limited to 'palette/frappe.conf')
| -rw-r--r-- | palette/frappe.conf | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/palette/frappe.conf b/palette/frappe.conf new file mode 100644 index 0000000..d9bb86b --- /dev/null +++ b/palette/frappe.conf @@ -0,0 +1,39 @@ +# Catppuccin Frappe. +# Copyright (C) 2026 Danilo M. <danix@danix.xyz> +# Licensed under the GNU General Public License v2 only. +# +# Source: https://github.com/catppuccin/palette +# +# The warmest of the three dark Catppuccin flavours, and the lightest: its base +# sits a shade above Macchiato's. + +rosewater = #f2d5cf +flamingo = #eebebe +pink = #f4b8e4 +mauve = #ca9ee6 +red = #e78284 +maroon = #ea999c +peach = #ef9f76 +yellow = #e5c890 +green = #a6d189 +teal = #81c8be +sky = #99d1db +sapphire = #85c1dc +blue = #8caaee +lavender = #babbf1 + +text = #c6d0f5 +subtext1 = #b5bfe2 +subtext0 = #a5adce + +overlay2 = #949cbb +overlay1 = #838ba7 +overlay0 = #737994 + +surface2 = #626880 +surface1 = #51576d +surface0 = #414559 + +base = #303446 +mantle = #292c3c +crust = #232634 |
