|
6 | 6 | "colors": { |
7 | 7 | "primaryForeground": "#f8f8f2", |
8 | 8 | "primaryBackground": "#414450", |
9 | | - "secondaryBackground": "#44475a", |
| 9 | + "secondaryBackground": "#3a3d4c", |
10 | 10 | "hoverBackground": "#282a36", |
11 | 11 | "selectionBackground": "#6272a4", |
12 | 12 | "selectionInactiveBackground": "#4e5a82", |
|
20 | 20 | "selectionBackground": "selectionBackground", |
21 | 21 | "selectionInactiveBackground": "selectionInactiveBackground", |
22 | 22 | "inactiveBackground": "primaryBackground", |
| 23 | + "disabledBackground": "primaryBackground", |
23 | 24 | "borderColor": "borderColor", |
24 | 25 | "separatorColor": "separatorColor" |
25 | 26 | }, |
|
37 | 38 | "foreground": "primaryForeground", |
38 | 39 | "startBorderColor": "selectionBackground", |
39 | 40 | "endBorderColor": "selectionBackground", |
40 | | - "startBackground": "selectionBackground", |
41 | | - "endBackground": "selectionBackground", |
| 41 | + "startBackground": "#4f566d", |
| 42 | + "endBackground": "#4f566d", |
42 | 43 | "focusedBorderColor": "#bd93f9", |
| 44 | + "disabledBorderColor": "#4f566d", |
43 | 45 | "default": { |
44 | 46 | "foreground": "primaryForeground", |
45 | 47 | "startBackground": "selectionBackground", |
|
62 | 64 | "ArrowButton": { |
63 | 65 | "background": "secondaryBackground", |
64 | 66 | "nonEditableBackground": "secondaryBackground", |
| 67 | + "disabledIconColor": "#576285", |
65 | 68 | "iconColor": "#bd93f9" |
66 | 69 | }, |
67 | 70 | "selectionBackground": "#bd93f9", |
|
76 | 79 | "focusColor": "#bd93f9", |
77 | 80 | "borderColor": "selectionBackground", |
78 | 81 | "focusedBorderColor": "selectionBackground", |
| 82 | + "disabledBorderColor": "selectionBackground", |
79 | 83 | "errorFocusColor": "#ff5554", |
80 | 84 | "inactiveErrorFocusColor": "#ff5554", |
81 | 85 | "warningFocusColor": "#f1fa8c", |
|
90 | 94 | }, |
91 | 95 | "EditorTabs": { |
92 | 96 | "background": "secondaryBackground", |
93 | | - "underlinedTabBackground": "#313341", |
| 97 | + "underlinedTabBackground": "#292b38", |
94 | 98 | "underlineColor": "#bd93f9", |
95 | 99 | "underlineHeight": 2 |
96 | 100 | }, |
|
103 | 107 | "Violet": "#bd93f9" |
104 | 108 | }, |
105 | 109 | "Label": { |
106 | | - "foreground": "primaryForeground", |
107 | 110 | "errorForeground": "#ff5554" |
108 | 111 | }, |
109 | 112 | "Link": { |
|
129 | 132 | "informativeBorderColor": "#50fa7b" |
130 | 133 | } |
131 | 134 | }, |
| 135 | + "PasswordField": { |
| 136 | + "background": "secondaryBackground" |
| 137 | + }, |
132 | 138 | "Plugins": { |
133 | 139 | "SearchField": { |
134 | 140 | "background": "secondaryBackground" |
|
215 | 221 | "TableHeader": { |
216 | 222 | "bottomSeparatorColor": "separatorColor" |
217 | 223 | }, |
| 224 | + "TextField": { |
| 225 | + "background": "secondaryBackground" |
| 226 | + }, |
218 | 227 | "ToggleButton": { |
219 | 228 | "onBackground": "#50fa7b", |
220 | 229 | "onForeground": "hoverBackground", |
|
227 | 236 | "hoverBackground": "hoverBackground" |
228 | 237 | }, |
229 | 238 | "Header": { |
230 | | - "background": "secondaryBackground", |
| 239 | + "background": "#484c60", |
231 | 240 | "inactiveBackground": "secondaryBackground" |
232 | 241 | }, |
233 | 242 | "HeaderTab": { |
234 | 243 | "underlineColor": "#bd93f9", |
235 | | - "underlineHeight": 1, |
236 | | - "underlinedTabBackground": "#313341", |
| 244 | + "underlineHeight": 2, |
| 245 | + "underlinedTabBackground": "#292b38", |
237 | 246 | "underlinedTabInactiveBackground": "#313341" |
238 | 247 | } |
239 | 248 | }, |
|
305 | 314 | "Objects.BlackText": "#282a35", |
306 | 315 | "Checkbox.Border.Default.Dark": "#bd93f9", |
307 | 316 | "Checkbox.Border.Selected.Dark": "#bd93f9", |
| 317 | + "Checkbox.Border.Disabled.Dark": "#6272a4", |
308 | 318 | "Checkbox.Background.Default.Dark": "#6272a4", |
309 | | - "Checkbox.Foreground.Selected.Dark": "#f8f8f2", |
| 319 | + "Checkbox.Background.Disabled.Dark": "#414450", |
310 | 320 | "Checkbox.Focus.Wide.Dark": "#bd93f9", |
311 | 321 | "Checkbox.Focus.Thin.Selected.Dark": "#bd93f9", |
312 | 322 | "Checkbox.Focus.Thin.Default.Dark": "#bd93f9" |
|
0 commit comments