Skip to content

Commit 478183e

Browse files
committed
⚡Enhanced UI details
1 parent 0e9e196 commit 478183e

File tree

2 files changed

+188
-158
lines changed

2 files changed

+188
-158
lines changed

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

Lines changed: 94 additions & 79 deletions
Original file line numberDiff line numberDiff line change
@@ -3,44 +3,53 @@
33
"dark": true,
44
"author": "Zihan Ma",
55
"editorScheme": "/themes/Dracula.xml",
6+
"colors": {
7+
"primaryForeground": "#f8f8f2",
8+
"primaryBackground": "#414450",
9+
"secondaryBackground": "#44475a",
10+
"hoverBackground": "#282a35",
11+
"selectionBackground": "#6272a4",
12+
"selectionInactiveBackground": "#4e5a82",
13+
"border": "#282a36"
14+
},
615
"ui": {
716
"*": {
817
"arc": "7",
9-
"background": "#414450",
10-
"selectionBackground": "#6272a4",
11-
"selectionInactiveBackground": "#4e5a82",
12-
"inactiveBackground": "#414450",
13-
"borderColor": "#282a36"
18+
"background": "primaryBackground",
19+
"selectionBackground": "selectionBackground",
20+
"selectionInactiveBackground": "selectionInactiveBackground",
21+
"inactiveBackground": "primaryBackground",
22+
"borderColor": "border"
1423
},
1524
"Borders": {
16-
"color": "#282a36",
17-
"ContrastBorderColor": "#282a36"
25+
"color": "border",
26+
"ContrastBorderColor": "border"
1827
},
1928
"ActionButton": {
20-
"hoverBackground": "#282a35",
21-
"hoverBorderColor": "#282a35",
22-
"pressedBackground": "#282a35",
23-
"pressedBorderColor": "#282a35"
29+
"hoverBackground": "hoverBackground",
30+
"hoverBorderColor": "hoverBackground",
31+
"pressedBackground": "hoverBackground",
32+
"pressedBorderColor": "hoverBackground"
2433
},
2534
"Button": {
26-
"foreground": "#f8f8f2",
27-
"startBorderColor": "#6272a4",
28-
"endBorderColor": "#6272a4",
29-
"startBackground": "#6272a4",
30-
"endBackground": "#6272a4",
35+
"foreground": "primaryForeground",
36+
"startBorderColor": "selectionBackground",
37+
"endBorderColor": "selectionBackground",
38+
"startBackground": "selectionBackground",
39+
"endBackground": "selectionBackground",
3140
"focusedBorderColor": "#bd93f9",
3241
"default": {
33-
"foreground": "#f8f8f2",
34-
"startBackground": "#6272a4",
35-
"endBackground": "#6272a4",
42+
"foreground": "primaryForeground",
43+
"startBackground": "selectionBackground",
44+
"endBackground": "selectionBackground",
3645
"startBorderColor": "#bd93f9",
3746
"endBorderColor": "#bd93f9",
3847
"focusColor": "#bd93f9",
3948
"focusedBorderColor": "#bd93f9"
4049
}
4150
},
4251
"Counter": {
43-
"foreground": "#414450",
52+
"foreground": "primaryBackground",
4453
"background": "#2fc864"
4554
},
4655
"CheckBoxMenuItem": {
@@ -49,36 +58,36 @@
4958
"ComboBox": {
5059
"modifiedItemForeground": "#ff79c6",
5160
"ArrowButton": {
52-
"background": "#44475a",
53-
"nonEditableBackground": "#44475a",
61+
"background": "secondaryBackground",
62+
"nonEditableBackground": "secondaryBackground",
5463
"iconColor": "#bd93f9"
5564
},
5665
"selectionBackground": "#bd93f9",
57-
"nonEditableBackground": "#44475a"
66+
"nonEditableBackground": "secondaryBackground"
5867
},
5968
"CompletionPopup": {
60-
"selectionBackground": "#6272a4",
61-
"selectionInactiveBackground": "#4e5a82",
69+
"selectionBackground": "selectionBackground",
70+
"selectionInactiveBackground": "selectionInactiveBackground",
6271
"matchForeground": "#ff79c6"
6372
},
6473
"Component": {
6574
"focusColor": "#bd93f9",
66-
"borderColor": "#6272a4",
67-
"focusedBorderColor": "#6272a4",
75+
"borderColor": "selectionBackground",
76+
"focusedBorderColor": "selectionBackground",
6877
"errorFocusColor": "#ff5554",
6978
"inactiveErrorFocusColor": "#ff5554",
7079
"warningFocusColor": "#f1fa8c",
7180
"inactiveWarningFocusColor": "#f1fa8c"
7281
},
7382
"DragAndDrop": {
74-
"areaBorderColor": "#6272a4"
83+
"areaBorderColor": "selectionBackground"
7584
},
7685
"Editor": {
77-
"background": "#44475a",
86+
"background": "secondaryBackground",
7887
"shortcutForeground": "#ff79c6"
7988
},
8089
"EditorTabs": {
81-
"background": "#44475a",
90+
"background": "secondaryBackground",
8291
"underlinedTabBackground": "#313341",
8392
"underlineColor": "#bd93f9",
8493
"underlineHeight": 2
@@ -87,12 +96,12 @@
8796
"Blue": "#8be9fd",
8897
"Green": "#63667E",
8998
"Orange": "#ffb86c",
90-
"Yellow": "#44475a",
99+
"Yellow": "secondaryBackground",
91100
"Rose": "#ff79c6",
92101
"Violet": "#bd93f9"
93102
},
94103
"Label": {
95-
"foreground": "#f8f8f2",
104+
"foreground": "primaryForeground",
96105
"errorForeground": "#ff5554"
97106
},
98107
"Link": {
@@ -102,52 +111,52 @@
102111
"pressedForeground": "#bd93f9"
103112
},
104113
"Notification": {
105-
"borderColor": "#6272a4",
114+
"borderColor": "selectionBackground",
106115
"errorBorderColor": "#ff5554",
107-
"errorBackground": "#414450",
108-
"errorForeground": "#f8f8f2",
116+
"errorBackground": "primaryBackground",
117+
"errorForeground": "primaryForeground",
109118
"ToolWindow": {
110-
"warningForeground": "#f8f8f2",
111-
"warningBackground": "#414450",
119+
"warningForeground": "primaryForeground",
120+
"warningBackground": "primaryBackground",
112121
"warningBorderColor": "#ffb86c",
113-
"errorForeground": "#f8f8f2",
122+
"errorForeground": "primaryForeground",
114123
"errorBorderColor": "#ff5554",
115-
"errorBackground": "#414450",
116-
"informativeForeground": "#f8f8f2",
117-
"informativeBackground": "#414450",
124+
"errorBackground": "primaryBackground",
125+
"informativeForeground": "primaryForeground",
126+
"informativeBackground": "primaryBackground",
118127
"informativeBorderColor": "#50fa7b"
119128
}
120129
},
121130
"Plugins": {
122131
"SearchField": {
123-
"background": "#44475a"
132+
"background": "secondaryBackground"
124133
},
125134
"SectionHeader": {
126-
"foreground": "#f8f8f2"
135+
"foreground": "primaryForeground"
127136
},
128-
"hoverBackground": "#282a35",
129-
"lightSelectionBackground": "#282a35",
137+
"hoverBackground": "hoverBackground",
138+
"lightSelectionBackground": "hoverBackground",
130139
"Button": {
131140
"installBorderColor": "#bd93f9",
132141
"installForeground": "#bd93f9",
133-
"installBackground": "#414450",
134-
"installFillForeground": "#414450",
142+
"installBackground": "primaryBackground",
143+
"installFillForeground": "primaryBackground",
135144
"installFillBackground": "#bd93f9",
136-
"installFocusedBackground": "#414450",
145+
"installFocusedBackground": "primaryBackground",
137146
"updateBorderColor": "#5da3f4",
138-
"updateForeground": "#f8f8f2",
147+
"updateForeground": "primaryForeground",
139148
"updateBackground": "#5da3f4"
140149
},
141150
"Tab": {
142-
"selectedBackground": "#282a35",
143-
"selectedForeground": "#f8f8f2",
144-
"hoverBackground": "#282a35"
151+
"selectedBackground": "hoverBackground",
152+
"selectedForeground": "primaryForeground",
153+
"hoverBackground": "hoverBackground"
145154
}
146155
},
147156
"ProgressBar": {
148157
"failedColor": "#ff5554",
149158
"failedEndColor": "#ff5554",
150-
"trackColor": "#6272a4",
159+
"trackColor": "selectionBackground",
151160
"progressColor": "#ff79c6",
152161
"indeterminateStartColor": "#93b8f9",
153162
"indeterminateEndColor": "#bd93f9",
@@ -156,8 +165,8 @@
156165
},
157166
"Popup": {
158167
"Header": {
159-
"activeBackground": "#44475a",
160-
"inactiveBackground": "#44475a"
168+
"activeBackground": "secondaryBackground",
169+
"inactiveBackground": "secondaryBackground"
161170
}
162171
},
163172
"ScrollBar": {
@@ -170,48 +179,51 @@
170179
},
171180
"SearchEverywhere": {
172181
"SearchField": {
173-
"background": "#44475a"
182+
"background": "secondaryBackground"
174183
},
175184
"Tab": {
176185
"selectedBackground": "#313341",
177-
"selectedForeground": "#f8f8f2"
186+
"selectedForeground": "primaryForeground"
178187
}
179188
},
180189
"SearchMatch": {
181190
"startBackground": "#ff79c6",
182191
"endBackground": "#ff79c6"
183192
},
184193
"Separator": {
185-
"separatorColor": "#282a35"
194+
"separatorColor": "hoverBackground"
195+
},
196+
"SidePanel": {
197+
"background": "secondaryBackground"
186198
},
187199
"StatusBar": {
188-
"hoverBackground": "#282a35"
200+
"hoverBackground": "hoverBackground"
189201
},
190202
"TabbedPane": {
191203
"tabSelectionHeight": 1,
192-
"focusColor": "#282a35",
193-
"hoverColor": "#282a35",
204+
"focusColor": "hoverBackground",
205+
"hoverColor": "hoverBackground",
194206
"underlineColor": "#bd93f9",
195-
"contentAreaColor": "#282a35"
207+
"contentAreaColor": "hoverBackground"
196208
},
197209
"Table": {
198210
"gridColor": "#5d617a",
199-
"hoverBackground": "#6272a4"
211+
"hoverBackground": "selectionBackground"
200212
},
201213
"ToggleButton": {
202214
"onBackground": "#50fa7b",
203-
"onForeground": "#282a35",
204-
"offBackground": "#6272a4",
205-
"offForeground": "#282a35",
206-
"buttonColor": "#f8f8f2"
215+
"onForeground": "hoverBackground",
216+
"offBackground": "selectionBackground",
217+
"offForeground": "hoverBackground",
218+
"buttonColor": "primaryForeground"
207219
},
208220
"ToolWindow": {
209221
"Button": {
210-
"hoverBackground": "#282a35"
222+
"hoverBackground": "hoverBackground"
211223
},
212224
"Header": {
213-
"background": "#44475a",
214-
"inactiveBackground": "#44475a"
225+
"background": "secondaryBackground",
226+
"inactiveBackground": "secondaryBackground"
215227
},
216228
"HeaderTab": {
217229
"underlineColor": "#bd93f9",
@@ -222,8 +234,8 @@
222234
},
223235
"Tree": {
224236
"modifiedItemForeground": "#ff79c6",
225-
"selectionBackground": "#6272a4",
226-
"selectionInactiveBackground": "#4e5a82"
237+
"selectionBackground": "selectionBackground",
238+
"selectionInactiveBackground": "selectionInactiveBackground"
227239
},
228240
"ValidationTooltip": {
229241
"errorBackground": "#ff5554",
@@ -234,7 +246,7 @@
234246
"VersionControl": {
235247
"FileHistory": {
236248
"Commit": {
237-
"selectedBranchBackground": "#44475a"
249+
"selectedBranchBackground": "secondaryBackground"
238250
}
239251
},
240252
"GitLog": {
@@ -246,19 +258,22 @@
246258
},
247259
"Log": {
248260
"Commit": {
249-
"hoveredBackground": "#6272a4",
250-
"currentBranchBackground": "#44475a"
261+
"hoveredBackground": "selectionBackground",
262+
"currentBranchBackground": "secondaryBackground"
251263
}
252264
}
253265
},
254266
"WelcomeScreen": {
267+
"SidePanel": {
268+
"background": "secondaryBackground"
269+
},
255270
"separatorColor": "#191b1f",
256271
"Projects": {
257-
"background": "#282a35",
258-
"selectionBackground": "#44475a",
259-
"selectionInactiveBackground": "#44475a",
272+
"background": "hoverBackground",
273+
"selectionBackground": "secondaryBackground",
274+
"selectionInactiveBackground": "secondaryBackground",
260275
"actions": {
261-
"background": "#282a35"
276+
"background": "hoverBackground"
262277
}
263278
}
264279
}

0 commit comments

Comments
 (0)