Update settings.html

This commit is contained in:
LEGALISE_PIRACY 2024-04-27 04:33:59 +00:00
parent 587d745618
commit f798a6dde4

View File

@ -95,6 +95,8 @@
<button onclick="setTheme('threekho')" style="background-color: #28A018; color: #fff; border: 5px solid #0A8F00">3kh0</button>
<button onclick="setTheme('bgs')" style="background-color: #553113; color: #fff; border: 5px solid #3d220c">bigfoot</button>
<button onclick="setTheme('seraph')" style="background-color: #000; color: #fff; border: 2px solid #fff">seraph</button>
<button onclick="setTheme('dogcat')" style="background-color: #537294; color: #fff; border: 5px solid #30719c">dog and cat</button>
<button onclick="setTheme('nighttime')" style="background-color: #29374d; color: #fff; border: 2px solid #fff">nighttime</button>
<button onclick="customTheme()">custom</button>
</div>