mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-12 09:28:24 +00:00
* lisp/wid-edit.el (widget-field): Add subtle border to face.
This commit is contained in:
parent
35e31c1e71
commit
8b024a6ff1
@ -131,16 +131,21 @@ This exists as a variable so it can be set locally in certain buffers.")
|
||||
(((class grayscale color)
|
||||
(background light))
|
||||
:background "gray85"
|
||||
;; We use negative thickness of the horizontal box border line to
|
||||
;; avoid making lines taller when fields become visible.
|
||||
:box (:line-width (1 . -1) :color "gray80")
|
||||
:extend t)
|
||||
(((class grayscale color)
|
||||
(background dark))
|
||||
:background "dim gray"
|
||||
:box (:line-width (1 . -1) :color "gray46")
|
||||
:extend t)
|
||||
(t
|
||||
:slant italic
|
||||
:extend t))
|
||||
"Face used for editable fields."
|
||||
:group 'widget-faces)
|
||||
:group 'widget-faces
|
||||
:version "28.1")
|
||||
|
||||
(defface widget-single-line-field '((((type tty))
|
||||
:background "green3"
|
||||
|
Loading…
Reference in New Issue
Block a user