File tree Expand file tree Collapse file tree 3 files changed +7
-3
lines changed
src/main/resources/themes Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ plugins {
33}
44
55group ' com.vermouthx'
6- version ' 1.3.1 '
6+ version ' 1.3.2 '
77
88repositories {
99 mavenCentral()
Original file line number Diff line number Diff line change 102102 },
103103 "Label" : {
104104 "foreground" : " #f8f8f2" ,
105- "infoForeground" : " #6272a4" ,
106105 "errorForeground" : " #ff5554"
107106 },
108107 "Link" : {
148147 "ProgressBar" : {
149148 "failedColor" : " #ff5554" ,
150149 "failedEndColor" : " #ff5554" ,
151- "trackColor" : " #f1fa8c " ,
150+ "trackColor" : " #6272a4 " ,
152151 "progressColor" : " #ff79c6" ,
153152 "indeterminateStartColor" : " #bd93f9" ,
154153 "indeterminateEndColor" : " #bd93f9" ,
You can’t perform that action at this time.
0 commit comments