mirror of
https://github.com/SECTL/SecScore.git
synced 2026-07-19 19:04:23 +08:00
e83f17af56
feat(theme): 增强侧边栏选中项样式配置 style: 优化主题变量和样式覆盖逻辑 chore: 清理未使用的依赖和配置文件
26 lines
639 B
JSON
26 lines
639 B
JSON
{
|
|
"name": "极简浅色",
|
|
"id": "light-default",
|
|
"mode": "light",
|
|
"config": {
|
|
"tdesign": {
|
|
"brandColor": "#0052D9",
|
|
"warningColor": "#ED7B2F",
|
|
"errorColor": "#D54941",
|
|
"successColor": "#2BA471"
|
|
},
|
|
"custom": {
|
|
"--ss-bg-color": "#f3f3f3",
|
|
"--ss-card-bg": "#ffffff",
|
|
"--ss-text-main": "#181818",
|
|
"--ss-text-secondary": "#666666",
|
|
"--ss-border-color": "#dcdcdc",
|
|
"--ss-header-bg": "#ffffff",
|
|
"--ss-sidebar-bg": "#ffffff",
|
|
"--ss-item-hover": "#f3f3f3",
|
|
"--ss-sidebar-active-bg": "#f3f3f3",
|
|
"--ss-sidebar-active-text": "#181818"
|
|
}
|
|
}
|
|
}
|