1
0
mirror of https://github.com/chylex/IntelliJ-Colored-Icons.git synced 2025-05-28 17:34:10 +02:00
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
2022-07-20 22:01:22 +02:00
.github Update screenshots with new icons from 1.3 2020-11-15 14:52:14 +01:00
.idea Add helper for grabbing icons from downloaded IDEs & installed plugins via Gradle, and support nested JAR/ZIP files 2022-07-20 17:37:33 +02:00
gradle/wrapper Migrate project to Gradle 2021-11-26 21:37:00 +01:00
helpers/com/chylex/intellij/coloredicons Show more detailed statistics when grabbing icons 2022-07-20 19:20:58 +02:00
resources Add new tool window icons 2022-07-20 22:01:22 +02:00
src/com/chylex/intellij/coloredicons Add new tool window icons 2022-07-20 22:01:22 +02:00
.gitattributes Force LF line endings & fix code inspections 2020-09-03 11:18:19 +02:00
.gitignore Update build.gradle.kts and project files & reformat 2022-07-20 12:37:36 +02:00
build.gradle.kts Fix not grabbing icons from IntelliJ IDEA Ultimate plugins 2022-07-20 21:12:09 +02:00
gradlew Migrate project to Gradle 2021-11-26 21:37:00 +01:00
gradlew.bat Migrate project to Gradle 2021-11-26 21:37:00 +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
palette.svg Change the hue and brightness of purple across all icons 2020-11-15 04:07:15 +01:00
README.md Update icon color examples in README 2020-11-15 14:58:29 +01:00
settings.gradle.kts Migrate project to Gradle 2021-11-26 21:37:00 +01:00

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

First release includes 176 updated icons. It should be compatible with most IDEs based on the IntelliJ platform. Please report any issues in particular IDEs, and any icons you would like to see changed.

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)