When I do customizations in CSS, I often need to set the settings.colorScheme color to some elements. I am hardroding it in my CSS, but the issue is when I change colorScheme in the bot configuration, my becomes CSS out of sync.
It would be nice to be able to refer to @colorScheme in the custom CSS.
When I do customizations in CSS, I often need to set the
settings.colorSchemecolor to some elements. I am hardroding it in my CSS, but the issue is when I change colorScheme in the bot configuration, my becomes CSS out of sync.It would be nice to be able to refer to
@colorSchemein the custom CSS.