summaryrefslogtreecommitdiff
path: root/zenburn-theme.el
diff options
context:
space:
mode:
authorBasil L. Contovounesios <contovob@tcd.ie>2017-04-28 02:19:32 +0100
committerBozhidar Batsov <bozhidar.batsov@gmail.com>2017-04-28 07:40:57 +0300
commit2494d3d92251ec6d2d70eb0dfadb95f020e1abf5 (patch)
tree3a978c0b2e516d0e32a110898a561a82a41b598f /zenburn-theme.el
parentf031c785b469cf4356fddb997eccf60399e34235 (diff)
Add man and woman support
Diffstat (limited to 'zenburn-theme.el')
-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