forked from open-webui/open-webui
chore: disable unmaintained themes
This commit is contained in:
parent
f63866b72a
commit
790a305c55
2 changed files with 4 additions and 4 deletions
|
@ -147,8 +147,8 @@
|
||||||
<option value="dark">🌑 {$i18n.t('Dark')}</option>
|
<option value="dark">🌑 {$i18n.t('Dark')}</option>
|
||||||
<option value="oled-dark">🌃 {$i18n.t('OLED Dark')}</option>
|
<option value="oled-dark">🌃 {$i18n.t('OLED 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>
|
||||||
<option value="rose-pine-dawn light">🌷 {$i18n.t('Rosé Pine Dawn')}</option>
|
<option value="rose-pine-dawn light">🌷 {$i18n.t('Rosé Pine Dawn')}</option> -->
|
||||||
</select>
|
</select>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -69,8 +69,8 @@
|
||||||
<title>{$WEBUI_NAME}</title>
|
<title>{$WEBUI_NAME}</title>
|
||||||
<link rel="icon" href="{WEBUI_BASE_URL}/static/favicon.png" />
|
<link rel="icon" href="{WEBUI_BASE_URL}/static/favicon.png" />
|
||||||
|
|
||||||
<link rel="stylesheet" type="text/css" href="/themes/rosepine.css" />
|
<!-- <link rel="stylesheet" type="text/css" href="/themes/rosepine.css" />
|
||||||
<link rel="stylesheet" type="text/css" href="/themes/rosepine-dawn.css" />
|
<link rel="stylesheet" type="text/css" href="/themes/rosepine-dawn.css" /> -->
|
||||||
</svelte:head>
|
</svelte:head>
|
||||||
|
|
||||||
{#if loaded}
|
{#if loaded}
|
||||||
|
|
Loading…
Reference in a new issue