# 14.04.2014 16:18:47 -07:00
Our custom controls aren't inheriting the Visual Studio theme colors so the custom controls stand out in an ugly way (white). Anyone know how to fix that?
# 27.05.2014 17:06:53 -07:00
I partly figured it out:

add a reference to Microsoft.TeamFoundation.Controls, PresentationCore and WindowsBase

add the following to the controls:

BackColor = TeamFoundationColors.Instance.WorkItemFormBackground.ToWinForms(),
ForeColor = TeamFoundationColors.Instance.WorkItemFormForeground.ToWinForms(),


I still encounter with the multivalue control a border which is now in the foreColor, but I would prefer it to be gone.