1
0
mirror of https://github.com/chylex/IntelliJ-Colored-Icons.git synced 2024-10-18 05:42:46 +02:00

Compare commits

..

No commits in common. "a4908c2da94d02339266abbfd45287c8c9131420" and "43b8f4c648cd8e79bf828738e5807527497587fc" have entirely different histories.

2 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
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. 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.
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. 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](https://github.com/chylex/IntelliJ-Colored-Icons/blob/master/.github/readme/elements.png) ![Example IDE elements](https://github.com/chylex/IntelliJ-Colored-Icons/blob/master/.github/readme/elements.png)

View File

@ -190,8 +190,8 @@ public class IconPatcher extends IconPathPatcher {
} }
private void addPathWithDark(final String path) { private void addPathWithDark(final String path) {
iconPaths.put('/' + path + ".svg", "icons/" + path + ".svg"); iconPaths.put('/' + path + ".svg", "/icons/" + path + ".svg");
iconPaths.put('/' + path + "_dark.svg", "icons/" + path + "_dark.svg"); iconPaths.put('/' + path + "_dark.svg", "/icons/" + path + "_dark.svg");
} }
@Nullable @Nullable