Monday, March 26, 2007

Changing the look of Wine

One of the nicer things of Linux is that you have tons of thinkerers around. One of my online buddies who goes by the nick of Tripl showed this solution to change the default look of Wine (simply horrible) into the human theme of Ubuntu.

 

All the text bellow needs to be pasted bellow the line above in ~/.wine/user.reg that is your home directory .wine folder
"ActiveBorder"="239 235 231"
"ActiveTitle"="239 235 231"
"AppWorkSpace"="198 198 191"
"Background"="93 77 52"
"ButtonAlternativeFace"="200 0 0"
"ButtonDkShadow"="85 85 82"
"ButtonFace"="239 235 231"
"ButtonHilight"="255 255 255"
"ButtonLight"="255 255 255"
"ButtonShadow"="198 198 191"
"ButtonText"="0 0 0"
"GradientActiveTitle"="239 235 231"
"GradientInactiveTitle"="239 235 231"
"GrayText"="198 198 191"
"Hilight"="247 203 135"
"HilightText"="0 0 0"
"InactiveBorder"="239 235 231"
"InactiveTitle"="239 235 231"
"InactiveTitleText"="255 255 255"
"InfoText"="0 0 0"
"InfoWindow"="200 0 0"
"Menu"="239 235 231"
"MenuBar"="0 0 0"
"MenuHilight"="247 203 135"
"MenuText"="0 0 0"
"Scrollbar"="239 235 231"
"TitleText"="255 255 255"
"Window"="255 255 255"
"WindowFrame"="0 0 0"
"WindowText"="0 0 0"

 

Now I wonder.... could someone do this for Picasa as well?

Tags: Linux, Ubuntu, Wine

No comments:

Post a Comment