summaryrefslogtreecommitdiff
path: root/zenburn-theme.el
diff options
context:
space:
mode:
authorBasil L. Contovounesios <contovob@tcd.ie>2016-12-09 05:24:32 +0000
committerBozhidar Batsov <bozhidar.batsov@gmail.com>2016-12-09 07:36:09 +0200
commit9516b3da38ebac0cb9fdbd24f7e4ed6608d7fd23 (patch)
tree181039cfbe14b1fcfc063b22752b14615c6e72fe /zenburn-theme.el
parent8715e379b00a788bfb6a1025e7ebc69e3aeca0d6 (diff)
Add `irfc-mode' support
Diffstat (limited to 'zenburn-theme.el')
-rw-r--r--zenburn-theme.el11
1 files changed, 11 insertions, 0 deletions
diff --git a/zenburn-theme.el b/zenburn-theme.el
index e20612c..6f071c3 100644
--- a/zenburn-theme.el
+++ b/zenburn-theme.el
@@ -143,6 +143,17 @@ Also bind `class' to ((class color) (min-colors 89))."
`(match ((t (:background ,zenburn-bg-1 :foreground ,zenburn-orange :weight bold))))
;;;;; info
`(Info-quoted ((t (:inherit font-lock-constant-face))))
+;;;;; irfc
+ `(irfc-head-name-face ((t (:foreground ,zenburn-red :weight bold))))
+ `(irfc-head-number-face ((t (:foreground ,zenburn-red :weight bold))))
+ `(irfc-reference-face ((t (:foreground ,zenburn-blue-1 :weight bold))))
+ `(irfc-requirement-keyword-face ((t (:inherit font-lock-keyword-face))))
+ `(irfc-rfc-link-face ((t (:inherit link))))
+ `(irfc-rfc-number-face ((t (:foreground ,zenburn-cyan :weight bold))))
+ `(irfc-std-number-face ((t (:foreground ,zenburn-green+4 :weight bold))))
+ `(irfc-table-item-face ((t (:foreground ,zenburn-green+3))))
+ `(irfc-title-face ((t (:foreground ,zenburn-yellow
+ :underline t :weight bold))))
;;;;; isearch
`(isearch ((t (:foreground ,zenburn-yellow-2 :weight bold :background ,zenburn-bg+2))))
`(isearch-fail ((t (:foreground ,zenburn-fg :background ,zenburn-red-4))))