I would like to create an addin that could control the designer's background color as well as the colors used for the different element types. Is this possible with the power toys framework
I would like to create an addin that could control the designer's background color as well as the colors used for the different element types. Is this possible with the power toys framework
Modify Designer Colors
Carlos Voltolini Neto
The answer is probably "it depends" - if you'd like to just change the color of, say, all class shapes from blue to green, that's relatively easy. If you'd like to change the color based on some criteria, it will be tricker. With regards to members - this is not doable from the add-in at this moment. Lines colors can probably only be changed all at once.
If you can provide a bit more details about the scenario, I can try to help.
Thanks
Dmitriy
opc3
Joseph Torre
John Cronin
1. Enable high contrast mode through the Control panel>Accessibility options>Display tab.
2. Right-click the desktop and select properties from the context menu.
3. Pick the appearance tab, and click the advanced button.
4. Select the UI elements that you wish to change in color/size and press apply to apply changes. Note that if you wish to change font settings for VS you need to change the "Icon" font settings.
5. Open the development environment and you should see your changes reflected.
Tim Sohn
Grego
One more thing, to elaborate on step 5 above - make sure that you close and reopen the development environment after you have enabled high contrast mode. Not all UI elements support toggling into and out of high contrast mode without reloading the UI.
Fabio Pintos
Kirill Osenkov
jason duncan