3am
Beta Tester
Dedicated Helper
Posts: 2428
|
|
« Reply #3 on: December 28, 2011, 10:47:58 pm » |
|
Decided to take a closer look. Here's another way to change that textcolor:
For 32 bit os & programs go here:
C:\Windows\winsxs\x86_microsoft.windows.common-controls_6595b64144ccf1df_6.0.7601.17514_none_41e6975e2bd6f2b2
For 64 bit os & programs go here:
C:\Windows\winsxs\amd64_microsoft.windows.common-controls_6595b64144ccf1df_6.0.7601.17514_none_fa396087175ac9ac
Open up UIFILE 6881 and change windowtext ( in the below code) to whatever color you want. This will make the necessary change and nothing else. You can the go back to the shellstyle and change main explorer textcolor back to default windowtext and, hopefully, avoid the complications you are experiencing.
<if id="atom(wizardtitle)">
<element Background = "argb(0, 0, 0, 0)"
ContentAlign = "MiddleLeft"
Font = "gtf(AeroWizardStyle, 1, 0)"
Foreground = "windowtext"
LayoutPos = "left"
Margin = "composited(themeable(rect(-7rp, 0rp, 0rp, 0rp), rect(7rp, 0rp, 0rp, 0rp)), rect(7rp, 0rp, 0rp, 0rp))"
Overhang = "false"
TextGlowSize = "themeable(gtmet(AeroWizard, 1, 0, 2425), 10rp)" />
Thanks to davesenior for his help with this.
|