1
0
mirror of https://github.com/chylex/IntelliJ-Colored-Icons.git synced 2025-05-13 00:34:07 +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
2021-11-26 21:37:00 +01:00
.github Update screenshots with new icons from 1.3 2020-11-15 14:52:14 +01:00
.idea Migrate project to Gradle 2021-11-26 21:37:00 +01:00
gradle/wrapper Migrate project to Gradle 2021-11-26 21:37:00 +01:00
helpers/com/chylex/intellij/coloredicons Migrate project to Gradle 2021-11-26 21:37:00 +01:00
resources Release version 1.3 2020-11-15 14:39:24 +01:00
src/com/chylex/intellij/coloredicons Add & update more icons, and revert some changes from previous icon commit 2020-11-15 14:18:32 +01:00
.gitattributes Force LF line endings & fix code inspections 2020-09-03 11:18:19 +02:00
.gitignore Migrate project to Gradle 2021-11-26 21:37:00 +01:00
build.gradle.kts Migrate project to Gradle 2021-11-26 21:37:00 +01: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)