dsl-in-color

Build Version Downloads

ToDo list

DSL in Color allow to define a domain specific color theme for your Java code.

How it works:

  1. Add a dependency on the annotation library that we provide
  2. Add annotations @NamedColor("...") on your methods, parameters or types
  3. Configure the plugin to associate these names to colors that you want

Installation

  • Using IDE built-in plugin system:

    Settings/Preferences > Plugins > Marketplace > Search for "dsl-in-color" > Install Plugin

  • Manually:

    Download the latest release and install it manually using Settings/Preferences > Plugins > ⚙️ > Install plugin from disk...