Zenburn is a low-contrast color scheme for Vim, ported to Intellij. It's easy on the eyes and designed to keep you in the zone for long programming sessions. Zenburn has been ported to many different editors and environments. For more information and list of derivatives, visit https://kippura.org/zenburnpage.
This fork also includes darker, more high-contrast variant called Darkburn
-
Using IDE built-in plugin system:
Settings/Preferences > Plugins > Marketplace > Search for "Darkburn" > Install Plugin
-
Manually:
Download the latest release and install it manually using Settings/Preferences > Plugins > ⚙️ > Install plugin from disk...
Plugin based on the IntelliJ Platform Plugin Template.
- Make changes
- Update Unreleased section of CHANGELOG.md to represent changes made
- Increment gradle.properties
- Test:
./gradlew test
- Verify:
./gradlew verifyPlugin
- Build:
./gradlew buildPlugin
- Release:
./gradlew publishPlugin