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 71323fbd50
New UI
2023-12-11 12:31:24 +01:00
.github Update screenshots with new icons from 1.3 2020-11-15 14:52:14 +01:00
.idea Update Gradle and Java version 2023-03-16 17:10:25 +01:00
gradle/wrapper Update Gradle wrapper to 7.6.2 2023-08-11 10:35:51 +02:00
helpers/com/chylex/intellij/coloredicons Add support for grabbing icons from new UI 2023-08-11 13:17:09 +02:00
resources New UI 2023-12-11 12:31:24 +01:00
src/com/chylex/intellij/coloredicons New UI 2023-12-11 12:31:24 +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 Update Rider download to 2023.3-SNAPSHOT 2023-08-11 13:17:09 +02: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 New UI 2023-12-11 12:31:24 +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)