feat: 在编辑器主题中添加新的填充颜色 fill-7,更新相关配置文件以支持新颜色

This commit is contained in:
xudan 2025-09-26 10:17:46 +08:00
parent f5071c57c7
commit 5606f15f11
3 changed files with 9 additions and 4 deletions

View File

@ -9,7 +9,8 @@
"fill-3": "#E48B1D", "fill-3": "#E48B1D",
"fill-4": "#E48B1D", "fill-4": "#E48B1D",
"fill-5": "#a72b69", "fill-5": "#a72b69",
"fill-6": "#E63A3A" "fill-6": "#E63A3A",
"fill-7": "#db0d66"
}, },
"point-l": { "point-l": {
"stroke": "#595959", "stroke": "#595959",

View File

@ -9,7 +9,8 @@
"fill-3": "#E48B1D", "fill-3": "#E48B1D",
"fill-4": "#E48B1D", "fill-4": "#E48B1D",
"fill-5": "#a72b69", "fill-5": "#a72b69",
"fill-6": "#E63A3A" "fill-6": "#E63A3A",
"fill-7": "#db0d66"
}, },
"point-l": { "point-l": {
"stroke": "#595959", "stroke": "#595959",

View File

@ -276,7 +276,9 @@ const DEFAULT_COLORS: EditorColorConfig = {
2: '#69C6F5', 2: '#69C6F5',
3: '#E48B1D', 3: '#E48B1D',
4: '#E48B1D', 4: '#E48B1D',
5: '#a72b69' 5: '#a72b69',
6: '#E63A3A',
7: '#db0d66'
} }
}, },
large: { large: {
@ -366,7 +368,8 @@ const DARK_THEME_COLORS: EditorColorConfig = {
2: '#69C6F5', 2: '#69C6F5',
3: '#E48B1D', 3: '#E48B1D',
4: '#E48B1D', 4: '#E48B1D',
5: '#a72b69' 5: '#a72b69',
7: '#db0d66'
} }
}, },
large: { large: {