$ /usr/libexec/java_home
result,
/Library/Java/JavaVirtualMachines/jdk1.9.0.jdk/Contents/Home
Recommendation is jdk1.8.x.jdk
or jdk1.9.x.jdk
$ git clone https://github.com/zchee/Seti_JetBrains.git
$ cd Seti_JetBrains
$ mkdir _tmp && cd _tmp
$ mkdir ./idea-141.xxx.x # x is IDE version
$ cd ./idea-141.xxx.x
$ jar xf ../../theme/mac/idea.jar
$ find . -name darcula.properties
./com/intellij/ide/ui/laf/darcula/darcula.properties
Ok, Let's edit darcula.properties
.
Each functions, please refer to the darcula.properties and DEBUG
Have you finished yet ?
But, do not know color until compile, try to compile
$ jar cf ../idea.jar .
Please not forget to backup !!
Please not forget to backup !!
Please not forget to backup !!
Ok?
$ mv /Applications/IntelliJ\ IDEA\ 14\ EAP.app/Contents/lib/idea.jar ../idea-master.jar
$ cp ../idea.jar /Applications/IntelliJ\ IDEA\ 14\ EAP.app/Contents/lib/idea.jar
Check color balance.
Done !