mirror of
https://gitlab.com/skysthelimit.dev/selenite.git
synced 2025-06-16 02:22:07 -05:00
Update settings.html
This commit is contained in:
parent
48ec656d5a
commit
361def12d9
@ -106,7 +106,10 @@
|
|||||||
<button onclick="setTheme('frappe' + (bgTheme.checked ? '' : 'false'))" style="background-color: #737994; color: #cad3f5; border: 2px solid #838ba7">frappe</button>
|
<button onclick="setTheme('frappe' + (bgTheme.checked ? '' : 'false'))" style="background-color: #737994; color: #cad3f5; border: 2px solid #838ba7">frappe</button>
|
||||||
<button onclick="setTheme('latte' + (bgTheme.checked ? '' : 'false'))" style="background-color: #9ca0b0; color: #4c4f69; border: 5px solid #8c8fa1">latte</button>
|
<button onclick="setTheme('latte' + (bgTheme.checked ? '' : 'false'))" style="background-color: #9ca0b0; color: #4c4f69; border: 5px solid #8c8fa1">latte</button>
|
||||||
<button onclick="setTheme('dogcat')" style="background-color: #537294; color: #fff; border: 5px solid #30719c">dog and cat</button>
|
<button onclick="setTheme('dogcat')" style="background-color: #537294; color: #fff; border: 5px solid #30719c">dog and cat</button>
|
||||||
|
<button onclick="setTheme('art')" style="background-color: #0284d4; color: #fff; border: 5px solid #0284d4">art class</button>
|
||||||
|
|
||||||
<button onclick="customTheme()">custom</button>
|
<button onclick="customTheme()">custom</button>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
<div id="customMenu" style="display: none;">
|
<div id="customMenu" style="display: none;">
|
||||||
<p>Input BG Color</p>
|
<p>Input BG Color</p>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user