收集大量的配色方案文件
git clone https://github.com/holoto/color-scheme.git
#webstrom color scheme
#收集的github 库
https://github.com/tomasr/molokai
https://github.com/negativefix/zenburn
https://github.com/y3sh/Intellij-Colors-Sublime-Monokai
https://github.com/d1ffuz0r/pycharm-themes
https://github.com/KDawg/KATzCool2
https://github.com/jkaving/intellij-colors-solarized
https://github.com/minwe/oceanic-next-jetbrains
https://github.com/daylerees/colour-schemes
https://github.com/abhimanyusharma003/phpstorm-spacegray
https://github.com/ShawnMcCool/PHPStorm-SpacePeacock
//进入IDE 配置保存目录
cd ~/Library/Preferences
//进入想要配置的IDE 目录 比如phpstrom
cd PhpStorm2016.1/
//目录大概是这样
colors inspection port
consoles jdbc-drivers port.lock
disabled_plugins.txt keymaps settings.jar
disabled_update.txt options tasks
extensions phpstorm.vmoptions templates
fileTemplates phpstorm100.key
idea.properties phpstorm110.key
//将你想要配色方案 复制到 colors 目录即可 如果没有colors目录
使用mkdir colors 自行创建