From bc32f4fcde445ff8d7c6f82e9cf50b1d5c0c5162 Mon Sep 17 00:00:00 2001 From: Karim Kodera <163744136+karimkodera@users.noreply.github.com> Date: Wed, 18 Feb 2026 20:24:52 +0200 Subject: [PATCH] Document graph color variables for custom themes (#7011) * Document graph color variables for custom themes Added documentation for graph color variables in custom themes. * [autofix.ci] apply automated fixes * Update custom themes documentation for clarity Clarify the impact of color palettes on custom report widget graphs and format the list of color variables. * Update packages/docs/docs/experimental/custom-themes.md Co-authored-by: Matt Fiddaman * Fix color variable syntax in custom themes documentation Updated color variable syntax for chart colors in documentation. --------- Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com> Co-authored-by: Matt Fiddaman --- packages/docs/docs/experimental/custom-themes.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/packages/docs/docs/experimental/custom-themes.md b/packages/docs/docs/experimental/custom-themes.md index 6d4822a7de..efbbb3b8fc 100644 --- a/packages/docs/docs/experimental/custom-themes.md +++ b/packages/docs/docs/experimental/custom-themes.md @@ -103,6 +103,20 @@ Common variables include: - `--color-sidebarItemText` - Sidebar item text - `--color-sidebarItemTextSelected` - Selected sidebar item text +**Graph Colors:** + +These color palette impact custom report series colors in all variations - bar, line, donut, etc... + +- `--color-chartQual1` +- `--color-chartQual2` +- `--color-chartQual3` +- `--color-chartQual4` +- `--color-chartQual5` +- `--color-chartQual6` +- `--color-chartQual7` +- `--color-chartQual8` +- `--color-chartQual9` + And many more! To see all available variables, check the theme files in the source code or look at an existing theme. ### Validation Rules