1
0

Update settings.html to include theme selection dropdown

This commit is contained in:
2025-05-26 08:18:18 +02:00
parent 87bb4a436f
commit 60445daef6

View File

@@ -308,9 +308,14 @@
<input type="checkbox" id="closeToTray" checked /> <input type="checkbox" id="closeToTray" checked />
Close to Tray Close to Tray
</label> </label>
<label class="option"> <label class="option" style="align-items:center;">
<input type="checkbox" id="skymode" /> Theme:
Sky Theme <select id="themeSelect" style="margin-left:1em;">
<option value="default">Cits Favorite</option>
<option value="sky">Sky</option>
<option value="epic">Epic</option>
<option value="yinyang" disabled>Yin/Yang (coming soon)</option>
</select>
</label> </label>
<label class="option"> <label class="option">
<input type="checkbox" id="skipPrompt" class="flex-none" /> <input type="checkbox" id="skipPrompt" class="flex-none" />