Skip to content

Commit fd9852f

Browse files
committed
bump to v1.3.6: fix component focus
1 parent 4260252 commit fd9852f

File tree

3 files changed

+10
-6
lines changed

3 files changed

+10
-6
lines changed

CHANGELOG.md

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

3+
### 1.3.6
4+
5+
- fix Component focusColor
6+
37
### 1.3.5
48

59
- fix ToolWindow Header

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.5'
6+
version '1.3.6'
77

88
repositories {
99
mavenCentral()

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,15 +31,15 @@
3131
"endBorderColor": "#6272a4",
3232
"startBackground": "#6272a4",
3333
"endBackground": "#6272a4",
34-
"focusedBorderColor": "#bd93f9",
34+
"focusedBorderColor": "#6272a4",
3535
"disabledBorderColor": "#6272a4",
3636
"default": {
3737
"startBackground": "#6272a4",
3838
"endBackground": "#6272a4",
3939
"startBorderColor": "#6272a4",
4040
"endBorderColor": "#6272a4",
41-
"focusColor": "#414450",
42-
"focusedBorderColor": "#bd93f9"
41+
"focusColor": "#bd93f9",
42+
"focusedBorderColor": "#6272a4"
4343
}
4444
},
4545
"CheckBoxMenuItem": {
@@ -67,7 +67,7 @@
6767
"matchForeground": "#ff79c6"
6868
},
6969
"Component": {
70-
"focusColor": "#414450",
70+
"focusColor": "#bd93f9",
7171
"borderColor": "#6272a4",
7272
"focusedBorderColor": "#6272a4",
7373
"disabledBorderColor": "#6272a4",
@@ -137,7 +137,7 @@
137137
"lightSelectionBackground": "#282a35",
138138
"Button": {
139139
"installBorderColor": "#50fa7b",
140-
"installForeground": "#f8f8f2",
140+
"installForeground": "#50fa7b",
141141
"installBackground": "#44475a",
142142
"updateBorderColor": "#8be9fd",
143143
"updateForeground": "#44475a",

0 commit comments

Comments
 (0)