Answer by Snowy Owl for How can I match Visual Studio's theme when creating a...
I know this is an old question, but I decided to expand on the answers. Suddenly it will be useful to someone.In addition to color assignment, you can also assign styles to standard components (Button,...
View ArticleAnswer by GrantTheAnt for How can I match Visual Studio's theme when creating...
As another follow up to this, when writing my Visual Studio extension, I really wanted to have my tool window appear as much like a Visual Studio window as possible. At times, I found it incredibly...
View ArticleAnswer by GrantTheAnt for How can I match Visual Studio's theme when creating...
I feel as though the correct answer to this question is: you're not supposed to / Microsoft doesn't want you to do this. This post outlines the rationale behind this. The TLDR of the post seems to be...
View ArticleAnswer by Leo Liu for How can I match Visual Studio's theme when creating a...
How can I match Visual Studio's theme when creating a VSIX tool window?You can try to binding to static VS resources:<ResourceDictionary...
View ArticleHow can I match Visual Studio's theme when creating a VSIX tool window?
I am creating an extension for Visual Studio (2012+) that involves a tool window. I was hoping to style the window identically to match the current theme of Visual Studio. However, I am having a great...
View Article