Skip to content

Commit

Permalink
style(plugin): Fix color & add unused element foreground
Browse files Browse the repository at this point in the history
  • Loading branch information
varrcan committed Sep 8, 2023
1 parent 64126cb commit b52bfaf
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
8 changes: 7 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {
}

group = "varme.pw"
version = "1.1.6"
version = "1.1.7"

sourceCompatibility = 17

Expand All @@ -20,6 +20,12 @@ intellij {

patchPluginXml {
changeNotes = """
<h3>v1.1.7</h3>
<ul>
<li>Change stop widget red color</li>
<li>Fix tree selection background</li>
<li>Add unused element foreground</li>
</ul>
<h3>v1.1.6</h3>
<ul>
<li>Compatibility with IU-233.* and New UI</li>
Expand Down
13 changes: 3 additions & 10 deletions src/main/resources/META-INF/oceanic_dark.theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -592,7 +592,6 @@
"stepNumberForeground": "text"
}
},
"link": "accent",
"Link": {
"activeForeground": "accent",
"hoverForeground": "accent",
Expand Down Expand Up @@ -921,15 +920,11 @@
"selectionBackground": "selBg",
"selectionForeground": "selFg"
},
"RunWidget": {
"Running": {
"background": "accent",
"leftHoverBackground": "accent70",
"leftPressedBackground": "accent"
}
"RunWidget" : {
"foreground": "fg",
"stopBackground": "red"
},
"ScreenView.borderColor": "border",
"scrollbar": "bg",
"ScrollBar": {
"background": "bg",
"hoverThumbBorderColor": "second",
Expand Down Expand Up @@ -1328,9 +1323,7 @@
"hoverInactiveBackground": "table",
"modifiedItemForeground": "accent",
"rowHeight": 24,
"selectionBackground": "tree",
"selectionForeground": "selFg",
"selectionInactiveBackground": "tree",
"selectionInactiveForeground": "selFg",
"textBackground": "hc"
},
Expand Down
1 change: 1 addition & 0 deletions src/main/resources/META-INF/oceanic_dark.xml
Original file line number Diff line number Diff line change
Expand Up @@ -394,6 +394,7 @@
</option>
<option name="NOT_USED_ELEMENT_ATTRIBUTES">
<value>
<option name="FOREGROUND" value="919191" />
<option name="EFFECT_TYPE" value="2" />
</value>
</option>
Expand Down

0 comments on commit b52bfaf

Please sign in to comment.