forked from open-webui/open-webui
Add 'oled' theme option to themes list
This commit is contained in:
parent
976c714063
commit
c24d9d3bea
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue