rename traces of element(-dark) theme in code

This commit is contained in:
Bruno Windels 2020-07-14 18:40:32 +02:00
parent 25d3257d80
commit b1444146e6
2 changed files with 2 additions and 4 deletions

View file

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