i need help fixing a color in a msstyle


Recommended Posts

can someone on here tell me how to make the "tool tip" color white instead of the yellowish color it is?

i'm talking about the background color of the tool tip when you hold your mouse over the icons near the clock.

i've looked at the msstyle in stylebuilder but can't find an option to change it.

any help would be great,

thanks.

Link to comment
Share on other sites

you have to add a the option in the xml

close stylebuilder and open your styles xml file. it'll be in the folder your stylebuilder files in. itll be called whatever your color scheme is named. open it in notepad or whatever and add this under the sysmetrics section:

<Property Name="InfoText" Value="100 100 100"/>
<Property Name="InfoBk" Value="20 20 20"/>

infotext is the text color and infobk is the background color.

you can also add

<Property Name="WindowText" Value="170 170 170"/>
<Property Name="Window" Value="100 100 100"/>

to change the color of the window stuff (I cant remember if theyre there in a default style or not, I dont think they are.)

Link to comment
Share on other sites

you have to add a the option in the xml

close stylebuilder and open your styles xml file. it'll be in the folder your stylebuilder files in. itll be called whatever your color scheme is named. open it in notepad or whatever and add this under the sysmetrics section:

<Property Name="InfoText" Value="100 100 100"/>
<Property Name="InfoBk" Value="20 20 20"/>

infotext is the text color and infobk is the background color.

you can also add

<Property Name="WindowText" Value="170 170 170"/>
<Property Name="Window" Value="100 100 100"/>

to change the color of the window stuff (I cant remember if theyre there in a default style or not, I dont think they are.)

thanks so much. :D

i've asked this question before and no one seemed to have a clue. :laugh:

Link to comment
Share on other sites

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.