mirror of
https://github.com/SECTL/SecScore.git
synced 2026-07-21 18:19:03 +08:00
32ddc4be46
实现自定义主题配置功能,支持设置Mica、Acrylic等窗口效果 添加多个预设主题配置文件 修改侧边栏样式以适配透明效果 扩展主题服务以处理自定义主题配置
32 lines
845 B
JSON
32 lines
845 B
JSON
{
|
|
"name": "Acrylic-浅色",
|
|
"id": "acrylic-light",
|
|
"mode": "light",
|
|
"mica": {
|
|
"effect": "acrylic",
|
|
"theme": "light",
|
|
"radius": "medium"
|
|
},
|
|
"config": {
|
|
"tdesign": {
|
|
"brandColor": "#0052D9",
|
|
"warningColor": "#E37318",
|
|
"errorColor": "#D32029",
|
|
"successColor": "#248232"
|
|
},
|
|
"custom": {
|
|
"--ss-bg-color": "transparent",
|
|
"--ss-card-bg": "rgba(255, 255, 255, 0.85)",
|
|
"--ss-text-main": "#1a1a1a",
|
|
"--ss-text-secondary": "#5e5e5e",
|
|
"--ss-border-color": "rgba(0, 0, 0, 0.08)",
|
|
"--ss-header-bg": "transparent",
|
|
"--ss-sidebar-bg": "rgba(255, 255, 255, 0.9)",
|
|
"--ss-item-hover": "rgba(0, 0, 0, 0.04)",
|
|
"--ss-sidebar-text": "#1a1a1a",
|
|
"--ss-sidebar-active-bg": "rgba(0, 0, 0, 0.06)",
|
|
"--ss-sidebar-active-text": "#1a1a1a"
|
|
}
|
|
}
|
|
}
|