Icon themes
When editing the HTML of the template, you can change the theme by modifying the code within
the <script>
tag in the <head>
section:
hcm.util.loadIcons({
theme: "darkred", // Options: default, orange, blue, gray, darkred, lightred
// Override theme colors:
primaryColor: "", // Effects the following themes: orange, blue, gray, darkred, lightred
secondaryColor: "", // Effects the following themes: blue, gray, darkred, lightred
backgroundColor: "" // Effects the following themes: darkred, lightred
});
Icon theme options are default
, darkred
,
lightred
, orange
, blue
, and
gray
.
You can also override the default colors for each theme by adding a valid hexadecimal color value to the function.