mirror of
https://github.com/vector-im/element-web.git
synced 2026-05-05 04:06:44 +02:00
debug: add custom theme to theme list
This commit is contained in:
parent
cad3858a3f
commit
a4b905ef38
@ -263,6 +263,7 @@
|
||||
"%(widgetName)s widget removed by %(senderName)s": "%(widgetName)s widget removed by %(senderName)s",
|
||||
"Light theme": "Light theme",
|
||||
"Dark theme": "Dark theme",
|
||||
"Custom theme (light)": "Custom theme (light)",
|
||||
"%(displayName)s is typing …": "%(displayName)s is typing …",
|
||||
"%(names)s and %(count)s others are typing …|other": "%(names)s and %(count)s others are typing …",
|
||||
"%(names)s and %(count)s others are typing …|one": "%(names)s and one other is typing …",
|
||||
|
||||
@ -21,4 +21,5 @@ export const DEFAULT_THEME = "light";
|
||||
export const THEMES = {
|
||||
"light": _td("Light theme"),
|
||||
"dark": _td("Dark theme"),
|
||||
"light-custom": _td("Custom theme (light)"),
|
||||
};
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user