feat: 在编辑器主题中添加新的填充颜色 fill-7,更新相关配置文件以支持新颜色
This commit is contained in:
parent
f5071c57c7
commit
5606f15f11
@ -9,7 +9,8 @@
|
||||
"fill-3": "#E48B1D",
|
||||
"fill-4": "#E48B1D",
|
||||
"fill-5": "#a72b69",
|
||||
"fill-6": "#E63A3A"
|
||||
"fill-6": "#E63A3A",
|
||||
"fill-7": "#db0d66"
|
||||
},
|
||||
"point-l": {
|
||||
"stroke": "#595959",
|
||||
|
@ -9,7 +9,8 @@
|
||||
"fill-3": "#E48B1D",
|
||||
"fill-4": "#E48B1D",
|
||||
"fill-5": "#a72b69",
|
||||
"fill-6": "#E63A3A"
|
||||
"fill-6": "#E63A3A",
|
||||
"fill-7": "#db0d66"
|
||||
},
|
||||
"point-l": {
|
||||
"stroke": "#595959",
|
||||
|
@ -276,7 +276,9 @@ const DEFAULT_COLORS: EditorColorConfig = {
|
||||
2: '#69C6F5',
|
||||
3: '#E48B1D',
|
||||
4: '#E48B1D',
|
||||
5: '#a72b69'
|
||||
5: '#a72b69',
|
||||
6: '#E63A3A',
|
||||
7: '#db0d66'
|
||||
}
|
||||
},
|
||||
large: {
|
||||
@ -366,7 +368,8 @@ const DARK_THEME_COLORS: EditorColorConfig = {
|
||||
2: '#69C6F5',
|
||||
3: '#E48B1D',
|
||||
4: '#E48B1D',
|
||||
5: '#a72b69'
|
||||
5: '#a72b69',
|
||||
7: '#db0d66'
|
||||
}
|
||||
},
|
||||
large: {
|
||||
|
Loading…
x
Reference in New Issue
Block a user