Skip to content

Commit

Permalink
v1.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
devCrossNet committed Jul 26, 2020
1 parent 9e89817 commit 1e5c048
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 16 deletions.
6 changes: 3 additions & 3 deletions resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<idea-plugin>
<id>com.herokuapp.vuesion</id>
<name>Vuesion Theme</name>
<version>1.9</version>
<version>1.9.1</version>
<vendor email="johannes.werner86@gmail.com" url="https://vuesion.herokuapp.com">vuesion</vendor>
<idea-version since-build="192.0"/>

Expand All @@ -13,8 +13,8 @@

<change-notes><![CDATA[
<ul>
<li>fix: change colors of selected/searched text</li>
<li>change behavior of selected tabs</li>
<li>fix(completion-popup): mote contrast for selected items</li>
<li>fix(scrollbar): change hover style</li>
</ul>
]]></change-notes>

Expand Down
25 changes: 12 additions & 13 deletions resources/META-INF/vuesion_theme.theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand All @@ -103,7 +104,6 @@

"DebuggerPopup.borderColor": "#202831",

"DebuggerTabs.selectedBackground": "#303a45",
"DebuggerTabs.underlineHeight": 1,

"DefaultTabs": {
Expand Down Expand Up @@ -254,29 +254,29 @@
"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",

"Mac": {
"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"
}
Expand Down Expand Up @@ -349,7 +349,6 @@
},

"HeaderTab": {
"selectedBackground": "#303a45",
"selectedInactiveBackground": "#303a45",
"hoverBackground": "#303a45",
"hoverInactiveBackground": "#303a45",
Expand Down

0 comments on commit 1e5c048

Please sign in to comment.