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

Add element theme

This commit is contained in:
Bruno Windels
2020-06-29 15:30:06 +02:00
parent bb9ae7b55b
commit baebab7b16
6 changed files with 479 additions and 0 deletions

View File

@@ -26,6 +26,7 @@ export function enumerateThemes() {
const BUILTIN_THEMES = {
"light": _t("Light"),
"dark": _t("Dark"),
"element": _t("Element Light"),
};
const customThemes = SettingsStore.getValue("custom_themes");
const customThemeNames = {};