Skip to content

eig114/zenburn

 
 

Repository files navigation

Darkburn

screenshot

screenshot

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

Installation

  • 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.

How to dev

  1. Make changes
  2. Update Unreleased section of CHANGELOG.md to represent changes made
  3. Increment gradle.properties
  4. Test:
    ./gradlew test
  5. Verify:
    ./gradlew verifyPlugin
  6. Build:
    ./gradlew buildPlugin
  7. Release:
    ./gradlew publishPlugin