mirror of
https://github.com/chylex/IntelliJ-Colored-Icons.git
synced 2024-11-15 02:42:45 +01:00
47 lines
1.6 KiB
XML
47 lines
1.6 KiB
XML
<idea-plugin>
|
|
<id>com.chylex.intellij.coloredicons</id>
|
|
<name>Colored Icons</name>
|
|
<vendor email="contact@chylex.com" url="https://chylex.com">chylex</vendor>
|
|
|
|
<description>
|
|
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.
|
|
</description>
|
|
|
|
<change-notes><![CDATA[
|
|
<b>Version 1.4</b>
|
|
<ul>
|
|
<li>Added tool window icons for Bookmarks, Notifications, Dependencies, Scala, and more</li>
|
|
</ul>
|
|
<b>Version 1.3</b>
|
|
<ul>
|
|
<li>Added new icons related to VCS, unit tests, source code presentation and navigation, and more</li>
|
|
<li>Recolored import, export, rollback, and module dependencies tool window icons</li>
|
|
<li>Tweaked hue and brightness of purple icons</li>
|
|
</ul>
|
|
<b>Version 1.2</b>
|
|
<ul>
|
|
<li>Added tool window icons for IDEs - CLion, PyCharm, and Rider</li>
|
|
<li>Tweaked a few tool window icons</li>
|
|
</ul>
|
|
<b>Version 1.1</b>
|
|
<ul>
|
|
<li>Added tool window icons for Terminal, Pull Requests, Gradle, Ant, Maven</li>
|
|
<li>Added missing tool window icons from plugins - Java EE, Database Tools, JavaScript</li>
|
|
<li>Tweaked Build tool window icon</li>
|
|
</ul>
|
|
<b>Version 1.0</b>
|
|
<ul>
|
|
<li>First release with 176 updated icons</li>
|
|
</ul>
|
|
]]></change-notes>
|
|
|
|
<depends>com.intellij.modules.platform</depends>
|
|
|
|
<application-components>
|
|
<component>
|
|
<implementation-class>com.chylex.intellij.coloredicons.IconPatcher</implementation-class>
|
|
</component>
|
|
</application-components>
|
|
</idea-plugin>
|