Skip to content

Commit 4d1ce55

Browse files
tianzhouclaude
andcommitted
Switch pgschema icon to red
Recolour the pgschema table glyph from holo-violet to a signal-red gradient that harmonises with the rest of the product palette. Update DESIGN.md palette, registry, and Product Icons table. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent 077275a commit 4d1ce55

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

DESIGN.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -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.
4444
product-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"] }
4949
components:
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

186186
Sources live in `public/icons/<product>.{svg,png}`. To add a product: pick or

public/icons/pgschema.png

1.47 KB
Loading

public/icons/pgschema.svg

Lines changed: 1 addition & 1 deletion
Loading

0 commit comments

Comments
 (0)