Skip to content

Commit 077275a

Browse files
tianzhouclaude
andcommitted
Simplify pgconsole icon and switch to cobalt blue
Reduce the editor-window glyph to a clean app window with title dots only (drop the content lines), and recolour from aqua-cyan to a cobalt-blue gradient. Update DESIGN.md palette, registry, and Product Icons table. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent c8cafe7 commit 077275a

3 files changed

Lines changed: 8 additions & 11 deletions

File tree

DESIGN.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,15 +34,15 @@ logo:
3434
# tint; deep = darker shade with enough lightness to survive a dark background.
3535
palettes:
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.
4444
product-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` |

public/icons/pgconsole.png

-4.68 KB
Loading

public/icons/pgconsole.svg

Lines changed: 5 additions & 8 deletions
Loading

0 commit comments

Comments
 (0)