From 1c413a4f819353a69265171cb1e1ba567e1a0f89 Mon Sep 17 00:00:00 2001 From: Bruno Windels Date: Mon, 27 Apr 2020 20:17:13 +0200 Subject: [PATCH] clarify how to use in CSS --- docs/theming.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/theming.md b/docs/theming.md index 8012b2b956..1fffbb6a4d 100644 --- a/docs/theming.md +++ b/docs/theming.md @@ -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.