mirror of
https://github.com/open-webui/open-webui
synced 2024-11-28 23:13:30 +00:00
ordering of themes in select menu, group dark themes together
This commit is contained in:
parent
25c71d8ac2
commit
dfeadf9595
@ -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 New Issue
Block a user