Skip to content

Commit

Permalink
(ciscorucinski#45) Add theme ids
Browse files Browse the repository at this point in the history
  • Loading branch information
ForNeVeR committed Dec 6, 2023
1 parent 140fadf commit f3f88ac
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ChroMATERIAL/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -146,9 +146,9 @@
<idea-version since-build="131"/>
<depends>com.intellij.modules.lang</depends>
<extensions defaultExtensionNs="com.intellij">
<bundledColorScheme path="colors/ChroMATERIAL"/>
<bundledColorScheme path="colors/ChroMATERIAL -- Darker"/>
<bundledColorScheme path="colors/ChroMATERIAL -- Darcula"/>
<bundledColorScheme id="chromaterial" path="colors/ChroMATERIAL"/>
<bundledColorScheme id="chromaterial-darker" path="colors/ChroMATERIAL -- Darker"/>
<bundledColorScheme id="chromaterial-darcula" path="colors/ChroMATERIAL -- Darcula"/>
</extensions>
<application-components/>
<project-components/>
Expand Down

0 comments on commit f3f88ac

Please sign in to comment.