emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/moe-theme 8ee477c0ab 298/352: Add faces for rpm-spec-mode


From: ELPA Syncer
Subject: [nongnu] elpa/moe-theme 8ee477c0ab 298/352: Add faces for rpm-spec-mode
Date: Fri, 7 Jan 2022 03:59:59 -0500 (EST)

branch: elpa/moe-theme
commit 8ee477c0ab8ccfed690145c3aeb3810c66e0c17e
Author: Filip Szymański <fszymanski@onet.pl>
Commit: Filip Szymański <fszymanski@onet.pl>

    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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]