mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-15 17:00:26 +00:00
(custom-face-attributes): Use editable-color widget.
This commit is contained in:
parent
2f47738170
commit
a1057d5616
@ -82,14 +82,14 @@ Control whether the text should be underlined.")
|
||||
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.")
|
||||
(:foreground (editable-color :tag "Foreground"
|
||||
:value "black"
|
||||
:help-echo "Set foreground color.")
|
||||
set-face-foreground
|
||||
face-foreground)
|
||||
(:background (color :tag "Background"
|
||||
:value "white"
|
||||
:help-echo "Set background color.")
|
||||
(:background (editable-color :tag "Background"
|
||||
:value "white"
|
||||
:help-echo "Set background color.")
|
||||
set-face-background
|
||||
face-background)
|
||||
(:stipple (editable-field :format "Stipple: %v"
|
||||
|
Loading…
Reference in New Issue
Block a user