forked from open-webui/open-webui
ordering of themes in select menu, group dark themes together
This commit is contained in:
parent
25c71d8ac2
commit
dfeadf9595
1 changed files with 1 additions and 1 deletions
|
@ -147,10 +147,10 @@
|
|||
>
|
||||
<option value="system">⚙️ {$i18n.t('System')}</option>
|
||||
<option value="dark">🌑 {$i18n.t('Dark')}</option>
|
||||
<option value="oled-dark">🌌 {$i18n.t('OLED Dark')}</option>
|
||||
<option value="light">☀️ {$i18n.t('Light')}</option>
|
||||
<option value="rose-pine dark">🪻 {$i18n.t('Rosé Pine')}</option>
|
||||
<option value="rose-pine-dawn light">🌷 {$i18n.t('Rosé Pine Dawn')}</option>
|
||||
<option value="oled-dark">🌌 {$i18n.t('OLED Dark')}</option>
|
||||
</select>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue