@@ -10,14 +10,14 @@ import { colors as tokens } from '../design-language/colors';
10
10
*/
11
11
12
12
const colors = {
13
- contrastBorder : tokens . grays [ 500 ] ,
13
+ contrastBorder : tokens . grays [ 600 ] ,
14
14
contrastActiveBorder : null ,
15
- errorForeground : tokens . reds [ 300 ] ,
16
- focusBorder : tokens . grays [ 500 ] ,
17
- foreground : tokens . grays [ 200 ] ,
15
+ errorForeground : tokens . reds [ 500 ] ,
16
+ focusBorder : tokens . grays [ 600 ] ,
17
+ foreground : tokens . grays [ 300 ] ,
18
18
activityBar : {
19
19
background : tokens . grays [ 700 ] ,
20
- border : tokens . grays [ 500 ] ,
20
+ border : tokens . grays [ 600 ] ,
21
21
} ,
22
22
activityBarBadge : {
23
23
background : tokens . reds [ 500 ] ,
@@ -30,46 +30,46 @@ const colors = {
30
30
} ,
31
31
dropdown : {
32
32
background : tokens . grays [ 700 ] ,
33
- border : tokens . grays [ 500 ] ,
33
+ border : tokens . grays [ 600 ] ,
34
34
foreground : tokens . white ,
35
35
} ,
36
36
editor : {
37
37
background : tokens . grays [ 700 ] ,
38
38
foreground : tokens . grays [ 300 ] ,
39
- hoverHighlightBackground : tokens . grays [ 600 ] ,
40
- inactiveSelectionBackground : tokens . grays [ 600 ] ,
41
- lineHighlightBackground : tokens . grays [ 500 ] ,
42
- lineHighlightBorder : tokens . grays [ 500 ] ,
43
- rangeHighlightBackground : tokens . grays [ 500 ] ,
44
- selectionBackground : tokens . grays [ 500 ] ,
45
- selectionHighlightBackground : tokens . grays [ 500 ] ,
46
- wordHighlightStrongBackground : tokens . grays [ 500 ] ,
47
- wordHighlightBackground : tokens . grays [ 500 ] ,
39
+ hoverHighlightBackground : tokens . grays [ 500 ] ,
40
+ inactiveSelectionBackground : tokens . grays [ 500 ] ,
41
+ lineHighlightBackground : tokens . grays [ 600 ] ,
42
+ lineHighlightBorder : tokens . grays [ 600 ] ,
43
+ rangeHighlightBackground : tokens . grays [ 600 ] ,
44
+ selectionBackground : tokens . grays [ 600 ] ,
45
+ selectionHighlightBackground : tokens . grays [ 600 ] ,
46
+ wordHighlightStrongBackground : tokens . grays [ 600 ] ,
47
+ wordHighlightBackground : tokens . grays [ 600 ] ,
48
48
} ,
49
49
editorBracketMatch : {
50
- background : tokens . grays [ 500 ] ,
51
- border : tokens . grays [ 500 ] ,
50
+ background : tokens . grays [ 600 ] ,
51
+ border : tokens . grays [ 600 ] ,
52
52
} ,
53
53
editorCodeLens : {
54
- foreground : tokens . grays [ 500 ] ,
54
+ foreground : tokens . grays [ 600 ] ,
55
55
} ,
56
56
editorCursor : {
57
57
background : tokens . grays [ 700 ] ,
58
58
foreground : tokens . white ,
59
59
} ,
60
60
editorError : {
61
- border : tokens . grays [ 500 ] ,
61
+ border : tokens . grays [ 600 ] ,
62
62
foreground : tokens . reds [ 500 ] ,
63
63
} ,
64
64
editorGroup : {
65
65
background : tokens . grays [ 700 ] ,
66
- border : tokens . grays [ 500 ] ,
66
+ border : tokens . grays [ 600 ] ,
67
67
dropBackground : tokens . grays [ 700 ] ,
68
68
} ,
69
69
editorGroupHeader : {
70
70
noTabsBackground : null ,
71
71
tabsBackground : tokens . grays [ 700 ] ,
72
- tabsBorder : tokens . grays [ 500 ] ,
72
+ tabsBorder : tokens . grays [ 600 ] ,
73
73
} ,
74
74
editorGutter : {
75
75
background : tokens . grays [ 700 ] ,
@@ -78,7 +78,7 @@ const colors = {
78
78
} ,
79
79
editorHoverWidget : {
80
80
background : tokens . grays [ 700 ] ,
81
- border : tokens . grays [ 500 ] ,
81
+ border : tokens . grays [ 600 ] ,
82
82
} ,
83
83
editorIndentGuide : {
84
84
background : tokens . grays [ 700 ] ,
@@ -87,7 +87,7 @@ const colors = {
87
87
activeForeground : tokens . grays [ 300 ] ,
88
88
} ,
89
89
editorLineNumber : {
90
- foreground : tokens . grays [ 500 ] ,
90
+ foreground : tokens . grays [ 600 ] ,
91
91
activeForeground : tokens . grays [ 400 ] ,
92
92
} ,
93
93
editorRuler : {
@@ -97,44 +97,44 @@ const colors = {
97
97
background : tokens . grays [ 700 ] ,
98
98
} ,
99
99
editorMarkerNavigationWarning : {
100
- background : tokens . grays [ 500 ] ,
100
+ background : tokens . grays [ 600 ] ,
101
101
} ,
102
102
editorMarkerNavigationError : {
103
103
background : tokens . grays [ 700 ] ,
104
104
} ,
105
105
editorOverviewRuler : {
106
- border : tokens . grays [ 500 ] ,
107
- commonContentForeground : tokens . grays [ 500 ] ,
106
+ border : tokens . grays [ 600 ] ,
107
+ commonContentForeground : tokens . grays [ 600 ] ,
108
108
currentContentForeground : tokens . reds [ 500 ] ,
109
109
incomingContentForeground : tokens . green ,
110
110
} ,
111
111
editorSuggestWidget : {
112
112
background : tokens . grays [ 700 ] ,
113
- border : tokens . grays [ 500 ] ,
113
+ border : tokens . grays [ 600 ] ,
114
114
foreground : tokens . grays [ 300 ] ,
115
- selectedBackground : tokens . grays [ 500 ] ,
115
+ selectedBackground : tokens . grays [ 600 ] ,
116
116
} ,
117
117
editorWarning : {
118
- border : tokens . grays [ 500 ] ,
118
+ border : tokens . grays [ 600 ] ,
119
119
foreground : tokens . reds [ 300 ] ,
120
120
} ,
121
121
editorWhitespace : {
122
- foreground : tokens . grays [ 600 ] ,
122
+ foreground : tokens . grays [ 500 ] ,
123
123
} ,
124
124
editorWidget : {
125
125
background : tokens . grays [ 700 ] ,
126
- border : tokens . grays [ 500 ] ,
126
+ border : tokens . grays [ 600 ] ,
127
127
} ,
128
128
extensionButton : {
129
- prominentBackground : tokens . grays [ 500 ] ,
129
+ prominentBackground : tokens . grays [ 600 ] ,
130
130
prominentForeground : tokens . white ,
131
- prominentHoverBackground : tokens . grays [ 500 ] ,
131
+ prominentHoverBackground : tokens . grays [ 600 ] ,
132
132
} ,
133
133
input : {
134
- background : tokens . grays [ 500 ] ,
134
+ background : tokens . grays [ 600 ] ,
135
135
foreground : tokens . white ,
136
- border : tokens . grays [ 800 ] ,
137
- placeholderForeground : tokens . grays [ 400 ] ,
136
+ border : tokens . grays [ 900 ] ,
137
+ placeholderForeground : tokens . grays [ 300 ] ,
138
138
} ,
139
139
inputOption : {
140
140
activeBorder : tokens . blues [ 300 ] ,
@@ -153,11 +153,11 @@ const colors = {
153
153
list : {
154
154
dropBackground : tokens . grays [ 700 ] ,
155
155
highlightForeground : tokens . blues [ 300 ] ,
156
- hoverBackground : tokens . grays [ 500 ] ,
157
- focusBackground : tokens . grays [ 500 ] ,
158
- activeSelectionBackground : tokens . grays [ 500 ] ,
156
+ hoverBackground : tokens . grays [ 600 ] ,
157
+ focusBackground : tokens . grays [ 600 ] ,
158
+ activeSelectionBackground : tokens . grays [ 600 ] ,
159
159
activeSelectionForeground : tokens . white ,
160
- inactiveSelectionBackground : tokens . grays [ 500 ] ,
160
+ inactiveSelectionBackground : tokens . grays [ 600 ] ,
161
161
inactiveSelectionForeground : tokens . white ,
162
162
warningForeground : tokens . yellow ,
163
163
errorForeground : tokens . reds [ 500 ] ,
@@ -166,28 +166,28 @@ const colors = {
166
166
} ,
167
167
menu : {
168
168
background : tokens . grays [ 700 ] ,
169
- selectionBackground : tokens . grays [ 500 ] ,
169
+ selectionBackground : tokens . grays [ 600 ] ,
170
170
} ,
171
171
peekView : {
172
- border : tokens . grays [ 600 ] ,
172
+ border : tokens . grays [ 500 ] ,
173
173
} ,
174
174
peekViewEditor : {
175
- background : tokens . grays [ 500 ] ,
175
+ background : tokens . grays [ 600 ] ,
176
176
matchHighlightBackground : tokens . blues [ 300 ] ,
177
177
} ,
178
178
peekViewEditorGutter : {
179
179
background : null ,
180
180
} ,
181
181
peekViewResult : {
182
- background : tokens . grays [ 500 ] ,
182
+ background : tokens . grays [ 600 ] ,
183
183
fileForeground : tokens . white ,
184
184
lineForeground : tokens . white ,
185
185
matchHighlightBackground : tokens . blues [ 300 ] ,
186
- selectionBackground : tokens . grays [ 500 ] ,
186
+ selectionBackground : tokens . grays [ 600 ] ,
187
187
selectionForeground : tokens . white ,
188
188
} ,
189
189
peekViewTitle : {
190
- background : tokens . grays [ 500 ] ,
190
+ background : tokens . grays [ 600 ] ,
191
191
} ,
192
192
peekViewTitleDescription : {
193
193
foreground : tokens . blues [ 700 ] ,
@@ -197,7 +197,7 @@ const colors = {
197
197
} ,
198
198
scrollbarSlider : {
199
199
activeBackground : tokens . white ,
200
- border : tokens . grays [ 500 ] ,
200
+ border : tokens . grays [ 600 ] ,
201
201
background : null ,
202
202
hoverBackground : null ,
203
203
} ,
@@ -210,25 +210,26 @@ const colors = {
210
210
} ,
211
211
sideBar : {
212
212
background : tokens . grays [ 700 ] ,
213
- border : tokens . grays [ 500 ] ,
214
- foreground : tokens . grays [ 200 ] ,
213
+ hoverBackground : tokens . green ,
214
+ border : tokens . grays [ 600 ] ,
215
+ foreground : tokens . grays [ 300 ] ,
215
216
} ,
216
217
sideBarSectionHeader : {
217
218
background : tokens . grays [ 700 ] ,
218
219
foreground : tokens . white ,
219
- border : tokens . grays [ 500 ] ,
220
+ border : tokens . grays [ 600 ] ,
220
221
} ,
221
222
sideBarTitle : {
222
223
foreground : tokens . white ,
223
224
} ,
224
225
statusBar : {
225
- background : tokens . grays [ 500 ] ,
226
+ background : tokens . grays [ 600 ] ,
226
227
foreground : tokens . white ,
227
228
debuggingBackground : tokens . reds [ 500 ] ,
228
- debuggingForeground : tokens . grays [ 500 ] ,
229
- noFolderBackground : tokens . grays [ 500 ] ,
229
+ debuggingForeground : tokens . grays [ 600 ] ,
230
+ noFolderBackground : tokens . grays [ 600 ] ,
230
231
noFolderForeground : tokens . white ,
231
- border : tokens . grays [ 500 ] ,
232
+ border : tokens . grays [ 600 ] ,
232
233
} ,
233
234
statusBarItem : {
234
235
activeBackground : null ,
@@ -241,7 +242,7 @@ const colors = {
241
242
tab : {
242
243
activeBackground : tokens . grays [ 700 ] ,
243
244
activeForeground : tokens . white ,
244
- border : tokens . grays [ 500 ] ,
245
+ border : tokens . grays [ 600 ] ,
245
246
activeBorder : tokens . blues [ 300 ] ,
246
247
unfocusedActiveBorder : null ,
247
248
inactiveBackground : tokens . grays [ 700 ] ,
@@ -250,13 +251,13 @@ const colors = {
250
251
unfocusedInactiveForeground : tokens . grays [ 400 ] ,
251
252
} ,
252
253
terminal : {
253
- background : tokens . grays [ 800 ] ,
254
+ background : tokens . grays [ 900 ] ,
254
255
foreground : tokens . white ,
255
256
ansiBrightBlack : tokens . blues [ 700 ] ,
256
257
ansiBrightRed : tokens . reds [ 500 ] ,
257
258
ansiBrightGreen : tokens . green ,
258
259
ansiBrightYellow : tokens . yellow ,
259
- ansiBlack : tokens . grays [ 500 ] ,
260
+ ansiBlack : tokens . grays [ 600 ] ,
260
261
ansiRed : tokens . reds [ 500 ] ,
261
262
ansiGreen : tokens . green ,
262
263
ansiYellow : tokens . yellow ,
@@ -269,7 +270,7 @@ const colors = {
269
270
background : tokens . grays [ 700 ] ,
270
271
activeBackground : tokens . grays [ 700 ] ,
271
272
activeForeground : tokens . white ,
272
- border : tokens . grays [ 500 ] ,
273
+ border : tokens . grays [ 600 ] ,
273
274
inactiveBackground : tokens . grays [ 700 ] ,
274
275
inactiveForeground : tokens . grays [ 300 ] ,
275
276
} ,
0 commit comments