mirror of
https://github.com/SECTL/SecScore.git
synced 2026-07-19 19:04:23 +08:00
e83f17af56
feat(theme): 增强侧边栏选中项样式配置 style: 优化主题变量和样式覆盖逻辑 chore: 清理未使用的依赖和配置文件
27 lines
675 B
JSON
27 lines
675 B
JSON
{
|
|
"name": "极客深蓝",
|
|
"id": "dark-default",
|
|
"mode": "dark",
|
|
"config": {
|
|
"tdesign": {
|
|
"brandColor": "#0052D9",
|
|
"warningColor": "#E37318",
|
|
"errorColor": "#D32029",
|
|
"successColor": "#248232"
|
|
},
|
|
"custom": {
|
|
"--ss-bg-color": "#121212",
|
|
"--ss-card-bg": "#1e1e1e",
|
|
"--ss-text-main": "#ffffff",
|
|
"--ss-text-secondary": "#a0a0a0",
|
|
"--ss-border-color": "#333333",
|
|
"--ss-header-bg": "#1e1e1e",
|
|
"--ss-sidebar-bg": "#1e1e1e",
|
|
"--ss-item-hover": "#2c2c2c",
|
|
"--ss-sidebar-text": "#ffffff",
|
|
"--ss-sidebar-active-bg": "#2c2c2c",
|
|
"--ss-sidebar-active-text": "#ffffff"
|
|
}
|
|
}
|
|
}
|