aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Tom Willemsen2013-03-29 17:00:51 +0100
committerGravatar Tom Willemsen2013-03-29 17:00:51 +0100
commitb97f1e0c01437508ead09923f4a75d23a1fe1a36 (patch)
tree58e6d257ebea099c517a27c0cf21263208665aea
parent0224c2c62173da0b84f14813497880927d1e07f5 (diff)
downloadyoshi-theme-b97f1e0c01437508ead09923f4a75d23a1fe1a36.tar.gz
yoshi-theme-b97f1e0c01437508ead09923f4a75d23a1fe1a36.zip
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'.
-rw-r--r--yoshi-theme.el5
1 files changed, 4 insertions, 1 deletions
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))))