summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorqwerbzuio <benjamin.motz@mailbox.org>2018-09-25 11:16:11 +0200
committerBozhidar Batsov <bozhidar.batsov@gmail.com>2018-09-25 13:16:11 +0400
commit3efa16ac9cbe6c1da40da5e9d340965451c8b60a (patch)
tree7d7b06d4014cac397bd5091e87b2cd4d3b1b3235
parent7f467891dc8299d598208031f2e31eba286c2096 (diff)
Add faces for org-ref (#312)
-rw-r--r--zenburn-theme.el6
1 files changed, 6 insertions, 0 deletions
diff --git a/zenburn-theme.el b/zenburn-theme.el
index fffed7e..f05ffa8 100644
--- a/zenburn-theme.el
+++ b/zenburn-theme.el
@@ -1140,6 +1140,12 @@ Also bind `class' to ((class color) (min-colors 89))."
`(org-habit-ready-future-face ((t :background ,zenburn-green-2)))
`(org-habit-alert-future-face ((t :background ,zenburn-yellow-2 :foreground ,zenburn-bg)))
`(org-habit-overdue-future-face ((t :background ,zenburn-red-4)))
+;;;;; org-ref
+ `(org-ref-ref-face ((t :underline t)))
+ `(org-ref-label-face ((t :underline t)))
+ `(org-ref-cite-face ((t :underline t)))
+ `(org-ref-glossary-face ((t :underline t)))
+ `(org-ref-acronym-face ((t :underline t)))
;;;;; outline
`(outline-1 ((t (:foreground ,zenburn-orange))))
`(outline-2 ((t (:foreground ,zenburn-green+4))))