|
假如你有用Wine运行过Windows应用程序,你一定会不满于其中丑陋的主题。
这些用Wine模拟出来的Windows软件有自己的一套配色方案,与Linux系统本身的格格不入。
让我们来对其美化一番吧。
—–
用你喜欢的方式打开这个文件:~/.wine/user.reg,比如在终端下执行gedit ~/.wine/user.reg,即用文本编辑器打开了这个文件。
然后下载这个文本文件,或者用浏览器直接打开也可以。
把user.reg文件中的[Control Panel\\Colors]部分替换成那个文件的内容,替换后保存。
这样,就可以把你的Wine应用程序的配色改成Human风格的了,当然你也可以根据自己的喜好,自己定制颜色。
效果如下图:

上图的上部是默认的Wine配色风格,下面部分则是本例所改成的配色方案。漂亮多了吧?
[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"
|
Tags:应用程序 美化 文件 配色 Wine 打开 这个 自己 可以 文本
|