clarify how to use in CSS
This commit is contained in:
parent
f55c5aedc1
commit
1c413a4f81
1 changed files with 1 additions and 1 deletions
|
@ -81,4 +81,4 @@ eg. in config.json:
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
`username-colors` is expected to contain 8 colors. `avatar-background-colors` is expected to contain 3 colors. Both values are optional and have fallbacks from the built-in theme.
|
`username-colors` is expected to contain 8 colors. `avatar-background-colors` is expected to contain 3 colors. Both values are optional and have fallbacks from the built-in theme. These are exposed as `--username-colors_0`, ... and `--avatar-background-colors_0`, ... respectively in CSS.
|
||||||
|
|
Loading…
Reference in a new issue