summaryrefslogtreecommitdiff
path: root/plugins/color-schemes/vibrant-ink-color-scheme/resources/META-INF/plugin.xml
blob: 202f9f75a314386d7cdc6e2a589b3cd46fa66e2b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<idea-plugin>
  <name>VibrantInk Color Scheme</name>
  <id>com.intellij.plugins.vibrantink.colorscheme</id>
  <vendor>JetBrains</vendor>
  <category>UI</category>
  <depends>com.intellij.modules.lang</depends>
  <description>
    VibrantInk editor color scheme for all IntelliJ-based IDEs.
  </description>
  <extensions defaultExtensionNs="com.intellij">
    <bundledColorScheme path="/colorSchemes/vibrant_ink"/>
  </extensions>
</idea-plugin>