diff options
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)) |