I’m trying to create custom highlights using the Minimal Theme’s extended colors. I want to use the variables like --red, --orange, etc. in inline style attributes.
The styles using the theme variables don’t get applied. I don’t want to simply use the colors’ HEX values because I want the colors to change dynamically depending on light/dark mode. Is there a way to make this work?