diff options
Diffstat (limited to 'themes/jao-themes.el')
-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)) |