Skip to content

Commit ed2e11c

Browse files
committed
bump to v1.3.2
1 parent 218dd76 commit ed2e11c

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
### 1.3.2
4+
5+
- refine ProgressBar trackColor
6+
- refine Label infoForeground
7+
38
### 1.3.1
49

510
- refine ComboBox

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ plugins {
33
}
44

55
group 'com.vermouthx'
6-
version '1.3.1'
6+
version '1.3.2'
77

88
repositories {
99
mavenCentral()

src/main/resources/themes/Dracula.theme.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,6 @@
102102
},
103103
"Label": {
104104
"foreground": "#f8f8f2",
105-
"infoForeground": "#6272a4",
106105
"errorForeground": "#ff5554"
107106
},
108107
"Link": {
@@ -148,7 +147,7 @@
148147
"ProgressBar": {
149148
"failedColor": "#ff5554",
150149
"failedEndColor": "#ff5554",
151-
"trackColor": "#f1fa8c",
150+
"trackColor": "#6272a4",
152151
"progressColor": "#ff79c6",
153152
"indeterminateStartColor": "#bd93f9",
154153
"indeterminateEndColor": "#bd93f9",

0 commit comments

Comments
 (0)