Skip to content
This repository has been archived by the owner on Jul 15, 2023. It is now read-only.

Latest commit

 

History

History
33 lines (22 loc) · 1.55 KB

README.md

File metadata and controls

33 lines (22 loc) · 1.55 KB

plastic-jetbrains

This theme is no longer maintained.

Build Version Downloads

This is a port of the Plastic theme by Will Stone adapted for Jetbrains IDEs. In order to set some colors a custom annotator was implemented. This allows separate highlighting of some things Jetbrains Platform IDEs do not usually allow highlighting of. The custom annotator requires a specific implementation per language in order to define which keywords are to be highlighted in what colors. The goal is to be closer to the semantic highlighting used by VS Code.

Installation

  • Using IDE built-in plugin system:

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