Theme
Using this feature you can change your prebuilt SDK theme to either DARK or LIGHT.
Theme attributes
theme: You can setthemeattribute to eitherDARK,LIGHTorDEFAULT, by default theme is set toDEFAULT.
How it works ?
- When you set the value of 
themeparameter toDARKyour prebuilt theme switches to a dark theme. 

- When you set the value of 
themeparameter toLIGHTyour prebuilt theme switches to a light theme. 

index.html
const config = {
  // ...
  theme: "DARK", // DARK || LIGHT || DEFAULT
  // ...
};
Got a Question? Ask us on discord

