1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-08 21:42:24 +03:00

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