Skip to content

Commit

Permalink
Improve groovy colors
Browse files Browse the repository at this point in the history
  • Loading branch information
rgomezcasas committed Jan 13, 2020
1 parent d6d1638 commit 3247fa6
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
3 changes: 2 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {
}

group 'tv.codely'
version '1.1.3'
version '1.1.4'

sourceCompatibility = 1.8

Expand All @@ -30,6 +30,7 @@ patchPluginXml {

changeNotes """
<ul>
<li>1.1.4 Improved colors for several languages</li>
<li>1.1.3 Adapt to intellij 2019.3.2</li>
<li>1.1.2 Correct color for dark themes</li>
<li>1.1.1 Fixed horizontal scroll bar not being themed</li>
Expand Down
11 changes: 10 additions & 1 deletion src/main/resources/codelytv_gruvbox_dark.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1030,6 +1030,11 @@
</option>
<option name="Static method access" baseAttributes="STATIC_METHOD_ATTRIBUTES" />
<option name="Static property reference ID" baseAttributes="STATIC_FINAL_FIELD_ATTRIBUTES" />
<option name="String">
<value>
<option name="FOREGROUND" value="8ec07c" />
</value>
</option>
<option name="TEMPLATE_VARIABLE_ATTRIBUTES">
<value>
<option name="FOREGROUND" value="d5c4a1" />
Expand Down Expand Up @@ -1138,7 +1143,11 @@
<option name="FOREGROUND" value="8ec07c" />
</value>
</option>
<option name="BASH.VAR_USE" baseAttributes="DEFAULT_GLOBAL_VARIABLE" />
<option name="GString">
<value>
<option name="FOREGROUND" value="8ec07c" />
</value>
</option>
</attributes>
<option name="FONT_SCALE" value="1.0" />
<option name="LINE_SPACING" value="1.6" />
Expand Down

0 comments on commit 3247fa6

Please sign in to comment.