From a7645a4020e13b64d6c7001663e62d604e32e521 Mon Sep 17 00:00:00 2001 From: Sergey Voloshin Date: Fri, 16 Apr 2021 22:37:56 +0300 Subject: [PATCH] chore(plugin): Update description --- build.gradle.kts | 9 ++++++++- src/main/resources/META-INF/plugin.xml | 7 ++++--- 2 files changed, 12 insertions(+), 4 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index dd17ee2..be21687 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -4,7 +4,7 @@ plugins { } group = "varme.pw" -version = "1.0.5" +version = "1.0.6" repositories { mavenCentral() @@ -24,6 +24,13 @@ tasks.getByName("test") { } tasks.getByName("patchPluginXml") { changeNotes(""" +

v1.0.6

+
    +
  • Fix Golang color
  • +
  • Fix JS/TypeScript color
  • +
  • Fixed selection foreground
  • +
  • Fix Py color
  • +

v1.0.5

  • Changed doc comment color
  • diff --git a/src/main/resources/META-INF/plugin.xml b/src/main/resources/META-INF/plugin.xml index ff3919e..ca688ec 100644 --- a/src/main/resources/META-INF/plugin.xml +++ b/src/main/resources/META-INF/plugin.xml @@ -8,9 +8,10 @@ To install:
      -
    • Go to Settings (Preferences) | Plugins, find the theme plugin and install it
    • -
    • Restart IDE
    • -
    • Go to Settings (Preferences) | Appearance & Behavior | Appearance and see the Theme dropdown
    • +
    • Open Settings (Preferences) | Plugins and search for Oceanic Dark Theme
    • +
    • Install the plugin
    • +
    • Click restart your IDE
    • +
    • Go to Settings (Preferences) | Appearance & Behavior | Appearance and select Oceanic Dark Theme in the theme dropdown.

    Is there anything wrong? Please open an issue here on GitHub.