I am building a Visual Studio exennsion project that will use Syntax Editor instead of Visual Studio's own editor. I am trying to integrate it as closely as possible and have already set all the Language Styles using colors from Visual Studio's option preferences.
I am now trying to set the colors for the elements that are outside the main text area but have not been able to find properties to do this.
The areas I am looking for are:
Line Numbers (Fore and Back)
Indicator Margin (Back only)
Collapsed Text (Fore and Back)
Brace match highlight (Back only)
Are there properties available to control these colors?
Thanks
Mike