const options = {
theme: "light" // Theme setting, value : "light" | "dark" | "lightAppl"
};
const options = {
customTheme: {
primary: "", // Primary color for the theme
secondary: " ", // Secondary color for the theme
third: "" // Tertiary color for the theme
},
};