diff options
author | jao <jao@gnu.org> | 2020-03-04 22:59:26 +0000 |
---|---|---|
committer | jao <jao@gnu.org> | 2020-03-04 22:59:26 +0000 |
commit | 1385e63e99ae46a32aeb1bb15895ee634dd5f7ec (patch) | |
tree | fe633ecf0e020f3bc7714d5f7f3c7e688b112c14 /themes | |
parent | 6c8ca409eaaaa5f838368c62f34fc88f16cbf32b (diff) | |
download | elibs-1385e63e99ae46a32aeb1bb15895ee634dd5f7ec.tar.gz elibs-1385e63e99ae46a32aeb1bb15895ee634dd5f7ec.tar.bz2 |
signel faces
Diffstat (limited to 'themes')
-rw-r--r-- | themes/jao-themes.el | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/themes/jao-themes.el b/themes/jao-themes.el index 53b63b0..d02b600 100644 --- a/themes/jao-themes.el +++ b/themes/jao-themes.el @@ -807,7 +807,13 @@ (sh-quoted-exec (p f00)) (show-paren-match (p hilite)) (show-paren-mismatch (p error)) + (signel-contact-face (p f11)) + (signel-notice-face (p dimm)) + (signel-notification-face (p warning)) + (signel-prompt-face bf) + (signel-timestamp-face (p dimm)) (slack-channel-button-face (~ link)) + (slack-message-action-face (~ link)) (slack-message-mention-face (p f01)) (slack-message-mention-keyword-face (p f01)) (slack-message-mention-me-face (p error)) |