dark theme WIP
This commit is contained in:
parent
7390baf451
commit
0d53521e83
3 changed files with 289 additions and 0 deletions
|
@ -27,6 +27,7 @@ export function enumerateThemes() {
|
|||
"light": _t("Light"),
|
||||
"dark": _t("Dark"),
|
||||
"element": _t("Element Light"),
|
||||
"element-dark": _t("Element Dark"),
|
||||
};
|
||||
const customThemes = SettingsStore.getValue("custom_themes");
|
||||
const customThemeNames = {};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue