dark theme WIP

This commit is contained in:
Bruno Windels 2020-07-09 14:48:15 +02:00
parent 7390baf451
commit 0d53521e83
3 changed files with 289 additions and 0 deletions

View file

@ -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 = {};