Dynamic theme color support

This commit is contained in:
billz
2020-06-30 16:54:30 +01:00
parent 9fef770143
commit 2916bd1998
4 changed files with 8 additions and 249 deletions

View File

@@ -17,7 +17,7 @@
</div>
<div class="col-xs">
<label for="code"><?php echo _("Color"); ?></label>
<input class="form-control color-input" value="#d8224c" aria-label="color" data-huebee='{ "notation": "hex", "saturations": 2, "customColors": [ "#d8224c", "#dd4814", "#ea0", "#19f", "#333" ], "hue0": 210 }' />
<input class="form-control color-input" value="#d8224c" aria-label="color" />
</div>
</div>
<form action="?page=system_info" method="POST">