mirror of
https://github.com/SECTL/SecScore.git
synced 2026-07-19 19:04:23 +08:00
b5874980fc
- 新增主题编辑器组件和上下文管理 - 实现主题的保存、删除和自定义功能 - 更新主题相关API接口 - 调整主题样式透明度 - 替换应用logo为高清版本 - 更新README和package.json描述信息
32 lines
834 B
JSON
32 lines
834 B
JSON
{
|
|
"name": "Mica-浅色",
|
|
"id": "mica-light",
|
|
"mode": "light",
|
|
"mica": {
|
|
"effect": "mica",
|
|
"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.3)",
|
|
"--ss-text-main": "#1a1a1a",
|
|
"--ss-text-secondary": "#5e5e5e",
|
|
"--ss-border-color": "rgba(0, 0, 0, 0.1)",
|
|
"--ss-header-bg": "transparent",
|
|
"--ss-sidebar-bg": "rgba(255, 255, 255, 0.5)",
|
|
"--ss-item-hover": "rgba(0, 0, 0, 0.05)",
|
|
"--ss-sidebar-text": "#1a1a1a",
|
|
"--ss-sidebar-active-bg": "rgba(0, 0, 0, 0.08)",
|
|
"--ss-sidebar-active-text": "#1a1a1a"
|
|
}
|
|
}
|
|
}
|