Theme Colors

Theme Colors

Aquiry allows you to change the primary color of your dashboard using the data-theme-colors attribute on the <html> tag. Available options are: default, orange, green, blue, lime, and pink. The default value uses the dashboard’s preset primary color.

<!-- Example --> <html lang="en" data-theme-colors="default"></html>

Set Primary Color via JavaScript

You can also dynamically change the primary color using JavaScript in app.js. Simply set the data-theme-colors attribute on the <html> element to any of the available color options. The default value will use the dashboard’s preset primary color.

Verical
data-theme-colors="default"
Verical
data-theme-colors="orange"
Verical
data-theme-colors="green"
Verical
data-theme-colors="blue"
Verical
data-theme-colors="lime"
Verical
data-theme-colors="pink"
© Aquiry.
Crafted & Design with by Codebucks