## Changing Colors
You can add and edit Colors in the Settings of this Plugin **or** use CSS Variables to style your Chart!
To use CSS Variables, turn on Theming in this plugin's settings and add variables like so:
```css
:root {
--chart-color-1: #ff00ff;
--chart-color-x: rgb(255,255,255);
}
```