branch: elpa/moe-theme
commit 01274c8538f6e95ce8b82e0db672746cbeab6b23
Merge: c27112439d 8ee477c0ab
Author: ono hiroko <[email protected]>
Commit: GitHub <[email protected]>
Merge pull request #80 from fszymanski/master
Add faces for rpm-spec-mode
---
moe-dark-theme.el | 13 ++++++++++++-
moe-light-theme.el | 13 ++++++++++++-
2 files changed, 24 insertions(+), 2 deletions(-)
diff --git a/moe-dark-theme.el b/moe-dark-theme.el
index f1103075fc..e49f9098f5 100644
--- a/moe-dark-theme.el
+++ b/moe-dark-theme.el
@@ -929,7 +929,18 @@ Moe, moe, kyun!")
;; Hydra
`(hydra-face-red ((,class (:foreground ,red-0))))
`(hydra-face-blue ((,class (:foreground ,blue-1))))
- `(hydra-face-amaranth ((,class (:foreground ,magenta-2)))))
+ `(hydra-face-amaranth ((,class (:foreground ,magenta-2))))
+
+ ;; rpm-spec-mode
+ `(rpm-spec-tag-face ((,class (:foreground ,blue-1))))
+ `(rpm-spec-obsolete-tag-face ((,class (:foreground ,white-0 :bold t
:background ,red-2))))
+ `(rpm-spec-macro-face ((,class (:foreground ,yellow-2))))
+ `(rpm-spec-var-face ((,class (:foreground ,purple-1))))
+ `(rpm-spec-doc-face ((,class (:foreground ,magenta-2))))
+ `(rpm-spec-dir-face ((,class (:foreground ,green-2))))
+ `(rpm-spec-package-face ((,class (:foreground ,red-0))))
+ `(rpm-spec-ghost-face ((,class (:foreground ,red-0))))
+ `(rpm-spec-section-face ((,class (:foreground ,yellow-2)))))
(custom-theme-set-variables
'moe-dark
diff --git a/moe-light-theme.el b/moe-light-theme.el
index e36e7bca16..0b4ece714b 100644
--- a/moe-light-theme.el
+++ b/moe-light-theme.el
@@ -934,7 +934,18 @@ Moe, moe, kyun!")
;; Hydra
`(hydra-face-red ((,class (:foreground ,red-2))))
`(hydra-face-blue ((,class (:foreground ,blue-2))))
- `(hydra-face-amaranth ((,class (:foreground ,magenta-2)))))
+ `(hydra-face-amaranth ((,class (:foreground ,magenta-2))))
+
+ ;; rpm-spec-mode
+ `(rpm-spec-tag-face ((,class (:foreground ,blue-2))))
+ `(rpm-spec-obsolete-tag-face ((,class (:foreground ,white-0 :bold t
:background ,red-2))))
+ `(rpm-spec-macro-face ((,class (:foreground ,red-1))))
+ `(rpm-spec-var-face ((,class (:foreground ,purple-2))))
+ `(rpm-spec-doc-face ((,class (:foreground ,magenta-3))))
+ `(rpm-spec-dir-face ((,class (:foreground ,green-3))))
+ `(rpm-spec-package-face ((,class (:foreground ,red-2))))
+ `(rpm-spec-ghost-face ((,class (:foreground ,red-2))))
+ `(rpm-spec-section-face ((,class (:foreground ,red-1)))))
(custom-theme-set-variables
'moe-light