Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 1.09 KB

File metadata and controls

31 lines (21 loc) · 1.09 KB

Ringcnetral Juno UI library

Make you use Juno more efficient.

Quick Select palette and view color first

Palette highlight

Theme switch in code

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