Skip to content

Commit

Permalink
chore(plugin): Update description
Browse files Browse the repository at this point in the history
  • Loading branch information
varrcan committed Apr 16, 2021
1 parent 3a3a601 commit a7645a4
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
9 changes: 8 additions & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {
}

group = "varme.pw"
version = "1.0.5"
version = "1.0.6"

repositories {
mavenCentral()
Expand All @@ -24,6 +24,13 @@ tasks.getByName<Test>("test") {
}
tasks.getByName<org.jetbrains.intellij.tasks.PatchPluginXmlTask>("patchPluginXml") {
changeNotes("""
<h3>v1.0.6</h3>
<ul>
<li>Fix Golang color</li>
<li>Fix JS/TypeScript color</li>
<li>Fixed selection foreground</li>
<li>Fix Py color</li>
</ul>
<h3>v1.0.5</h3>
<ul>
<li>Changed doc comment color</li>
Expand Down
7 changes: 4 additions & 3 deletions src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,10 @@
To install:
<ul>
<li>Go to Settings (Preferences) | Plugins, find the theme plugin and install it</li>
<li>Restart IDE</li>
<li>Go to Settings (Preferences) | Appearance & Behavior | Appearance and see the Theme dropdown</li>
<li>Open Settings (Preferences) | Plugins and search for <b>Oceanic Dark Theme</b></li>
<li>Install the plugin</li>
<li>Click restart your IDE</li>
<li>Go to Settings (Preferences) | Appearance & Behavior | Appearance and select <b>Oceanic Dark Theme</b> in the theme dropdown.</li>
</ul>
<p>Is there anything wrong? Please <a href="https://github.com/varrcan/oceanic-dark-theme/issues/new">open an issue</a> here on GitHub.</p>
Expand Down

0 comments on commit a7645a4

Please sign in to comment.