Simplify and update theme options in settings.html
This commit is contained in:
@@ -333,21 +333,14 @@
|
|||||||
<input type="checkbox" id="closeToTray" checked />
|
<input type="checkbox" id="closeToTray" checked />
|
||||||
Close to Tray
|
Close to Tray
|
||||||
</label>
|
</label>
|
||||||
<label class="option">
|
|
||||||
<input type="checkbox" id="skymode" />
|
|
||||||
Sky Theme
|
|
||||||
</label>
|
|
||||||
<!--
|
|
||||||
<label class="option" style="align-items:center;">
|
<label class="option" style="align-items:center;">
|
||||||
Theme:
|
Theme:
|
||||||
<select id="themeSelect" style="margin-left:1em;">
|
<select id="themeSelect" style="margin-left:1em;">
|
||||||
<option value="default">Cits Favorite</option>
|
<option value="sky">SkyMode</option>
|
||||||
<option value="sky">Sky</option>
|
<option value="default">Default</option>
|
||||||
<option value="epic">Epic</option>
|
<option value="grey">Grey</option>
|
||||||
<option value="yinyang" disabled>Yin/Yang (coming soon)</option>
|
|
||||||
</select>
|
</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" />
|
||||||
Skip prompt asking to remove .git folder if it has only one commit and no changes
|
Skip prompt asking to remove .git folder if it has only one commit and no changes
|
||||||
|
|||||||
Reference in New Issue
Block a user