Move demo theme folder into the demo folder root

This commit is contained in:
Daniel Imms
2017-03-22 22:26:08 -07:00
parent 4c8e415126
commit 99e61c5d9a
4 changed files with 3 additions and 2 deletions

2
.vscode/launch.json vendored
View File

@@ -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" ]
} }
] ]
} }

View File

@@ -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

File diff suppressed because one or more lines are too long