mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
(custom-face-attributes): Add :inverse-video.
This commit is contained in:
parent
e8e4cda0ac
commit
5c431d1495
1 changed files with 5 additions and 0 deletions
|
|
@ -77,6 +77,11 @@ Control whether an italic font should be used.")
|
|||
Control whether the text should be underlined.")
|
||||
set-face-underline-p
|
||||
face-underline-p)
|
||||
(:inverse-video (toggle :format "%[Inverse-Video%]: %v\n"
|
||||
:help-echo "\
|
||||
Control whether the text should be in inverse video.")
|
||||
set-face-inverse-video-p
|
||||
face-inverse-video-p)
|
||||
(:foreground (color :tag "Foreground"
|
||||
:value "black"
|
||||
:help-echo "Set foreground color.")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue