Skip to content

Commit

Permalink
fix: theme name and ids
Browse files Browse the repository at this point in the history
  • Loading branch information
equinusocio committed Aug 27, 2023
1 parent 9a17b8b commit 117aa96
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
{
Expand Down
2 changes: 1 addition & 1 deletion scripts/generator/settings/specific/deepforest-hc.ts
Original file line number Diff line number Diff line change
@@ -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',
Expand Down
2 changes: 1 addition & 1 deletion scripts/generator/settings/specific/deepforest.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
export default {
id: 'material.theme.deepforest',
name: 'Material-Theme-Deep-Forest',
name: 'Material-Theme-Deepforest',
type: 'dark',
scheme: {
defaultAccent: '#80CBC4',
Expand Down

0 comments on commit 117aa96

Please sign in to comment.