Skip to content

Commit 98bc9c1

Browse files
committed
Bump 1.0.4 version
1 parent ef885db commit 98bc9c1

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

build.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ plugins {
44
}
55

66
group 'tv.codely'
7-
version '1.0.3'
7+
version '1.0.4'
88

99
sourceCompatibility = 1.8
1010

@@ -29,6 +29,7 @@ patchPluginXml {
2929

3030
changeNotes """
3131
<ul>
32+
<li>1.0.4 Improve colors of some menus.</li>
3233
<li>1.0.3 Compatibility with IDEs 2019.3.</li>
3334
<li>1.0.2 Better contrast for all colors.</li>
3435
<li>1.0.1 Improve colors and add retrocompatibility.</li>

src/main/resources/META-INF/plugin.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<idea-plugin>
22
<id>tv.codely.codelytv-theme</id>
33
<name>CodelyTV Theme</name>
4-
<version>1.0.3</version>
4+
<version>1.0.4</version>
55
<vendor email="[email protected]" url="https://codely.tv">CodelyTV</vendor>
66

77
<description><![CDATA[

src/main/resources/codelytv_gruvbox.xml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,12 @@
9999
<option name="BACKGROUND" value="1d2021" />
100100
</value>
101101
</option>
102+
<option name="BREADCRUMBS_CURRENT">
103+
<value>
104+
<option name="FOREGROUND" value="585858" />
105+
<option name="BACKGROUND" value="d6d6d6" />
106+
</value>
107+
</option>
102108
<option name="BREAKPOINT_ATTRIBUTES">
103109
<value>
104110
<option name="BACKGROUND" value="3a2323" />
@@ -1108,4 +1114,4 @@
11081114
<option name="LINE_SPACING" value="1.5" />
11091115
<option name="CONSOLE_FONT_NAME" value="Dank Mono" />
11101116
<option name="CONSOLE_LINE_SPACING" value="1.9" />
1111-
</scheme>
1117+
</scheme>

0 commit comments

Comments
 (0)