Skip to content

Commit 4260252

Browse files
committed
bump to v1.3.5: fix ToolWindow Header
1 parent 4928276 commit 4260252

File tree

3 files changed

+9
-1
lines changed

3 files changed

+9
-1
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.5
4+
5+
- fix ToolWindow Header
6+
37
### 1.3.4
48

59
- refine SearchEverywhere

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.4'
6+
version '1.3.5'
77

88
repositories {
99
mavenCentral()

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -196,6 +196,10 @@
196196
"Button": {
197197
"hoverBackground": "#282a35"
198198
},
199+
"Header": {
200+
"background": "#44475a",
201+
"inactiveBackground": "#44475a"
202+
},
199203
"HeaderTab": {
200204
"selectedBackground": "#282a35",
201205
"selectedInactiveBackground": "#282a35"

0 commit comments

Comments
 (0)