From 0a6bfbd3c5e925b79062b088da69418226db57c0 Mon Sep 17 00:00:00 2001 From: Mia Herkt Date: Sun, 5 Apr 2026 01:03:03 +0200 Subject: [PATCH] theming/user-templates: add rgb_csv format --- src/content/docs/theming/user-templates.mdx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/content/docs/theming/user-templates.mdx b/src/content/docs/theming/user-templates.mdx index c81f1979..e2ad8f46 100644 --- a/src/content/docs/theming/user-templates.mdx +++ b/src/content/docs/theming/user-templates.mdx @@ -69,6 +69,7 @@ Templates use the syntax `{{colors.name.mode.format}}`: | `hex` | `#FF5733` | | `hex_stripped` | `FF5733` | | `rgb` | `rgb(255, 87, 51)` | +| `rgb_csv` | `255,87,51` | | `rgba` | `rgba(255, 87, 51, 1.0)` | | `hsl` | `hsl(14, 100%, 60%)` | | `hsla` | `hsla(14, 100%, 60%, 1.0)` |