fix(glass): soften the Matrix scheme accent (neon phosphor → muted emerald)
UAT: #2fe36e read as too vivid/stabby. Drop to #46b87c (lower saturation) + slightly less green-tinted fg; update the swatch to match.
This commit is contained in:
parent
dc51aeeae9
commit
c1ba5229c3
2 changed files with 5 additions and 5 deletions
|
|
@ -9,7 +9,7 @@ export const SCHEMES: { id: Scheme; name: string; swatch: string }[] = [
|
|||
{ id: "slate", name: "Slate", swatch: "#e8913c" },
|
||||
{ id: "youtube", name: "YouTube", swatch: "#ff3b46" },
|
||||
{ id: "starship", name: "Starship", swatch: "#38b6ff" },
|
||||
{ id: "matrix", name: "Matrix", swatch: "#2fe36e" },
|
||||
{ id: "matrix", name: "Matrix", swatch: "#46b87c" },
|
||||
];
|
||||
|
||||
export interface ThemePrefs {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue