Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
chenpangpang
open-webui
Commits
c24d9d3b
"testing/vscode:/vscode.git/clone" did not exist on "ff35fc088173cf3a2bd5af994ee907ddeb6c2f6b"
Commit
c24d9d3b
authored
Mar 27, 2024
by
Danny Liu
Browse files
Add 'oled' theme option to themes list
parent
976c7140
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/lib/components/chat/Settings/General.svelte
src/lib/components/chat/Settings/General.svelte
+1
-1
No files found.
src/lib/components/chat/Settings/General.svelte
View file @
c24d9d3b
...
@@ -14,7 +14,7 @@
...
@@ -14,7 +14,7 @@
export let getModels: Function;
export let getModels: Function;
// General
// General
let themes = ['dark', 'light', 'rose-pine dark', 'rose-pine-dawn light'];
let themes = ['dark', 'light', 'rose-pine dark', 'rose-pine-dawn light'
, 'oled'
];
let selectedTheme = 'system';
let selectedTheme = 'system';
let languages = [];
let languages = [];
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment