I’m looking to structure editor theming by locating the styling within variables, which end users can target to provide easier custom styling. I’ve hit a roadblock though when trying to set the variables through EditorView.theme(). They do not register, either through '--var-name’: ‘value’ or '@property --var-name': {...}
Is this even supported, or should I pursue a different route?