Theme colors
-
"theme_color": { "colors": { "--primary": "#7016d0", "--secondary": "#aca4bc", "--tertiray": "#3FF0B9" }, "value": "theme-color-default" }
- 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 }