Hi,
I have created a custom tool window that has label, textbox and grid controls. I bind the foreground to VsBrushes.ToolWindowTextKey of the label control. Foreground="{DynamicResource {x:Staticvsfx:VsBrushes.ToolWindowTextKey}}" It works well with the dark theme.
What VsBrushes key can be used for background property of a textbox control?
And what keys are good for the grid header, selected row of a grid control?
Thanks,