Skip to content

Commit 4f4b9c4

Browse files
committed
⚡ Enhanced UI
1 parent 89754ae commit 4f4b9c4

File tree

2 files changed

+38
-18
lines changed

2 files changed

+38
-18
lines changed

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

Lines changed: 19 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"colors": {
77
"primaryForeground": "#f8f8f2",
88
"primaryBackground": "#414450",
9-
"secondaryBackground": "#44475a",
9+
"secondaryBackground": "#3a3d4c",
1010
"hoverBackground": "#282a36",
1111
"selectionBackground": "#6272a4",
1212
"selectionInactiveBackground": "#4e5a82",
@@ -20,6 +20,7 @@
2020
"selectionBackground": "selectionBackground",
2121
"selectionInactiveBackground": "selectionInactiveBackground",
2222
"inactiveBackground": "primaryBackground",
23+
"disabledBackground": "primaryBackground",
2324
"borderColor": "borderColor",
2425
"separatorColor": "separatorColor"
2526
},
@@ -37,9 +38,10 @@
3738
"foreground": "primaryForeground",
3839
"startBorderColor": "selectionBackground",
3940
"endBorderColor": "selectionBackground",
40-
"startBackground": "selectionBackground",
41-
"endBackground": "selectionBackground",
41+
"startBackground": "#4f566d",
42+
"endBackground": "#4f566d",
4243
"focusedBorderColor": "#bd93f9",
44+
"disabledBorderColor": "#4f566d",
4345
"default": {
4446
"foreground": "primaryForeground",
4547
"startBackground": "selectionBackground",
@@ -62,6 +64,7 @@
6264
"ArrowButton": {
6365
"background": "secondaryBackground",
6466
"nonEditableBackground": "secondaryBackground",
67+
"disabledIconColor": "#576285",
6568
"iconColor": "#bd93f9"
6669
},
6770
"selectionBackground": "#bd93f9",
@@ -76,6 +79,7 @@
7679
"focusColor": "#bd93f9",
7780
"borderColor": "selectionBackground",
7881
"focusedBorderColor": "selectionBackground",
82+
"disabledBorderColor": "selectionBackground",
7983
"errorFocusColor": "#ff5554",
8084
"inactiveErrorFocusColor": "#ff5554",
8185
"warningFocusColor": "#f1fa8c",
@@ -90,7 +94,7 @@
9094
},
9195
"EditorTabs": {
9296
"background": "secondaryBackground",
93-
"underlinedTabBackground": "#313341",
97+
"underlinedTabBackground": "#292b38",
9498
"underlineColor": "#bd93f9",
9599
"underlineHeight": 2
96100
},
@@ -103,7 +107,6 @@
103107
"Violet": "#bd93f9"
104108
},
105109
"Label": {
106-
"foreground": "primaryForeground",
107110
"errorForeground": "#ff5554"
108111
},
109112
"Link": {
@@ -129,6 +132,9 @@
129132
"informativeBorderColor": "#50fa7b"
130133
}
131134
},
135+
"PasswordField": {
136+
"background": "secondaryBackground"
137+
},
132138
"Plugins": {
133139
"SearchField": {
134140
"background": "secondaryBackground"
@@ -215,6 +221,9 @@
215221
"TableHeader": {
216222
"bottomSeparatorColor": "separatorColor"
217223
},
224+
"TextField": {
225+
"background": "secondaryBackground"
226+
},
218227
"ToggleButton": {
219228
"onBackground": "#50fa7b",
220229
"onForeground": "hoverBackground",
@@ -227,13 +236,13 @@
227236
"hoverBackground": "hoverBackground"
228237
},
229238
"Header": {
230-
"background": "secondaryBackground",
239+
"background": "#484c60",
231240
"inactiveBackground": "secondaryBackground"
232241
},
233242
"HeaderTab": {
234243
"underlineColor": "#bd93f9",
235-
"underlineHeight": 1,
236-
"underlinedTabBackground": "#313341",
244+
"underlineHeight": 2,
245+
"underlinedTabBackground": "#292b38",
237246
"underlinedTabInactiveBackground": "#313341"
238247
}
239248
},
@@ -305,8 +314,9 @@
305314
"Objects.BlackText": "#282a35",
306315
"Checkbox.Border.Default.Dark": "#bd93f9",
307316
"Checkbox.Border.Selected.Dark": "#bd93f9",
317+
"Checkbox.Border.Disabled.Dark": "#6272a4",
308318
"Checkbox.Background.Default.Dark": "#6272a4",
309-
"Checkbox.Foreground.Selected.Dark": "#f8f8f2",
319+
"Checkbox.Background.Disabled.Dark": "#414450",
310320
"Checkbox.Focus.Wide.Dark": "#bd93f9",
311321
"Checkbox.Focus.Thin.Selected.Dark": "#bd93f9",
312322
"Checkbox.Focus.Thin.Default.Dark": "#bd93f9"

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

Lines changed: 19 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"colors": {
77
"primaryForeground": "#f8f8f2",
88
"primaryBackground": "#414450",
9-
"secondaryBackground": "#44475a",
9+
"secondaryBackground": "#3a3d4c",
1010
"hoverBackground": "#282a36",
1111
"selectionBackground": "#6272a4",
1212
"selectionInactiveBackground": "#4e5a82",
@@ -20,6 +20,7 @@
2020
"selectionBackground": "selectionBackground",
2121
"selectionInactiveBackground": "selectionInactiveBackground",
2222
"inactiveBackground": "primaryBackground",
23+
"disabledBackground": "primaryBackground",
2324
"borderColor": "borderColor",
2425
"separatorColor": "separatorColor"
2526
},
@@ -37,9 +38,10 @@
3738
"foreground": "primaryForeground",
3839
"startBorderColor": "selectionBackground",
3940
"endBorderColor": "selectionBackground",
40-
"startBackground": "selectionBackground",
41-
"endBackground": "selectionBackground",
41+
"startBackground": "#4f566d",
42+
"endBackground": "#4f566d",
4243
"focusedBorderColor": "#bd93f9",
44+
"disabledBorderColor": "#4f566d",
4345
"default": {
4446
"foreground": "primaryForeground",
4547
"startBackground": "selectionBackground",
@@ -62,6 +64,7 @@
6264
"ArrowButton": {
6365
"background": "secondaryBackground",
6466
"nonEditableBackground": "secondaryBackground",
67+
"disabledIconColor": "#576285",
6568
"iconColor": "#bd93f9"
6669
},
6770
"selectionBackground": "#bd93f9",
@@ -76,6 +79,7 @@
7679
"focusColor": "#bd93f9",
7780
"borderColor": "selectionBackground",
7881
"focusedBorderColor": "selectionBackground",
82+
"disabledBorderColor": "selectionBackground",
7983
"errorFocusColor": "#ff5554",
8084
"inactiveErrorFocusColor": "#ff5554",
8185
"warningFocusColor": "#f1fa8c",
@@ -90,7 +94,7 @@
9094
},
9195
"EditorTabs": {
9296
"background": "secondaryBackground",
93-
"underlinedTabBackground": "#313341",
97+
"underlinedTabBackground": "#292b38",
9498
"underlineColor": "#bd93f9",
9599
"underlineHeight": 2
96100
},
@@ -103,7 +107,6 @@
103107
"Violet": "#bd93f9"
104108
},
105109
"Label": {
106-
"foreground": "primaryForeground",
107110
"errorForeground": "#ff5554"
108111
},
109112
"Link": {
@@ -129,6 +132,9 @@
129132
"informativeBorderColor": "#50fa7b"
130133
}
131134
},
135+
"PasswordField": {
136+
"background": "secondaryBackground"
137+
},
132138
"Plugins": {
133139
"SearchField": {
134140
"background": "secondaryBackground"
@@ -215,6 +221,9 @@
215221
"TableHeader": {
216222
"bottomSeparatorColor": "separatorColor"
217223
},
224+
"TextField": {
225+
"background": "secondaryBackground"
226+
},
218227
"ToggleButton": {
219228
"onBackground": "#50fa7b",
220229
"onForeground": "hoverBackground",
@@ -227,13 +236,13 @@
227236
"hoverBackground": "hoverBackground"
228237
},
229238
"Header": {
230-
"background": "secondaryBackground",
239+
"background": "#484c60",
231240
"inactiveBackground": "secondaryBackground"
232241
},
233242
"HeaderTab": {
234243
"underlineColor": "#bd93f9",
235-
"underlineHeight": 1,
236-
"underlinedTabBackground": "#313341",
244+
"underlineHeight": 2,
245+
"underlinedTabBackground": "#292b38",
237246
"underlinedTabInactiveBackground": "#313341"
238247
}
239248
},
@@ -305,8 +314,9 @@
305314
"Objects.BlackText": "#282a35",
306315
"Checkbox.Border.Default.Dark": "#bd93f9",
307316
"Checkbox.Border.Selected.Dark": "#bd93f9",
317+
"Checkbox.Border.Disabled.Dark": "#6272a4",
308318
"Checkbox.Background.Default.Dark": "#6272a4",
309-
"Checkbox.Foreground.Selected.Dark": "#f8f8f2",
319+
"Checkbox.Background.Disabled.Dark": "#414450",
310320
"Checkbox.Focus.Wide.Dark": "#bd93f9",
311321
"Checkbox.Focus.Thin.Selected.Dark": "#bd93f9",
312322
"Checkbox.Focus.Thin.Default.Dark": "#bd93f9"

0 commit comments

Comments
 (0)