rename traces of element(-dark) theme in code
This commit is contained in:
parent
25d3257d80
commit
b1444146e6
2 changed files with 2 additions and 4 deletions
|
@ -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 = {};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue