IntelliJ platform plugin that adds color to many of the default gray icons used across the UI. https://plugins.jetbrains.com/plugin/14734-colored-icons/
Go to file
chylex 435dbd2d84
Release version 1.5.1
2023-12-13 10:07:01 +01:00
.github Update screenshots with new icons from 1.3 2020-11-15 14:52:14 +01:00
.idea Add task to delete finished icons from the extracted folder 2023-12-11 13:32:58 +01:00
gradle/wrapper Update Gradle wrapper to 7.6.2 2023-08-11 10:35:51 +02:00
helpers/com/chylex/intellij/coloredicons Fix icon grabber skipping fixed size icons 2023-12-11 17:22:44 +01:00
resources Release version 1.5.1 2023-12-13 10:07:01 +01:00
src/com/chylex/intellij/coloredicons Fix crash when New UI status is not yet initialized 2023-12-13 10:06:37 +01:00
.gitattributes Force LF line endings & fix code inspections 2020-09-03 11:18:19 +02:00
.gitignore Update Gradle and Java version 2023-03-16 17:10:25 +01:00
LICENSE Add WIP README and LICENSE(s) 2020-07-19 14:12:43 +02:00
LICENSE-ICONS Add WIP README and LICENSE(s) 2020-07-19 14:12:43 +02:00
README.md Split code for new and old UI 2023-12-11 12:31:06 +01:00
build.gradle.kts Release version 1.5.1 2023-12-13 10:07:01 +01:00
gradlew Update Gradle wrapper to 7.6.2 2023-08-11 10:35:51 +02:00
gradlew.bat Update Gradle wrapper to 7.6.2 2023-08-11 10:35:51 +02:00
palette.svg Change the hue and brightness of purple across all icons 2020-11-15 04:07:15 +01:00
settings.gradle.kts Migrate project to Gradle 2021-11-26 21:37:00 +01:00

README.md

Adds color to over 300 gray IntelliJ icons. Uses resources from https://github.com/JetBrains/intellij-community and some of the official IntelliJ platform plugins.

The plugin is intended to be compatible with all IDEs based on the IntelliJ platform. Please report any issues in particular IDEs, and any icons you would like to see changed. Note that "New UI" is not supported.

Example IDE elements

Before/after

IDE screenshot (before)

IDE screenshot (after)

Color Scheme

This is an overview of how colors are selected. Each entry has a short description, and a few examples.

Tool Windows

  • Purple Project Information (Structure, Hierarchy, Favorites, Find, Java EE)
  • Yellow Project Status (Messages, Inspections, Dynamic Program Analysis)
  • Red Build Tools (Build, Gradle, Ant, Maven, Gulp, CMake)
  • Green Execution (Debug, Run, Profile, Cover, Python Console)
  • Blue External Services (Terminal, Git, Database, NuGet)

Note that the Project tool window is supposed to be purple, but it doesn't work for unknown reasons.

Other

  • Green Addition
  • Red Deletion
  • Yellow Editing / Hints (Edit Source, Intention Bulb, Find In Selection)
  • Blue Movement / Layout (Filter, Sort, Split, Expand, Collapse, Refresh)
  • Purple Special (Save, Print, Download, Upload, Import, Export, Pin)