Skip to content

Commit

Permalink
fix colors and remove sponsor
Browse files Browse the repository at this point in the history
  • Loading branch information
thvardhan committed Sep 15, 2023
1 parent e40fe88 commit db65c27
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 17 deletions.
10 changes: 3 additions & 7 deletions build.gradle
Expand Up @@ -4,7 +4,7 @@ plugins {
}

group 'thvardhan'
version '5.3'
version '5.4'

repositories {
mavenCentral()
Expand All @@ -21,13 +21,9 @@ intellij {
patchPluginXml {
intellij.updateSinceUntilBuild = false
changeNotes """
<h3>5.3</h3>
<h3>5.4</h3>
<ul>
<li>Fixed tab colors in mac os</li>
</ul>
<h3>5.2</h3>
<ul>
<li>Changed highlight color for nature green</li>
<li>Fixed link and tree colors in dark fuchsia</li>
</ul>
"""
}
1 change: 1 addition & 0 deletions src/main/resources/Gradianto_dark_fuchsia.theme.json
Expand Up @@ -31,6 +31,7 @@
"separatorColor": "#4b2665"
},
"Tree": {
"selectionInactiveBackground": "#57376d",
"hoverBackground": "#71468f",
"hoverInactiveBackground": "#71468f"

Expand Down
10 changes: 5 additions & 5 deletions src/main/resources/Gradianto_dark_fuchsia_new.theme.json
Expand Up @@ -135,12 +135,11 @@
"hoverMaskColor": "#71468f",
"inactiveMaskColor": "#34244aff"
},

"Link": {
"activeForeground": "#c9a7d2ff",
"hoverForeground": "#c9a7d2ff",
"pressedForeground": "#c9a7d2ff",
"visitedForeground": "#c9a7d2ff"
"activeForeground": "#c9a7d2",
"hoverForeground": "#c9a7d2",
"pressedForeground": "#c9a7d2",
"visitedForeground": "#c9a7d2"
},

"FileColor": {
Expand All @@ -154,6 +153,7 @@

"Tree.background": "#342040",
"Tree": {
"selectionInactiveBackground": "#57376d",
"hash": "#4f355f",
"hoverBackground": "#71468f",
"hoverInactiveBackground": "#71468f",
Expand Down
5 changes: 0 additions & 5 deletions src/main/resources/META-INF/plugin.xml
Expand Up @@ -8,11 +8,6 @@
<b>About</b>
<br/>
Gradianto aims to be easy on the eyes while being colorful and bright. Gradianto ships with the gradients found in nature. There is something for everyone.
<br/><br/>
<b>Sponsors</b>
<br/>
<p><a title="Try CodeStream" href="https://sponsorlink.codestream.com/?utm_source=jbmarket&amp;utm_campaign=gradianto&amp;utm_medium=banner"><img src="https://alt-images.codestream.com/codestream_logo_gradianto.png"></a><br/>
Eliminate context switching and costly distractions. Create and merge PRs and perform code reviews from inside your IDE while using jump-to-definition, your keybindings, and other IDE favorites.<br> <a title="Learn more" href="https://sponsorlink.codestream.com/?utm_source=jbmarket&amp;utm_campaign=gradianto&amp;utm_medium=banner">Learn more</a></p><br/>
]]></description>


Expand Down

0 comments on commit db65c27

Please sign in to comment.