https://github.com/holoto/color-scheme
color-scheme,颜色方案,color主题,scheme,webstrom,phpstrom,pytharm,配色方案,编辑器,xfce4主题,护眼,暗色,dark
https://github.com/holoto/color-scheme
color color-scheme configuration scheme xfce-theme xfce4
Last synced: 11 months ago
JSON representation
color-scheme,颜色方案,color主题,scheme,webstrom,phpstrom,pytharm,配色方案,编辑器,xfce4主题,护眼,暗色,dark
- Host: GitHub
- URL: https://github.com/holoto/color-scheme
- Owner: holoto
- Created: 2016-02-03T09:27:38.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2017-04-19T14:02:21.000Z (about 9 years ago)
- Last Synced: 2025-02-28T23:01:24.585Z (over 1 year ago)
- Topics: color, color-scheme, configuration, scheme, xfce-theme, xfce4
- Homepage: http://blog.csdn.net/baidu_16051437/article/details/51142500
- Size: 71.5 MB
- Stars: 162
- Watchers: 15
- Forks: 45
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# color-scheme配色方案
收集大量的配色方案文件
`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
# 配置教程
## mac osx 配置
```
//进入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 自行创建
```