forked from open-webui/open-webui
Add Rosé Pine Dawn theme
This commit is contained in:
parent
49911aaeb7
commit
dcfe064949
4 changed files with 161 additions and 1 deletions
|
@ -34,7 +34,7 @@
|
|||
|
||||
// General
|
||||
let API_BASE_URL = OLLAMA_API_BASE_URL;
|
||||
let themes = ['dark', 'light', 'rose-pine'];
|
||||
let themes = ['dark', 'light', 'rose-pine', 'rose-pine-dawn'];
|
||||
let theme = 'dark';
|
||||
let notificationEnabled = false;
|
||||
let system = '';
|
||||
|
@ -1009,6 +1009,7 @@
|
|||
<option value="dark">Dark</option>
|
||||
<option value="light">Light</option>
|
||||
<option value="rose-pine">Rosé Pine</option>
|
||||
<option value="rose-pine-dawn">Rosé Pine Dawn</option>
|
||||
</select>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -57,6 +57,7 @@
|
|||
<title>Ollama</title>
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="/themes/rosepine.css" />
|
||||
<link rel="stylesheet" type="text/css" href="/themes/rosepine-dawn.css" />
|
||||
</svelte:head>
|
||||
|
||||
{#if loaded}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue