Looking for Vue, React, Angular, Laravel Version? Click here to Get 5 in 1 JS Bundle.

Theme colors

  1. "theme_color": {
    "colors": {
    "--primary": "#7016d0",
    "--secondary": "#aca4bc",
    "--tertiray": "#3FF0B9"
    },
    "value": "theme-color-default"
    }
  2. To get the current value of the following you can use:

    theme_color

    changeThemeColor(object: any) {
    const themeColor = {
    colors: {
    '--primary': object.primary,
    '--secondary': object.secondary,
    },
    value: object.value
    }