mirror of
https://github.com/catlog22/Claude-Code-Workflow.git
synced 2026-02-11 02:33:51 +08:00
31 lines
701 B
JSON
31 lines
701 B
JSON
{
|
|
"title": {
|
|
"colorScheme": "颜色主题",
|
|
"themeMode": "明暗模式",
|
|
"customHue": "自定义色调"
|
|
},
|
|
"colorScheme": {
|
|
"blue": "经典蓝",
|
|
"green": "深邃绿",
|
|
"orange": "活力橙",
|
|
"purple": "优雅紫",
|
|
"custom": "自定义"
|
|
},
|
|
"themeMode": {
|
|
"light": "浅色",
|
|
"dark": "深色"
|
|
},
|
|
"select": {
|
|
"colorScheme": "选择{name}主题",
|
|
"themeMode": "选择{name}模式"
|
|
},
|
|
"current": "当前主题: {name}",
|
|
"hueValue": "色调: {value}°",
|
|
"preview": "预览",
|
|
"preview.background": "背景",
|
|
"preview.surface": "卡片",
|
|
"preview.accent": "强调色",
|
|
"save": "保存自定义主题",
|
|
"reset": "重置为预设"
|
|
}
|