Skip to content

smashedtoatoms/zenburn

Repository files navigation

Zenburn

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.

Installation

  • Using IDE built-in plugin system:

    Settings/Preferences > Plugins > Marketplace > Search for "Zenburn" > 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