From b97f1e0c01437508ead09923f4a75d23a1fe1a36 Mon Sep 17 00:00:00 2001 From: Tom Willemsen Date: Fri, 29 Mar 2013 17:00:51 +0100 Subject: Update font-lock faces Change the `font-lock-warning-face' to be less intrusive and add `font-lock-negation-char-face', `font-lock-regexp-grouping-backslash' and `font-lock-regexp-grouping-construct'. --- yoshi-theme.el | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'yoshi-theme.el') diff --git a/yoshi-theme.el b/yoshi-theme.el index a45c3d4..44e6cfc 100644 --- a/yoshi-theme.el +++ b/yoshi-theme.el @@ -66,10 +66,13 @@ `(font-lock-doc-face ((t (:foreground ,lgreen :inherit unspecified)))) `(font-lock-function-name-face ((t (:foreground ,lpurple)))) `(font-lock-keyword-face ((t (:foreground ,lyellow)))) + `(font-lock-negation-char-face ((t (:foreground ,lred)))) + `(font-lock-regexp-grouping-backslash ((t (:foreground ,lred)))) + `(font-lock-regexp-grouping-construct ((t (:foreground ,lpink)))) `(font-lock-string-face ((t (:foreground ,lturquoise)))) `(font-lock-type-face ((t (:foreground ,lorange)))) `(font-lock-variable-name-face ((t (:foreground ,lblue)))) - `(font-lock-warning-face ((t (:foreground ,lorange :weight bold :inherit unspecified)))) + `(font-lock-warning-face ((t (:underline (:color ,lorange) :inherit unspecified)))) `(gnus-button ((t (:foreground ,lorange :underline t)))) `(gnus-group-mail-3 ((t (:inherit gnus-group-mail-3-empty :weight bold)))) `(gnus-group-mail-3-empty ((t (:foreground ,lcyan)))) -- cgit v1.2.3-54-g00ecf