summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--zenburn-theme.el6
1 files changed, 6 insertions, 0 deletions
diff --git a/zenburn-theme.el b/zenburn-theme.el
index a54ac0d..eb9306b 100644
--- a/zenburn-theme.el
+++ b/zenburn-theme.el
@@ -183,6 +183,9 @@ Also bind `class' to ((class color) (min-colors 89))."
`(font-lock-warning-face ((t (:foreground ,zenburn-yellow-2 :weight bold))))
`(c-annotation-face ((t (:inherit font-lock-constant-face))))
+;;;;; man
+ '(Man-overstrike ((t (:inherit font-lock-keyword-face))))
+ '(Man-underline ((t (:inherit (font-lock-string-face underline)))))
;;;;; newsticker
`(newsticker-date-face ((t (:foreground ,zenburn-fg))))
`(newsticker-default-face ((t (:foreground ,zenburn-fg))))
@@ -201,6 +204,9 @@ Also bind `class' to ((class color) (min-colors 89))."
`(newsticker-treeview-obsolete-face ((t (:foreground ,zenburn-red))))
`(newsticker-treeview-old-face ((t (:foreground ,zenburn-bg+3))))
`(newsticker-treeview-selection-face ((t (:background ,zenburn-bg-1 :foreground ,zenburn-yellow))))
+;;;;; woman
+ '(woman-bold ((t (:inherit font-lock-keyword-face))))
+ '(woman-italic ((t (:inherit (font-lock-string-face italic)))))
;;;; Third-party
;;;;; ace-jump
`(ace-jump-face-background