diff options
author | jao <jao@gnu.org> | 2020-08-22 00:03:23 +0100 |
---|---|---|
committer | jao <jao@gnu.org> | 2020-08-22 00:04:05 +0100 |
commit | 5029d8942ada6f90dec9eef1744612575d31466b (patch) | |
tree | 1d9b3d6a22040dfa15b6be7d45172c761756f66a /themes | |
parent | ed64d6044c6a2d3d14a9a4cbd3eadda6831172fc (diff) | |
download | elibs-5029d8942ada6f90dec9eef1744612575d31466b.tar.gz elibs-5029d8942ada6f90dec9eef1744612575d31466b.tar.bz2 |
maildir: better echo messages
Diffstat (limited to 'themes')
-rw-r--r-- | themes/jao-themes.el | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/themes/jao-themes.el b/themes/jao-themes.el index 8cff242..15537aa 100644 --- a/themes/jao-themes.el +++ b/themes/jao-themes.el @@ -713,6 +713,7 @@ (message-mml (p warning) nbf) (message-separator (p warning) nbf) (mm-uu-extract (p hilite) ex) + (minibuffer-line (p f00)) (minibuffer-prompt (p f00)) (mode-line-buffer-id nbf (c nil nil)) (mode-line-emphasis (p warning)) @@ -825,6 +826,10 @@ (sh-quoted-exec (p f00)) (show-paren-match (p hilite)) (show-paren-mismatch (p error)) + (sieve-control-commands (~ font-lock-builtin-face)) + (sieve-tagged-arguments (~ font-lock-constant-face)) + (sieve-test-commands (~ font-lock-keyword-face)) + (sieve-action-commands (~ font-lock-keyword-face)) (signel-contact-face (p f11)) (signel-notice (p dimm)) (signel-notification (p warning)) |