mirror of
https://github.com/SECTL/SecScore.git
synced 2026-07-19 19:04:23 +08:00
25 lines
550 B
JSON
25 lines
550 B
JSON
{
|
|
"name": "暖阳琥珀",
|
|
"id": "light-amber",
|
|
"mode": "light",
|
|
"config": {
|
|
"tdesign": {
|
|
"brandColor": "#F39C12",
|
|
"warningColor": "#E67E22",
|
|
"errorColor": "#C0392B",
|
|
"successColor": "#27AE60"
|
|
},
|
|
"custom": {
|
|
"--ss-bg-color": "#FFF8E6",
|
|
"--ss-card-bg": "#FFFFFF",
|
|
"--ss-text-main": "#3A2A12",
|
|
"--ss-text-secondary": "#8A7350",
|
|
"--ss-border-color": "#F4D9A6",
|
|
"--ss-header-bg": "#FFFFFF",
|
|
"--ss-sidebar-bg": "#FFFFFF",
|
|
"--ss-item-hover": "#FFEAC2"
|
|
}
|
|
}
|
|
}
|
|
|