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:
chagai95 2024-10-31 11:54:46 +01:00 committed by GitHub
parent e0ffddf3eb
commit 4bb9f2ed7b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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)",