diff options
author | jao <jao@gnu.org> | 2020-06-27 17:00:28 +0100 |
---|---|---|
committer | jao <jao@gnu.org> | 2020-06-27 17:00:28 +0100 |
commit | 833b4e5c61c803df32035e87524caad28f31a3f3 (patch) | |
tree | 113c2ba1d0883d7f0b67c031af17eb219bac112d /themes | |
parent | 80e5aba8e4f30d907966aa5a35e709000b37be12 (diff) | |
download | elibs-833b4e5c61c803df32035e87524caad28f31a3f3.tar.gz elibs-833b4e5c61c803df32035e87524caad28f31a3f3.tar.bz2 |
signel improvements
Diffstat (limited to 'themes')
-rw-r--r-- | themes/jao-themes.el | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/themes/jao-themes.el b/themes/jao-themes.el index c288ef6..595f027 100644 --- a/themes/jao-themes.el +++ b/themes/jao-themes.el @@ -811,10 +811,11 @@ (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)) + (signel-notice (p dimm)) + (signel-notification (p warning)) + (signel-prompt it) + (signel-timestamp (p dimm)) + (signel-user (p f00)) (slack-channel-button-face (~ link)) (slack-message-action-face (~ link)) (slack-message-mention-face (p f01)) |