mirror of
https://github.com/open-webui/open-webui
synced 2024-11-28 23:13:30 +00:00
Add 'oled' theme option to themes list
This commit is contained in:
parent
976c714063
commit
c24d9d3bea
@ -14,7 +14,7 @@
|
||||
export let getModels: Function;
|
||||
|
||||
// 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 languages = [];
|
||||
|
Loading…
Reference in New Issue
Block a user