"git@developer.sourcefind.cn:chenpangpang/open-webui.git" did not exist on "bfba72d4868f72abe2efa569752b3c63a059e59d"
Commit f25a967a authored by Danny Liu's avatar Danny Liu
Browse files

add system theme ️ option to select menu

parent f55dae30
...@@ -138,6 +138,7 @@ ...@@ -138,6 +138,7 @@
on:change="{() => handleThemeChange(selectedTheme)}" on:change="{() => handleThemeChange(selectedTheme)}"
> >
<option value="system">System</option> <option value="system">System</option>
<option value="system">⚙️ {$i18n.t('System')}</option>
<option value="dark">🌑 {$i18n.t('Dark')}</option> <option value="dark">🌑 {$i18n.t('Dark')}</option>
<option value="light">☀️ {$i18n.t('Light')}</option> <option value="light">☀️ {$i18n.t('Light')}</option>
<option value="rose-pine dark">🪻 {$i18n.t('Rosé Pine')}</option> <option value="rose-pine dark">🪻 {$i18n.t('Rosé Pine')}</option>
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment