]> git.eshelyaron.com Git - emacs.git/commit
Inherit 'sieve-mode' faces from 'font-lock'
authorJim Porter <jporterbugs@gmail.com>
Tue, 5 Sep 2023 04:37:56 +0000 (21:37 -0700)
committerJim Porter <jporterbugs@gmail.com>
Tue, 5 Sep 2023 04:37:56 +0000 (21:37 -0700)
commitf08684ab39dbdc2e9acc3a8288bce7b5675de407
tree9603771bbc505a27497876d6dafcd439f827d19e
parenteb9cfa88525fd748cd069069a80fe1ca6aec0bc3
Inherit 'sieve-mode' faces from 'font-lock'

These Sieve faces were already a close mapping onto the Font Lock
ones, so this should usually look the same to users with the default
theme.  However, this makes it easier to theme these faces (just
define the usual 'font-lock-*-face' colors you want) and also fixes a
few edge cases (bug#62370).

* lisp/net/sieve-mode.el (sieve-control-commands)
(sieve-action-commands, sieve-test-commands, sieve-tagged-arguments):
Inherit from 'font-lock' faces.
lisp/net/sieve-mode.el