diff --git a/src/content/docs/theming/user-templates.mdx b/src/content/docs/theming/user-templates.mdx index c81f197..e2ad8f4 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)` |