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.
data-theme-colors="default"
data-theme-colors="orange"
data-theme-colors="green"
data-theme-colors="blue"
data-theme-colors="lime"
data-theme-colors="pink"