branch: elpa/dracula-theme
commit a362eddac57062600ce1b0b7f7749bc35f08e744
Merge: af1febe 727f36c
Author: Garrett T <[email protected]>
Commit: GitHub <[email protected]>
Merge pull request #11 from fszymanski/master
Add faces for rpm-spec-mode
---
dracula-theme.el | 11 ++++++++++-
1 file changed, 10 insertions(+), 1 deletion(-)
diff --git a/dracula-theme.el b/dracula-theme.el
index 108b806..98d8f0f 100644
--- a/dracula-theme.el
+++ b/dracula-theme.el
@@ -288,7 +288,16 @@
`(powerline-evil-operator-face ((,class (:inherit powerline-evil-base-face
:background ,rainbow-4))))
`(powerline-evil-replace-face ((,class (:inherit powerline-evil-base-face
:background "#ff5555"))))
`(powerline-evil-motion-face ((,class (:inherit powerline-evil-base-face
:background ,rainbow-3))))
- `(powerline-evil-emacs-face ((,class (:inherit powerline-evil-base-face
:background ,rainbow-7))))))
+ `(powerline-evil-emacs-face ((,class (:inherit powerline-evil-base-face
:background ,rainbow-7))))
+ `(rpm-spec-tag-face ((,class (:foreground ,rainbow-2))))
+ `(rpm-spec-obsolete-tag-face ((,class (:inherit font-lock-warning-face))))
+ `(rpm-spec-macro-face ((,class (:foreground ,rainbow-7))))
+ `(rpm-spec-var-face ((,class (:foreground "#a0522d"))))
+ `(rpm-spec-doc-face ((,class (:foreground ,rainbow-4))))
+ `(rpm-spec-dir-face ((,class (:foreground ,rainbow-6))))
+ `(rpm-spec-package-face ((,class (:foreground ,rainbow-3))))
+ `(rpm-spec-ghost-face ((,class (:foreground ,rainbow-3))))
+ `(rpm-spec-section-face ((,class (:foreground ,rainbow-7))))))