Skip to content

Commit

Permalink
fix: selection color of the autocompletion feature in the editor
Browse files Browse the repository at this point in the history
closes #2
  • Loading branch information
devCrossNet committed Jul 23, 2019
1 parent f04e2f5 commit d6a8fdf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 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.5</version>
<version>1.6</version>
<vendor email="johannes.werner86@gmail.com" url="https://vuesion.herokuapp.com">vuesion</vendor>
<idea-version since-build="191.0"/>

Expand All @@ -13,7 +13,7 @@

<change-notes><![CDATA[
<ul>
<li>better distinction between errors and warnings</li>
<li>fix selection color of the autocompletion feature in the editor</li>
</ul>
]]></change-notes>

Expand Down
2 changes: 1 addition & 1 deletion resources/META-INF/vuesion_theme.theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"background": "#202831",
"foreground": "#c9cbcf",
"infoForeground": "#6f7a86",
"selectionBackground": "#303a45",
"selectionBackground": "#202831",
"selectionForeground": "#ececee",
"selectionInactiveBackground": "#303a45",
"selectionBackgroundInactive": "#303a45",
Expand Down

0 comments on commit d6a8fdf

Please sign in to comment.