feature: dark theme: add (#332)

This commit is contained in:
coderaiser 2024-03-29 13:25:23 +02:00
parent 35622082a9
commit 6bc4f3ec26
23 changed files with 186 additions and 51 deletions

View file

@ -43,8 +43,14 @@
Zip
</label>
</li>
<li title="Theme">
<select data-name="js-theme" class="form-control full-width" title="Theme">
<option {{ light-selected }}>light</option>
<option {{ dark-selected }}>dark</option>
</select>
</li>
<li title="Visible Columns">
<select data-name="js-columns" class="form-control full-width" title="Visible Columns">
<select data-name="js-themes" class="form-control full-width" title="Visible Columns">
<option {{ name-size-date-owner-mode-selected }}>name-size-date-owner-mode</option>
<option {{ name-size-date-selected }}>name-size-date</option>
<option {{ name-size-selected }}>name-size</option>