mirror of
https://github.com/vector-im/element-web.git
synced 2024-11-15 20:54:59 +08:00
Documentation fix: missing comma and I would also take the ellipsis away (#17233)
* Missing coma and I would also take the ellipsis away took me a while to find the mistake and "comment" and I think it'll take other even longer... * use json5 --------- Co-authored-by: Travis Ralston <travisr@matrix.org> Co-authored-by: Richard van der Hoff <1389908+richvdh@users.noreply.github.com>
This commit is contained in:
parent
e0ffddf3eb
commit
4bb9f2ed7b
@ -29,7 +29,7 @@ default theme, you would use `default_theme: "custom-Electric Blue"`.
|
|||||||
|
|
||||||
e.g. in config.json:
|
e.g. in config.json:
|
||||||
|
|
||||||
```
|
```json5
|
||||||
"setting_defaults": {
|
"setting_defaults": {
|
||||||
"custom_themes": [
|
"custom_themes": [
|
||||||
{
|
{
|
||||||
@ -59,6 +59,10 @@ e.g. in config.json:
|
|||||||
"timeline-text-color": "#2e2f32",
|
"timeline-text-color": "#2e2f32",
|
||||||
"timeline-text-secondary-color": "#61708b",
|
"timeline-text-secondary-color": "#61708b",
|
||||||
"timeline-highlights-color": "#f3f8fd",
|
"timeline-highlights-color": "#f3f8fd",
|
||||||
|
|
||||||
|
// These should both be 8 values long
|
||||||
|
"username-colors": ["#ff0000", /*...*/],
|
||||||
|
"avatar-background-colors": ["#cc0000", /*...*/]
|
||||||
},
|
},
|
||||||
"compound": {
|
"compound": {
|
||||||
"--cpd-color-icon-accent-tertiary": "var(--cpd-color-blue-800)",
|
"--cpd-color-icon-accent-tertiary": "var(--cpd-color-blue-800)",
|
||||||
|
Loading…
Reference in New Issue
Block a user