修改mac上GTK风格
准备
###通过brew安装gtk-chtheme
brew install gtk-chtheme
主题 moka-gtk-theme
这里用moka-gtk-theme
安装
下载文件夹结构为
.
├── AUTHORS
├── INSTALL
├── LICENSE
├── Moka
│ ├── gtk-2.0
│ ├── gtk-3.0
│ ├── index.theme
│ ├── metacity-1
│ └── unity
├── Moka-Dark
│ ├── gtk-2.0
│ ├── index.theme
│ ├── metacity-1
│ └── unity
└── UNINSTALL 安装
mkdir $HOME/themes
cd /path/to/moka-gtk-theme
cp -r Moka/ $HOME/.themes
cp -r Moka-Dark/ $HOME/.themes
查看主题
cd $HOME/.themes
ls
主题文件夹结构
.
├── Default
├── Emacs
├── Moka
├── Moka-Dark
└── Raleigh -> ../../Cellar/gtk+/2.24.23/share/themes/Raleigh
修改主题
gtk-chtheme 进入主题选择, 选择一个主题 gtk-chtheme本身的风格也会跟着切换