Skip to content

Commit

Permalink
Documentation fix: missing comma and I would also take the ellipsis a…
Browse files Browse the repository at this point in the history
…way (#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 <[email protected]>
Co-authored-by: Richard van der Hoff <[email protected]>
  • Loading branch information
3 people authored Oct 31, 2024
1 parent e0ffddf commit 4bb9f2e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docs/theming.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ default theme, you would use `default_theme: "custom-Electric Blue"`.

e.g. in config.json:

```
```json5
"setting_defaults": {
"custom_themes": [
{
Expand Down Expand Up @@ -59,6 +59,10 @@ e.g. in config.json:
"timeline-text-color": "#2e2f32",
"timeline-text-secondary-color": "#61708b",
"timeline-highlights-color": "#f3f8fd",

// These should both be 8 values long
"username-colors": ["#ff0000", /*...*/],
"avatar-background-colors": ["#cc0000", /*...*/]
},
"compound": {
"--cpd-color-icon-accent-tertiary": "var(--cpd-color-blue-800)",
Expand Down

0 comments on commit 4bb9f2e

Please sign in to comment.