From 1e5c048e6a6d18f37a414771074a5eb85b30971b Mon Sep 17 00:00:00 2001 From: Johannes Werner Date: Sun, 26 Jul 2020 16:36:41 +0200 Subject: [PATCH] v1.9.1 --- resources/META-INF/plugin.xml | 6 ++--- resources/META-INF/vuesion_theme.theme.json | 25 ++++++++++----------- 2 files changed, 15 insertions(+), 16 deletions(-) diff --git a/resources/META-INF/plugin.xml b/resources/META-INF/plugin.xml index 1e2b3c2..b58b891 100644 --- a/resources/META-INF/plugin.xml +++ b/resources/META-INF/plugin.xml @@ -1,7 +1,7 @@ com.herokuapp.vuesion Vuesion Theme - 1.9 + 1.9.1 vuesion @@ -13,8 +13,8 @@ -
  • fix: change colors of selected/searched text
  • -
  • change behavior of selected tabs
  • +
  • fix(completion-popup): mote contrast for selected items
  • +
  • fix(scrollbar): change hover style
  • ]]>
    diff --git a/resources/META-INF/vuesion_theme.theme.json b/resources/META-INF/vuesion_theme.theme.json index 79a7b36..8ac31e9 100644 --- a/resources/META-INF/vuesion_theme.theme.json +++ b/resources/META-INF/vuesion_theme.theme.json @@ -82,9 +82,10 @@ "ComboPopup.border": "1,1,1,1,303a45", "CompletionPopup": { - "matchForeground": "#f43b6c", - "selectionBackground": "#202831", - "selectionInactiveBackground": "#202831" + "foreground": "#c9cbcf", + "matchForeground": "#0d9660", + "selectionBackground": "#0c1014", + "selectionInactiveBackground": "#0c1014" }, "Component": { @@ -103,7 +104,6 @@ "DebuggerPopup.borderColor": "#202831", - "DebuggerTabs.selectedBackground": "#303a45", "DebuggerTabs.underlineHeight": 1, "DefaultTabs": { @@ -254,14 +254,14 @@ "Transparent": { "thumbColor": "#303a45", "thumbBorderColor": "#303a45", - "hoverThumbColor": "#434e5b", - "hoverThumbBorderColor": "#434e5b", + "hoverThumbColor": "#9ca2aa", + "hoverThumbBorderColor": "#9ca2aa", "hoverTrackColor": "#434e5b" }, "thumbColor": "#303a45", "thumbBorderColor": "#303a45", - "hoverThumbColor": "#434e5b", - "hoverThumbBorderColor": "#434e5b", + "hoverThumbColor": "#9ca2aa", + "hoverThumbBorderColor": "#9ca2aa", "trackColor": "#434e5b", "hoverTrackColor": "#434e5b", @@ -269,14 +269,14 @@ "Transparent": { "thumbColor": "#303a45", "thumbBorderColor": "#303a45", - "hoverThumbColor": "#434e5b", - "hoverThumbBorderColor": "#434e5b", + "hoverThumbColor": "#9ca2aa", + "hoverThumbBorderColor": "#9ca2aa", "hoverTrackColor": "#434e5b" }, "thumbColor": "#303a45", "thumbBorderColor": "#303a45", - "hoverThumbColor": "#434e5b", - "hoverThumbBorderColor": "#434e5b", + "hoverThumbColor": "#9ca2aa", + "hoverThumbBorderColor": "#9ca2aa", "trackColor": "#434e5b", "hoverTrackColor": "#434e5b" } @@ -349,7 +349,6 @@ }, "HeaderTab": { - "selectedBackground": "#303a45", "selectedInactiveBackground": "#303a45", "hoverBackground": "#303a45", "hoverInactiveBackground": "#303a45",