WineHumanTheme

Revision 2 as of 2007-12-22 14:02:08

Clear message

Setting the default theme in Wine can make things look truly slick. Observe superm1's post in this thread: http://ubuntuforums.org/showthread.php?t=206366

The Human theme linked there seems ideal for integration, but Wine's theme support isn't stable enough to default to it. Another quite effective change is to make wine's colours match the Human theme. This is of course stable and doesn't have any speed penalty. The following colours achieve this quite well (circa edgy):

ubuntucolours.reg (import via regedit or paste colours in ~/.wine/user.reg Change [HKEY_CURRENT_USER\Control Panel\Colors] into [Control Panel\\Colors] if you do that)

Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Control Panel\Colors]
"ActiveBorder"="239 235 231"
"ActiveTitle"="210 141 70"
"AppWorkSpace"="177 170 163"
"Background"="0 0 0"
"ButtonAlternateFace"="181 181 181"
"ButtonDkShadow"="115 106 96"
"ButtonFace"="239 235 231"
"ButtonHilight"="253 250 248"
"ButtonLight"="239 235 231"
"ButtonShadow"="179 175 171"
"ButtonText"="0 0 0"
"GrayText"="179 175 171"
"Hilight"="248 206 140"
"HilightText"="0 0 0"
"InactiveBorder"="239 235 231"
"InactiveTitle"="239 235 231"
"InactiveTitleText"="60 60 59"
"InfoText"="0 0 0"
"InfoWindow"="239 235 231"
"Menu"="239 235 231"
"MenuBar"="239 235 231"
"MenuHilight"="248 245 242"
"MenuText"="0 0 0"
"Scrollbar"="203 193 183"
"TitleText"="255 255 255"
"Window"="255 255 255"
"WindowFrame"="0 0 0"
"WindowText"="0 0 0"