I'd like to build a custom theme for syntax editor that fits in with Visual Studio's theming - as one of the targets of my editor will be a visual studio extension. I don't want to use one of the built-in themes because I want to fully support any custom visual studio themes that the user may create. Apologies if I've missed it - but I can see information on how to apply built-in themes, how to create custom controls that respect that theme - but not any information on how to go about actually creating a custom theme for SyntaxEditor. Also, I can't see any information on where to find the default contol templates - where might those be located?
Thanks