summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--zenburn-theme.el22
1 files changed, 11 insertions, 11 deletions
diff --git a/zenburn-theme.el b/zenburn-theme.el
index 8b737ab..ea2ed37 100644
--- a/zenburn-theme.el
+++ b/zenburn-theme.el
@@ -143,17 +143,6 @@ 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))))
@@ -678,6 +667,17 @@ Also bind `class' to ((class color) (min-colors 89))."
`(hydra-face-blue ((t (:foreground ,zenburn-blue :background ,zenburn-bg))))
`(hydra-face-pink ((t (:foreground ,zenburn-magenta :background ,zenburn-bg))))
`(hydra-face-teal ((t (:foreground ,zenburn-cyan :background ,zenburn-bg))))
+;;;;; 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))))
;;;;; ivy
`(ivy-confirm-face ((t (:foreground ,zenburn-green :background ,zenburn-bg))))
`(ivy-match-required-face ((t (:foreground ,zenburn-red :background ,zenburn-bg))))