Skip to content

Commit 4c28631

Browse files
committed
⚡ Refine UI for 2020.3
1 parent 79621e3 commit 4c28631

File tree

2 files changed

+26
-4
lines changed

2 files changed

+26
-4
lines changed

src/main/resources/themes/dracula-colorful.theme.json

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
"background": "#44475a",
8282
"underlinedTabBackground": "#313341",
8383
"underlineColor": "#bd93f9",
84-
"underlineHeight": 1
84+
"underlineHeight": 2
8585
},
8686
"FileColor": {
8787
"Blue": "#8be9fd",
@@ -125,6 +125,7 @@
125125
"SectionHeader": {
126126
"foreground": "#f8f8f2"
127127
},
128+
"hoverBackground": "#282a35",
128129
"lightSelectionBackground": "#282a35",
129130
"Button": {
130131
"installBorderColor": "#bd93f9",
@@ -180,14 +181,23 @@
180181
"startBackground": "#ff79c6",
181182
"endBackground": "#ff79c6"
182183
},
183-
"Separator.separatorColor": "#282a35",
184+
"Separator": {
185+
"separatorColor": "#282a35"
186+
},
187+
"StatusBar": {
188+
"hoverBackground": "#282a35"
189+
},
184190
"TabbedPane": {
185191
"tabSelectionHeight": 1,
186192
"focusColor": "#282a35",
187193
"hoverColor": "#282a35",
188194
"underlineColor": "#bd93f9",
189195
"contentAreaColor": "#282a35"
190196
},
197+
"Table": {
198+
"gridColor": "#5d617a",
199+
"hoverBackground": "#6272a4"
200+
},
191201
"ToggleButton": {
192202
"onBackground": "#50fa7b",
193203
"onForeground": "#282a35",
@@ -236,6 +246,7 @@
236246
},
237247
"Log": {
238248
"Commit": {
249+
"hoveredBackground": "#6272a4",
239250
"currentBranchBackground": "#44475a"
240251
}
241252
}

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

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
"background": "#44475a",
8282
"underlinedTabBackground": "#313341",
8383
"underlineColor": "#bd93f9",
84-
"underlineHeight": 1
84+
"underlineHeight": 2
8585
},
8686
"FileColor": {
8787
"Blue": "#8be9fd",
@@ -125,6 +125,7 @@
125125
"SectionHeader": {
126126
"foreground": "#f8f8f2"
127127
},
128+
"hoverBackground": "#282a35",
128129
"lightSelectionBackground": "#282a35",
129130
"Button": {
130131
"installBorderColor": "#bd93f9",
@@ -180,14 +181,23 @@
180181
"startBackground": "#ff79c6",
181182
"endBackground": "#ff79c6"
182183
},
183-
"Separator.separatorColor": "#282a35",
184+
"Separator": {
185+
"separatorColor": "#282a35"
186+
},
187+
"StatusBar": {
188+
"hoverBackground": "#282a35"
189+
},
184190
"TabbedPane": {
185191
"tabSelectionHeight": 1,
186192
"focusColor": "#282a35",
187193
"hoverColor": "#282a35",
188194
"underlineColor": "#bd93f9",
189195
"contentAreaColor": "#282a35"
190196
},
197+
"Table": {
198+
"gridColor": "#5d617a",
199+
"hoverBackground": "#6272a4"
200+
},
191201
"ToggleButton": {
192202
"onBackground": "#50fa7b",
193203
"onForeground": "#282a35",
@@ -236,6 +246,7 @@
236246
},
237247
"Log": {
238248
"Commit": {
249+
"hoveredBackground": "#6272a4",
239250
"currentBranchBackground": "#44475a"
240251
}
241252
}

0 commit comments

Comments
 (0)