diff --git a/.run/Run Plugin Verification.run.xml b/.run/Run Plugin Verification.run.xml index b3b4eb8..78b3e26 100644 --- a/.run/Run Plugin Verification.run.xml +++ b/.run/Run Plugin Verification.run.xml @@ -5,7 +5,7 @@ diff --git a/CHANGELOG.md b/CHANGELOG.md index 40e319c..1fa66d8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ # TokyoNight Theme Changelog +## [0.1.3] - 27.08.2022 + +- Completion color change for TokyoNight Dark + ## [0.1.1] - 14.04.2022 - Update to 2022.1 diff --git a/gradle.properties b/gradle.properties index 2fad2ff..81a3575 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,8 +1,8 @@ pluginGroup=com.alex.tokyonight pluginName=TokyoNight Theme -pluginVersion=0.1.1 +pluginVersion=0.1.3 pluginSinceBuild=203 -pluginUntilBuild=221.* +pluginUntilBuild=223.* platformType=IC platformVersion=2022.1 platformPlugins= diff --git a/src/main/resources/themes/TokyoNightDark.theme.json b/src/main/resources/themes/TokyoNightDark.theme.json index 950a045..91bec76 100644 --- a/src/main/resources/themes/TokyoNightDark.theme.json +++ b/src/main/resources/themes/TokyoNightDark.theme.json @@ -120,9 +120,9 @@ }, "CompletionPopup": { "foreground": "fgDark", - "selectionBackground": "hoverBackground", + "selectionBackground": "green1", "selectionInactiveBackground": "selectionInactiveBackground", - "matchForeground": "green1" + "matchForeground": "bgHi" }, "Component": { "focusColor": "hoverBackground", diff --git a/src/main/resources/themes/TokyoNightDark.xml b/src/main/resources/themes/TokyoNightDark.xml index 3f95898..b141002 100644 --- a/src/main/resources/themes/TokyoNightDark.xml +++ b/src/main/resources/themes/TokyoNightDark.xml @@ -16,8 +16,8 @@