branch: externals/aircon-theme commit 7c2396c53373baf85bdabc1ba2ee307573746620 Author: Gregory Chamberlain <g...@cosine.blue> Commit: Gregory Chamberlain <g...@cosine.blue>
Style elisp-shorthand-font-lock-face --- aircon-theme.el | 3 +++ 1 file changed, 3 insertions(+) diff --git a/aircon-theme.el b/aircon-theme.el index ca5b31e191..67285e4cb9 100644 --- a/aircon-theme.el +++ b/aircon-theme.el @@ -251,6 +251,9 @@ `(ansi-color-red ((t (:foreground ,aircon-brick)))) `(ansi-color-yellow ((t (:foreground ,aircon-marigold)))) + '(elisp-shorthand-font-lock-face + ((t (:inherit (font-lock-variable-name-face italic))))) + '(erc-pal-face ((t (:inherit aircon-hibiscus :weight bold)))) '(erc-button ((t (:inherit button)))) '(erc-keyword-face ((t (:inherit aircon-sapphire))))