@@ -34,15 +34,15 @@ logo:
3434# tint; deep = darker shade with enough lightness to survive a dark background.
3535palettes :
3636 quantum-indigo : { light: "#bcc8ff", mid: "#6a70ff", deep: "#5b54ec" } # pgplex (umbrella)
37- aqua-cyan : { light: "#b6f7ff ", mid: "#2dd4e8 ", deep: "#2f9fc0 " } # pgconsole
37+ cobalt-blue : { light: "#8fb4ff ", mid: "#2f63f0 ", deep: "#1e44c8 " } # pgconsole
3838 terminal-green : { light: "#c0f7cf", mid: "#3ad673", deep: "#2fa85d" } # pgtui
3939 holo-violet : { light: "#d6c8ff", mid: "#8b78ff", deep: "#7a5cf0" } # 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 :
45- pgconsole : { glyph: "editor window", palette: "{palettes.aqua-cyan }", files: ["public/icons/pgconsole.svg", "public/icons/pgconsole.png"] }
45+ 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"] }
4747 pgschema : { glyph: "table / grid", palette: "{palettes.holo-violet}", 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"] }
@@ -178,7 +178,7 @@ treatment, not a shared shape:
178178
179179| Product | Meaning | Glyph | Palette |
180180| :--| :--| :--| :--|
181- | ` pgconsole ` | SQL GUI editor | editor window (title dots + content lines ) | ` aqua-cyan ` |
181+ | ` pgconsole ` | SQL GUI editor | app window (title dots) | ` cobalt-blue ` |
182182| ` pgtui ` | TUI SQL client | terminal prompt ` >_ ` | ` terminal-green ` |
183183| ` pgschema ` | declarative schema (Terraform-for-pg) | table / grid (header + 2×2 cells) | ` holo-violet ` |
184184| ` pgparser ` | Postgres parser library | syntax tree / AST (root + 3 children) | ` solar-amber ` |
0 commit comments