Add Rosé Pine Dawn theme

This commit is contained in:
ThatOneCalculator 2024-01-01 16:39:02 -08:00
parent 49911aaeb7
commit dcfe064949
No known key found for this signature in database
GPG key ID: 8703CACD01000000
4 changed files with 161 additions and 1 deletions

View file

@ -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>

View file

@ -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}