mirror of
https://github.com/Tyriar/vscode-theme-generator.git
synced 2025-12-07 01:26:15 -08:00
Move demo theme folder into the demo folder root
This commit is contained in:
2
.vscode/launch.json
vendored
2
.vscode/launch.json
vendored
@@ -7,7 +7,7 @@
|
|||||||
"type": "extensionHost",
|
"type": "extensionHost",
|
||||||
"request": "launch",
|
"request": "launch",
|
||||||
"runtimeExecutable": "${execPath}",
|
"runtimeExecutable": "${execPath}",
|
||||||
"args": ["--extensionDevelopmentPath=${workspaceRoot}/demo/theme" ]
|
"args": ["--extensionDevelopmentPath=${workspaceRoot}/demo" ]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -73,4 +73,4 @@ const sapphireColorSet: IColorSet = {
|
|||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
generateTheme('Generated Theme', sapphireColorSet, path.join(__dirname, 'theme', 'theme.json'));
|
generateTheme('Generated Theme', sapphireColorSet, path.join(__dirname, 'theme.json'));
|
||||||
|
|||||||
1
demo/theme.json
Normal file
1
demo/theme.json
Normal file
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user