From 5f4c2d882c33e9a7e8227ff6ee4e6a2908852a23 Mon Sep 17 00:00:00 2001 From: Alexander Adhyatma Date: Sat, 27 Aug 2022 21:48:43 +0700 Subject: [PATCH] feat(Completion Color): TokyoNight Dark completion popup color changes TokyoNight Dark completion popup color changes Signed-off-by: Alexander Adhyatma --- .run/Run Plugin Verification.run.xml | 2 +- CHANGELOG.md | 4 ++++ gradle.properties | 4 ++-- src/main/resources/themes/TokyoNightDark.theme.json | 4 ++-- src/main/resources/themes/TokyoNightDark.xml | 4 ++-- 5 files changed, 11 insertions(+), 7 deletions(-) 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 @@