|
3 | 3 | "dark": true, |
4 | 4 | "author": "Zihan Ma", |
5 | 5 | "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 | + }, |
6 | 15 | "ui": { |
7 | 16 | "*": { |
8 | 17 | "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" |
14 | 23 | }, |
15 | 24 | "Borders": { |
16 | | - "color": "#282a36", |
17 | | - "ContrastBorderColor": "#282a36" |
| 25 | + "color": "border", |
| 26 | + "ContrastBorderColor": "border" |
18 | 27 | }, |
19 | 28 | "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" |
24 | 33 | }, |
25 | 34 | "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", |
31 | 40 | "focusedBorderColor": "#bd93f9", |
32 | 41 | "default": { |
33 | | - "foreground": "#f8f8f2", |
34 | | - "startBackground": "#6272a4", |
35 | | - "endBackground": "#6272a4", |
| 42 | + "foreground": "primaryForeground", |
| 43 | + "startBackground": "selectionBackground", |
| 44 | + "endBackground": "selectionBackground", |
36 | 45 | "startBorderColor": "#bd93f9", |
37 | 46 | "endBorderColor": "#bd93f9", |
38 | 47 | "focusColor": "#bd93f9", |
39 | 48 | "focusedBorderColor": "#bd93f9" |
40 | 49 | } |
41 | 50 | }, |
42 | 51 | "Counter": { |
43 | | - "foreground": "#414450", |
| 52 | + "foreground": "primaryBackground", |
44 | 53 | "background": "#2fc864" |
45 | 54 | }, |
46 | 55 | "CheckBoxMenuItem": { |
|
49 | 58 | "ComboBox": { |
50 | 59 | "modifiedItemForeground": "#ff79c6", |
51 | 60 | "ArrowButton": { |
52 | | - "background": "#44475a", |
53 | | - "nonEditableBackground": "#44475a", |
| 61 | + "background": "secondaryBackground", |
| 62 | + "nonEditableBackground": "secondaryBackground", |
54 | 63 | "iconColor": "#bd93f9" |
55 | 64 | }, |
56 | 65 | "selectionBackground": "#bd93f9", |
57 | | - "nonEditableBackground": "#44475a" |
| 66 | + "nonEditableBackground": "secondaryBackground" |
58 | 67 | }, |
59 | 68 | "CompletionPopup": { |
60 | | - "selectionBackground": "#6272a4", |
61 | | - "selectionInactiveBackground": "#4e5a82", |
| 69 | + "selectionBackground": "selectionBackground", |
| 70 | + "selectionInactiveBackground": "selectionInactiveBackground", |
62 | 71 | "matchForeground": "#ff79c6" |
63 | 72 | }, |
64 | 73 | "Component": { |
65 | 74 | "focusColor": "#bd93f9", |
66 | | - "borderColor": "#6272a4", |
67 | | - "focusedBorderColor": "#6272a4", |
| 75 | + "borderColor": "selectionBackground", |
| 76 | + "focusedBorderColor": "selectionBackground", |
68 | 77 | "errorFocusColor": "#ff5554", |
69 | 78 | "inactiveErrorFocusColor": "#ff5554", |
70 | 79 | "warningFocusColor": "#f1fa8c", |
71 | 80 | "inactiveWarningFocusColor": "#f1fa8c" |
72 | 81 | }, |
73 | 82 | "DragAndDrop": { |
74 | | - "areaBorderColor": "#6272a4" |
| 83 | + "areaBorderColor": "selectionBackground" |
75 | 84 | }, |
76 | 85 | "Editor": { |
77 | | - "background": "#44475a", |
| 86 | + "background": "secondaryBackground", |
78 | 87 | "shortcutForeground": "#ff79c6" |
79 | 88 | }, |
80 | 89 | "EditorTabs": { |
81 | | - "background": "#44475a", |
| 90 | + "background": "secondaryBackground", |
82 | 91 | "underlinedTabBackground": "#313341", |
83 | 92 | "underlineColor": "#bd93f9", |
84 | 93 | "underlineHeight": 2 |
|
87 | 96 | "Blue": "#8be9fd", |
88 | 97 | "Green": "#63667E", |
89 | 98 | "Orange": "#ffb86c", |
90 | | - "Yellow": "#44475a", |
| 99 | + "Yellow": "secondaryBackground", |
91 | 100 | "Rose": "#ff79c6", |
92 | 101 | "Violet": "#bd93f9" |
93 | 102 | }, |
94 | 103 | "Label": { |
95 | | - "foreground": "#f8f8f2", |
| 104 | + "foreground": "primaryForeground", |
96 | 105 | "errorForeground": "#ff5554" |
97 | 106 | }, |
98 | 107 | "Link": { |
|
102 | 111 | "pressedForeground": "#bd93f9" |
103 | 112 | }, |
104 | 113 | "Notification": { |
105 | | - "borderColor": "#6272a4", |
| 114 | + "borderColor": "selectionBackground", |
106 | 115 | "errorBorderColor": "#ff5554", |
107 | | - "errorBackground": "#414450", |
108 | | - "errorForeground": "#f8f8f2", |
| 116 | + "errorBackground": "primaryBackground", |
| 117 | + "errorForeground": "primaryForeground", |
109 | 118 | "ToolWindow": { |
110 | | - "warningForeground": "#f8f8f2", |
111 | | - "warningBackground": "#414450", |
| 119 | + "warningForeground": "primaryForeground", |
| 120 | + "warningBackground": "primaryBackground", |
112 | 121 | "warningBorderColor": "#ffb86c", |
113 | | - "errorForeground": "#f8f8f2", |
| 122 | + "errorForeground": "primaryForeground", |
114 | 123 | "errorBorderColor": "#ff5554", |
115 | | - "errorBackground": "#414450", |
116 | | - "informativeForeground": "#f8f8f2", |
117 | | - "informativeBackground": "#414450", |
| 124 | + "errorBackground": "primaryBackground", |
| 125 | + "informativeForeground": "primaryForeground", |
| 126 | + "informativeBackground": "primaryBackground", |
118 | 127 | "informativeBorderColor": "#50fa7b" |
119 | 128 | } |
120 | 129 | }, |
121 | 130 | "Plugins": { |
122 | 131 | "SearchField": { |
123 | | - "background": "#44475a" |
| 132 | + "background": "secondaryBackground" |
124 | 133 | }, |
125 | 134 | "SectionHeader": { |
126 | | - "foreground": "#f8f8f2" |
| 135 | + "foreground": "primaryForeground" |
127 | 136 | }, |
128 | | - "hoverBackground": "#282a35", |
129 | | - "lightSelectionBackground": "#282a35", |
| 137 | + "hoverBackground": "hoverBackground", |
| 138 | + "lightSelectionBackground": "hoverBackground", |
130 | 139 | "Button": { |
131 | 140 | "installBorderColor": "#bd93f9", |
132 | 141 | "installForeground": "#bd93f9", |
133 | | - "installBackground": "#414450", |
134 | | - "installFillForeground": "#414450", |
| 142 | + "installBackground": "primaryBackground", |
| 143 | + "installFillForeground": "primaryBackground", |
135 | 144 | "installFillBackground": "#bd93f9", |
136 | | - "installFocusedBackground": "#414450", |
| 145 | + "installFocusedBackground": "primaryBackground", |
137 | 146 | "updateBorderColor": "#5da3f4", |
138 | | - "updateForeground": "#f8f8f2", |
| 147 | + "updateForeground": "primaryForeground", |
139 | 148 | "updateBackground": "#5da3f4" |
140 | 149 | }, |
141 | 150 | "Tab": { |
142 | | - "selectedBackground": "#282a35", |
143 | | - "selectedForeground": "#f8f8f2", |
144 | | - "hoverBackground": "#282a35" |
| 151 | + "selectedBackground": "hoverBackground", |
| 152 | + "selectedForeground": "primaryForeground", |
| 153 | + "hoverBackground": "hoverBackground" |
145 | 154 | } |
146 | 155 | }, |
147 | 156 | "ProgressBar": { |
148 | 157 | "failedColor": "#ff5554", |
149 | 158 | "failedEndColor": "#ff5554", |
150 | | - "trackColor": "#6272a4", |
| 159 | + "trackColor": "selectionBackground", |
151 | 160 | "progressColor": "#ff79c6", |
152 | 161 | "indeterminateStartColor": "#93b8f9", |
153 | 162 | "indeterminateEndColor": "#bd93f9", |
|
156 | 165 | }, |
157 | 166 | "Popup": { |
158 | 167 | "Header": { |
159 | | - "activeBackground": "#44475a", |
160 | | - "inactiveBackground": "#44475a" |
| 168 | + "activeBackground": "secondaryBackground", |
| 169 | + "inactiveBackground": "secondaryBackground" |
161 | 170 | } |
162 | 171 | }, |
163 | 172 | "ScrollBar": { |
|
170 | 179 | }, |
171 | 180 | "SearchEverywhere": { |
172 | 181 | "SearchField": { |
173 | | - "background": "#44475a" |
| 182 | + "background": "secondaryBackground" |
174 | 183 | }, |
175 | 184 | "Tab": { |
176 | 185 | "selectedBackground": "#313341", |
177 | | - "selectedForeground": "#f8f8f2" |
| 186 | + "selectedForeground": "primaryForeground" |
178 | 187 | } |
179 | 188 | }, |
180 | 189 | "SearchMatch": { |
181 | 190 | "startBackground": "#ff79c6", |
182 | 191 | "endBackground": "#ff79c6" |
183 | 192 | }, |
184 | 193 | "Separator": { |
185 | | - "separatorColor": "#282a35" |
| 194 | + "separatorColor": "hoverBackground" |
| 195 | + }, |
| 196 | + "SidePanel": { |
| 197 | + "background": "secondaryBackground" |
186 | 198 | }, |
187 | 199 | "StatusBar": { |
188 | | - "hoverBackground": "#282a35" |
| 200 | + "hoverBackground": "hoverBackground" |
189 | 201 | }, |
190 | 202 | "TabbedPane": { |
191 | 203 | "tabSelectionHeight": 1, |
192 | | - "focusColor": "#282a35", |
193 | | - "hoverColor": "#282a35", |
| 204 | + "focusColor": "hoverBackground", |
| 205 | + "hoverColor": "hoverBackground", |
194 | 206 | "underlineColor": "#bd93f9", |
195 | | - "contentAreaColor": "#282a35" |
| 207 | + "contentAreaColor": "hoverBackground" |
196 | 208 | }, |
197 | 209 | "Table": { |
198 | 210 | "gridColor": "#5d617a", |
199 | | - "hoverBackground": "#6272a4" |
| 211 | + "hoverBackground": "selectionBackground" |
200 | 212 | }, |
201 | 213 | "ToggleButton": { |
202 | 214 | "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" |
207 | 219 | }, |
208 | 220 | "ToolWindow": { |
209 | 221 | "Button": { |
210 | | - "hoverBackground": "#282a35" |
| 222 | + "hoverBackground": "hoverBackground" |
211 | 223 | }, |
212 | 224 | "Header": { |
213 | | - "background": "#44475a", |
214 | | - "inactiveBackground": "#44475a" |
| 225 | + "background": "secondaryBackground", |
| 226 | + "inactiveBackground": "secondaryBackground" |
215 | 227 | }, |
216 | 228 | "HeaderTab": { |
217 | 229 | "underlineColor": "#bd93f9", |
|
222 | 234 | }, |
223 | 235 | "Tree": { |
224 | 236 | "modifiedItemForeground": "#ff79c6", |
225 | | - "selectionBackground": "#6272a4", |
226 | | - "selectionInactiveBackground": "#4e5a82" |
| 237 | + "selectionBackground": "selectionBackground", |
| 238 | + "selectionInactiveBackground": "selectionInactiveBackground" |
227 | 239 | }, |
228 | 240 | "ValidationTooltip": { |
229 | 241 | "errorBackground": "#ff5554", |
|
234 | 246 | "VersionControl": { |
235 | 247 | "FileHistory": { |
236 | 248 | "Commit": { |
237 | | - "selectedBranchBackground": "#44475a" |
| 249 | + "selectedBranchBackground": "secondaryBackground" |
238 | 250 | } |
239 | 251 | }, |
240 | 252 | "GitLog": { |
|
246 | 258 | }, |
247 | 259 | "Log": { |
248 | 260 | "Commit": { |
249 | | - "hoveredBackground": "#6272a4", |
250 | | - "currentBranchBackground": "#44475a" |
| 261 | + "hoveredBackground": "selectionBackground", |
| 262 | + "currentBranchBackground": "secondaryBackground" |
251 | 263 | } |
252 | 264 | } |
253 | 265 | }, |
254 | 266 | "WelcomeScreen": { |
| 267 | + "SidePanel": { |
| 268 | + "background": "secondaryBackground" |
| 269 | + }, |
255 | 270 | "separatorColor": "#191b1f", |
256 | 271 | "Projects": { |
257 | | - "background": "#282a35", |
258 | | - "selectionBackground": "#44475a", |
259 | | - "selectionInactiveBackground": "#44475a", |
| 272 | + "background": "hoverBackground", |
| 273 | + "selectionBackground": "secondaryBackground", |
| 274 | + "selectionInactiveBackground": "secondaryBackground", |
260 | 275 | "actions": { |
261 | | - "background": "#282a35" |
| 276 | + "background": "hoverBackground" |
262 | 277 | } |
263 | 278 | } |
264 | 279 | } |
|
0 commit comments