@@ -36,15 +36,15 @@ palettes:
3636 quantum-indigo : { light: "#bcc8ff", mid: "#6a70ff", deep: "#5b54ec" } # pgplex (umbrella)
3737 cobalt-blue : { light: "#8fb4ff", mid: "#2f63f0", deep: "#1e44c8" } # pgconsole
3838 terminal-green : { light: "#c0f7cf", mid: "#3ad673", deep: "#2fa85d" } # pgtui
39- holo-violet : { light: "#d6c8ff ", mid: "#8b78ff ", deep: "#7a5cf0 " } # pgschema
39+ signal-red : { light: "#ffb1a6 ", mid: "#f4473c ", deep: "#cf2f2a " } # pgschema
4040 solar-amber : { light: "#ffe6b0", mid: "#ffb938", deep: "#e89327" } # pgparser
4141# Product icons are function-specific glyphs (NOT the pinwheel) drawn in the
4242# shared gradient style: one userSpaceOnUse gradient (0,0)->(120,120) over a
4343# 120x120 canvas, transparent background, transparent negative space.
4444product-icons :
4545 pgconsole : { glyph: "app window (title dots)", palette: "{palettes.cobalt-blue}", files: ["public/icons/pgconsole.svg", "public/icons/pgconsole.png"] }
4646 pgtui : { glyph: "terminal prompt >_", palette: "{palettes.terminal-green}", files: ["public/icons/pgtui.svg", "public/icons/pgtui.png"] }
47- pgschema : { glyph: "table / grid", palette: "{palettes.holo-violet }", files: ["public/icons/pgschema.svg", "public/icons/pgschema.png"] }
47+ pgschema : { glyph: "table / grid", palette: "{palettes.signal-red }", files: ["public/icons/pgschema.svg", "public/icons/pgschema.png"] }
4848 pgparser : { glyph: "syntax tree / AST", palette: "{palettes.solar-amber}", files: ["public/icons/pgparser.svg", "public/icons/pgparser.png"] }
4949components :
5050 logo :
@@ -180,7 +180,7 @@ treatment, not a shared shape:
180180| :--| :--| :--| :--|
181181| ` pgconsole ` | SQL GUI editor | app window (title dots) | ` cobalt-blue ` |
182182| ` pgtui ` | TUI SQL client | terminal prompt ` >_ ` | ` terminal-green ` |
183- | ` pgschema ` | declarative schema (Terraform-for-pg) | table / grid (header + 2×2 cells) | ` holo-violet ` |
183+ | ` pgschema ` | declarative schema (Terraform-for-pg) | table / grid (header + 2×2 cells) | ` signal-red ` |
184184| ` pgparser ` | Postgres parser library | syntax tree / AST (root + 3 children) | ` solar-amber ` |
185185
186186Sources live in ` public/icons/<product>.{svg,png} ` . To add a product: pick or
0 commit comments