File tree Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -251,19 +251,23 @@ The value should be nil on displays where the face
251
251
(((type tty )
252
252
(class color )
253
253
(background dark ))
254
- (:background " dark blue" ))
254
+ (:background " dark blue"
255
+ :extend t ))
255
256
(((class color )
256
257
(background dark ))
257
258
(:foreground " light yellow"
258
- :background " dark green" ))
259
+ :background " dark green"
260
+ :extend t ))
259
261
(((type tty )
260
262
(class color )
261
263
(background light ))
262
- (:foreground " dark blue" ))
264
+ (:foreground " dark blue"
265
+ :extend t ))
263
266
(((class color )
264
267
(background light ))
265
268
(:foreground " dark green"
266
- :background " light yellow" ))
269
+ :background " light yellow"
270
+ :extend t ))
267
271
(t
268
272
()))
269
273
" Face for extracted buffers."
You can’t perform that action at this time.
0 commit comments