logo

Theme

const options = {
  theme: "light" // Theme setting, value :  "light" | "dark" | "lightAppl"
};

Custom Theme

const options = {
  customTheme: {
    primary: "", // Primary color for the theme
    secondary: " ", // Secondary color for the theme
    third: "" // Tertiary color for the theme
  },
};