Added option to change the theme.

This commit is contained in:
n1474335 2017-04-25 00:21:38 +01:00
parent d71ac2e894
commit 2e4076bb75
5 changed files with 20 additions and 0 deletions

View file

@ -211,6 +211,13 @@
</div>
<div class="modal-body" id="options-body">
<p style="font-weight: bold">Please note that these options will persist between sessions.</p>
<div class="option-item">
<select option="theme" id="theme">
<option value="classic">Classic</option>
<option value="dark">Dark</option>
</select>
<label for="theme"> Theme </label>
</div>
<div class="option-item">
<input type="checkbox" option="update_url" id="update_url" checked />
<label for="update_url"> Update the URL when the input or recipe changes </label>