Skip to content
/ iui Public

create ui theme plugins for IntelliJ editors >= 191.

License

Notifications You must be signed in to change notification settings

mswift42/iui

Repository files navigation

iui

Create IntelliJ ui themes from either a intellij editor theme or by supplying a json map of theme colors.

Install

Go to releases, download your zip archive and extract it.

Usage

Create custom ui theme folder by following these instructions.

If you do not have an editor theme, you can create one with themecreator.

Generate the ui theme with

iui generate <path to editor theme> templ.txt.

Alternatively you can customize the ThemeColors.json file with your colors, and generate the ui theme with

iui generate --json ThemeColors.json templ.txt.

Replace the .theme.json file in the plugin's resources folder with your generated file, make sure to fill out the author field, press the run button and admire your new theme.