Commit c24d9d3b authored by Danny Liu's avatar Danny Liu
Browse files

Add 'oled' theme option to themes list

parent 976c7140
...@@ -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 = [];
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment