In Visual Studio 2008 with Crystal Clear Color scheme, the title of collapsable toolbar have a white foreground which is unreadable on the clear background.
in C:\WINDOWS\Resources\Themes\Crystal Clear\Crystal Clear.msstyles
I've replaced using the tool (Resource Tuner) :
[SysMetrics]
DkShadow3d = 255 255 255
by
[SysMetrics]
DkShadow3d = 0 0 0
that seem's to work without side effect.
any better way of dealing with this issue ?