From 037996711e00c112a163f28196f000f9ff61876f Mon Sep 17 00:00:00 2001 From: Robin Date: Thu, 1 Feb 2024 18:27:09 -0500 Subject: [PATCH] Update custom avatar theme documentation --- docs/theming.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/theming.md b/docs/theming.md index 398befec45..2e6b5930cd 100644 --- a/docs/theming.md +++ b/docs/theming.md @@ -89,7 +89,7 @@ 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 6 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.