fix: address phase two review and theme benchmark page

This commit is contained in:
2026-09-07 13:26:14 +08:00
parent 0e3f2a7325
commit 47c53b6f38
12 changed files with 451 additions and 35 deletions
@@ -0,0 +1,164 @@
[
{
"theme": "light",
"errors": [],
"overflow": false,
"colors": {
"panel": {
"background": "rgb(255, 255, 255)",
"color": "rgb(31, 35, 40)",
"border": "rgb(228, 231, 235)"
},
"input": {
"background": "rgb(255, 255, 255)",
"color": "rgb(31, 35, 40)",
"border": "rgb(102, 113, 241)"
},
"button": {
"background": "rgb(91, 103, 241)",
"color": "rgb(255, 255, 255)",
"border": "rgba(0, 0, 0, 0)"
},
"metric": {
"background": "rgb(247, 248, 250)",
"color": "rgb(31, 35, 40)",
"border": "rgb(228, 231, 235)"
}
}
},
{
"theme": "dark",
"errors": [],
"overflow": false,
"colors": {
"panel": {
"background": "rgb(22, 27, 34)",
"color": "rgb(230, 237, 243)",
"border": "rgb(48, 54, 61)"
},
"input": {
"background": "rgb(21, 26, 33)",
"color": "rgb(230, 237, 243)",
"border": "rgb(116, 129, 231)"
},
"button": {
"background": "rgb(125, 139, 255)",
"color": "rgb(13, 17, 23)",
"border": "rgba(0, 0, 0, 0)"
},
"metric": {
"background": "rgb(22, 27, 34)",
"color": "rgb(230, 237, 243)",
"border": "rgb(48, 54, 61)"
}
}
},
{
"theme": "sepia",
"errors": [],
"overflow": false,
"colors": {
"panel": {
"background": "rgb(255, 248, 232)",
"color": "rgb(64, 55, 43)",
"border": "rgb(221, 207, 173)"
},
"input": {
"background": "rgb(255, 247, 231)",
"color": "rgb(64, 55, 43)",
"border": "rgb(148, 105, 65)"
},
"button": {
"background": "rgb(138, 91, 50)",
"color": "rgb(255, 255, 255)",
"border": "rgba(0, 0, 0, 0)"
},
"metric": {
"background": "rgb(244, 232, 202)",
"color": "rgb(64, 55, 43)",
"border": "rgb(221, 207, 173)"
}
}
},
{
"theme": "paper-moments",
"errors": [],
"overflow": false,
"colors": {
"panel": {
"background": "rgb(255, 253, 245)",
"color": "rgb(73, 63, 53)",
"border": "rgb(181, 166, 147)"
},
"input": {
"background": "rgb(254, 251, 243)",
"color": "rgb(73, 63, 53)",
"border": "rgb(147, 105, 88)"
},
"button": {
"background": "rgb(134, 82, 66)",
"color": "rgb(255, 253, 245)",
"border": "rgba(0, 0, 0, 0)"
},
"metric": {
"background": "rgb(243, 238, 227)",
"color": "rgb(73, 63, 53)",
"border": "rgb(181, 166, 147)"
}
}
},
{
"theme": "ocean-blue",
"errors": [],
"overflow": false,
"colors": {
"panel": {
"background": "rgb(255, 255, 255)",
"color": "rgb(30, 41, 59)",
"border": "rgb(226, 232, 240)"
},
"input": {
"background": "rgb(255, 255, 255)",
"color": "rgb(30, 41, 59)",
"border": "rgb(27, 133, 189)"
},
"button": {
"background": "rgb(0, 118, 181)",
"color": "rgb(255, 255, 255)",
"border": "rgba(0, 0, 0, 0)"
},
"metric": {
"background": "rgb(248, 250, 252)",
"color": "rgb(30, 41, 59)",
"border": "rgb(226, 232, 240)"
}
}
},
{
"theme": "midnight-purple",
"errors": [],
"overflow": false,
"colors": {
"panel": {
"background": "rgb(36, 40, 59)",
"color": "rgb(192, 202, 245)",
"border": "rgb(59, 63, 92)"
},
"input": {
"background": "rgb(34, 38, 55)",
"color": "rgb(192, 202, 245)",
"border": "rgb(139, 75, 197)"
},
"button": {
"background": "rgb(156, 77, 220)",
"color": "rgb(26, 27, 38)",
"border": "rgba(0, 0, 0, 0)"
},
"metric": {
"background": "rgb(36, 40, 59)",
"color": "rgb(192, 202, 245)",
"border": "rgb(59, 63, 92)"
}
}
}
]