JetBrains IDE (e.g. WebStorm, PHPStorm, .etc) port of Oceanic Next Color Scheme.
- Download
settings.jar. - Click
File->Import Settingson your IDE's menu, selectsettings.jarandOK... - Select
Oceanic NextformPreferences->Editor->Colors & Fonts.
JDK bundled version does not need to do this.
- Download and install JDK8 from http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html
- Change JVM version: taking WebStorm 10 on OS X as example, open
/Applications/WebStorm.app/Contents/Info.plist, findJVMVersion, change the value to1.8*
<key>JVMVersion</key>
<string>1.8*</string>If your IDE version is higher than 142, you don't need to do below.
Just for *nix users.
Taking WebStorm 10 on OS X as example:
-
Open
/Applications/WebStorm.app/Contents/bin/webstorm.vmoptions -
Add below to the end of file:
-Dawt.useSystemAAFontSettings=on -Dswing.aatext=true
https://github.com/rofrol/oceanic-next-jetbrains-theme
