mirror of
https://github.com/SchildiChat/element-web.git
synced 2024-10-01 01:26:12 -04:00
explain the internal name of custom themes
This commit is contained in:
parent
dc3cc37784
commit
21781adb9e
@ -26,7 +26,10 @@ single directory tree.
|
|||||||
|
|
||||||
Custom Themes
|
Custom Themes
|
||||||
=============
|
=============
|
||||||
Themes derived from the built in themes may also be defined in settings,
|
|
||||||
|
Themes derived from the built in themes may also be defined in settings.
|
||||||
|
|
||||||
|
To avoid name collisions, the internal name of a theme is `custom-${theme.name}`. So if you want to set the custom theme below as the default theme, you would use `default_theme: "custom-Electric Blue"`.
|
||||||
|
|
||||||
eg. in config.json:
|
eg. in config.json:
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user