help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Question about customising faces


From: Gregory Heytings
Subject: Re: Question about customising faces
Date: Tue, 30 Aug 2022 15:52:18 +0000



- Evaluate the following `set-face-attribute` calls (with FRAME set to nil, no 
use of `unspecified`):

(set-face-attribute 'isearch nil :background nil :foreground "#d33682")
(set-face-attribute 'isearch-group-1 nil :background "lightskyblue1" :foreground 
"#d33682")
(set-face-attribute 'isearch-group-2 nil :background "DarkSeaGreen1" :foreground 
"#d33682")
(set-face-attribute 'lazy-highlight  nil :background nil :foreground nil :box 
"#d33682")


Why don't use use :background 'unspecified here?



reply via email to

[Prev in Thread] Current Thread [Next in Thread]