Make you use Juno more efficient.
Support set custom theme json file, set config in .vscode/settings.json
or global setting
remember reload vscode after update
themeMap
{
...,
"ringcentral-juno.defaultTheme": "default", // default theme when vscode open
"ringcentral-juno.themeMap": {
"dark": "./src/foundation/styles/ThemeSwitcherProvider/dark.json", // theme file relative path
"highContrast": "./src/foundation/styles/ThemeSwitcherProvider/highContrast.json"
}
}