File tree Expand file tree Collapse file tree 2 files changed +42
-0
lines changed Expand file tree Collapse file tree 2 files changed +42
-0
lines changed Original file line number Diff line number Diff line change @@ -79,6 +79,28 @@ module.exports = {
79
79
'transparent' ,
80
80
'initial' ,
81
81
'none' ,
82
+ 'unset' ,
83
+ // System colors for forced-colors styling.
84
+ // See https://drafts.csswg.org/css-color-4/#css-system-colors.
85
+ 'Canvas' ,
86
+ 'CanvasText' ,
87
+ 'LinkText' ,
88
+ 'VisitedText' ,
89
+ 'ActiveText' ,
90
+ 'ButtonFace' ,
91
+ 'ButtonText' ,
92
+ 'ButtonBorder' ,
93
+ 'Field' ,
94
+ 'FieldText' ,
95
+ 'Highlight' ,
96
+ 'HighlightText' ,
97
+ 'SelectedItem' ,
98
+ 'SelectedItemText' ,
99
+ 'Mark' ,
100
+ 'MarkText' ,
101
+ 'GrayText' ,
102
+ 'AccentColor' ,
103
+ 'AccentColorText' ,
82
104
] ,
83
105
} ,
84
106
] ,
Original file line number Diff line number Diff line change @@ -233,6 +233,26 @@ Object {
233
233
" transparent" ,
234
234
" initial" ,
235
235
" none" ,
236
+ " unset" ,
237
+ " Canvas" ,
238
+ " CanvasText" ,
239
+ " LinkText" ,
240
+ " VisitedText" ,
241
+ " ActiveText" ,
242
+ " ButtonFace" ,
243
+ " ButtonText" ,
244
+ " ButtonBorder" ,
245
+ " Field" ,
246
+ " FieldText" ,
247
+ " Highlight" ,
248
+ " HighlightText" ,
249
+ " SelectedItem" ,
250
+ " SelectedItemText" ,
251
+ " Mark" ,
252
+ " MarkText" ,
253
+ " GrayText" ,
254
+ " AccentColor" ,
255
+ " AccentColorText" ,
236
256
],
237
257
},
238
258
],
You can’t perform that action at this time.
0 commit comments