cep_head Posted January 1, 2009 Share Posted January 1, 2009 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 More sharing options...
emmzaa Posted January 1, 2009 Share Posted January 1, 2009 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 More sharing options...
cep_head Posted January 2, 2009 Author Share Posted January 2, 2009 you have to add a the option in the xmlclose 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 More sharing options...
emmzaa Posted January 3, 2009 Share Posted January 3, 2009 no prob! Link to comment Share on other sites More sharing options...
Recommended Posts