Skip to content
This repository was archived by the owner on Feb 11, 2026. It is now read-only.

Commit ddc5354

Browse files
committed
chore(theme): remove default light theme
The app doesn't support the built-in white theme provided by Element. In future, a custom elecord white theme would need to be developed.
1 parent 3374975 commit ddc5354

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/theme.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ export function isHighContrastTheme(theme: string): boolean {
8787

8888
export function enumerateThemes(): { [key: string]: string } {
8989
const BUILTIN_THEMES = {
90-
"light": _t("common|light"),
90+
// "light": _t("common|light"), /* elecord, remove default light theme */
9191
"light-high-contrast": _t("theme|light_high_contrast"),
9292
"dark": _t("common|dark"),
9393
};

0 commit comments

Comments
 (0)