fix: theme name and ids
This commit is contained in:
parent
9a17b8b439
commit
117aa96840
3 changed files with 4 additions and 4 deletions
|
@ -149,8 +149,8 @@
|
|||
"uiTheme": "vs-dark"
|
||||
},
|
||||
{
|
||||
"label": "Material Theme Deep Forest",
|
||||
"path": "./build/themes/Material-Theme-Deep-Forest.json",
|
||||
"label": "Material Theme Deepforest",
|
||||
"path": "./build/themes/Material-Theme-Deepforest.json",
|
||||
"uiTheme": "vs-dark"
|
||||
},
|
||||
{
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
export default {
|
||||
id: 'material.theme.deepforest.hc',
|
||||
name: 'Material-Theme-Deep-Forest-High-Contrast',
|
||||
name: 'Material-Theme-Deepforest-High-Contrast',
|
||||
type: 'dark',
|
||||
scheme: {
|
||||
defaultAccent: '#80CBC4',
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
export default {
|
||||
id: 'material.theme.deepforest',
|
||||
name: 'Material-Theme-Deep-Forest',
|
||||
name: 'Material-Theme-Deepforest',
|
||||
type: 'dark',
|
||||
scheme: {
|
||||
defaultAccent: '#80CBC4',
|
||||
|
|
Loading…
Reference in a new issue