Skip to content

Commit

Permalink
Improve normal theme
Browse files Browse the repository at this point in the history
  • Loading branch information
rgomezcasas committed Nov 4, 2020
1 parent 5ff5fce commit d735e99
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
8 changes: 3 additions & 5 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {
}

group 'tv.codely'
version '2.0.0'
version '2.0.1'

sourceCompatibility = 1.8

Expand Down Expand Up @@ -32,10 +32,8 @@ patchPluginXml {

changeNotes """
<ul>
<li>2.0.0 More Punk to the theme + deprecations. You need to select again the theme with this update.</li>
<li>1.1.9 Support for 2020.2 IDEs</li>
<li>1.1.8 Match UI colors with the theme</li>
<li>1.1.7 Subtle colors improvements</li>
<li>2.0.1 Add light (in beta mode) and normal theme</li>
<li>2.0.0 More Punk to the theme + deprecate older versions. You need to select again the theme with this update</li>
</ul>
"""
}
4 changes: 2 additions & 2 deletions src/main/resources/codely.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@
<option name="HTML_TAG_TREE_LEVEL7" value="689d6a" />
<option name="INDENT_GUIDE" value="303030" />
<option name="INFORMATION_HINT" value="141414" />
<option name="LINE_NUMBERS_COLOR" value="423c35" />
<option name="LINE_NUMBER_ON_CARET_ROW_COLOR" value="ebdbb2" />
<option name="METHOD_SEPARATORS_COLOR" value="202124" />
<option name="MODIFIED_LINES_COLOR" value="415f69" />
Expand Down Expand Up @@ -81,6 +80,7 @@
<option name="VISUAL_INDENT_GUIDE" value="303030" />
<option name="WHITESPACES" value="202124" />
<option name="WHITESPACES_MODIFIED_LINES_COLOR" value="86bac9" />
<option name="LINE_NUMBERS_COLOR" value="313337" />
</colors>
<attributes>
<option name="ANNOTATION_ATTRIBUTE_NAME_ATTRIBUTES" baseAttributes="DEFAULT_METADATA" />
Expand Down Expand Up @@ -1170,4 +1170,4 @@
</value>
</option>
</attributes>
</scheme>
</scheme>

0 comments on commit d735e99

Please sign in to comment.