mirror of
https://github.com/podman-desktop/podman-desktop
synced 2026-04-21 09:37:22 +00:00
fix: recalculate accent1 and accent2 color ramps for better vibrancy (#16921)
OKLCH-interpolate light (50-400) and dark (800-950) steps so chroma stays proportional to lightness. The previous ramp skewed toward gray, making lighter UI elements appear washed out. Core brand values (500, 600, 700) are unchanged. Signed-off-by: Vaclav Vancura <commit@vancura.dev> Co-authored-by: Claude <noreply@anthropic.com>
This commit is contained in:
parent
49c85f1447
commit
f61cecc061
1 changed files with 16 additions and 16 deletions
|
|
@ -1,29 +1,29 @@
|
||||||
{
|
{
|
||||||
"accent1": {
|
"accent1": {
|
||||||
"50": "#e0deea",
|
"50": "#ede9fe",
|
||||||
"100": "#d8d5ea",
|
"100": "#ddd6ff",
|
||||||
"200": "#c9c3ec",
|
"200": "#c7b8ff",
|
||||||
"300": "#b2a4f0",
|
"300": "#b299ff",
|
||||||
"400": "#907cee",
|
"400": "#9f78ff",
|
||||||
"500": "#8e51ff",
|
"500": "#8e51ff",
|
||||||
"600": "#7e08ff",
|
"600": "#7e08ff",
|
||||||
"700": "#7000ed",
|
"700": "#7000ed",
|
||||||
"800": "#5d00c5",
|
"800": "#5b00c0",
|
||||||
"900": "#4b0e9f",
|
"900": "#450096",
|
||||||
"950": "#30066a"
|
"950": "#30006f"
|
||||||
},
|
},
|
||||||
"accent2": {
|
"accent2": {
|
||||||
"50": "#eee8f7",
|
"50": "#f7f0ff",
|
||||||
"100": "#e9ddf7",
|
"100": "#ecddff",
|
||||||
"200": "#dfc8fb",
|
"200": "#dcbcff",
|
||||||
"300": "#cfa1ff",
|
"300": "#cc99ff",
|
||||||
"400": "#bb6bff",
|
"400": "#bc74ff",
|
||||||
"500": "#ad46ff",
|
"500": "#ad46ff",
|
||||||
"600": "#a100ff",
|
"600": "#a100ff",
|
||||||
"700": "#9000e8",
|
"700": "#9000e8",
|
||||||
"800": "#7800c1",
|
"800": "#7500bb",
|
||||||
"900": "#61009c",
|
"900": "#590092",
|
||||||
"950": "#3f0068"
|
"950": "#3f006b"
|
||||||
},
|
},
|
||||||
"amber": {
|
"amber": {
|
||||||
"50": "#fffbeb",
|
"50": "#fffbeb",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue