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

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

[nongnu] elpa/material-theme ce6762e 086/118: Add faces for rpm-spec-mod


From: ELPA Syncer
Subject: [nongnu] elpa/material-theme ce6762e 086/118: Add faces for rpm-spec-mode
Date: Thu, 21 Oct 2021 18:06:26 -0400 (EDT)

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

    Add faces for rpm-spec-mode
---
 material-light-theme.el | 17 ++++++++++++++---
 material-theme.el       | 15 +++++++++++++--
 2 files changed, 27 insertions(+), 5 deletions(-)

diff --git a/material-light-theme.el b/material-light-theme.el
index 1cadc17..658527e 100644
--- a/material-light-theme.el
+++ b/material-light-theme.el
@@ -454,7 +454,7 @@
    `(org-todo ((,class (:background ,"#ffcdd2" :bold t :foreground 
,"#c62828"))))
    `(org-upcoming-deadline ((,class (:foreground ,orange))))
    `(org-warning ((,class (:weight bold :foreground ,red))))
-   `(org-block-begin-line ((,class (:foreground ,"#4e342e" :background 
"#efebe9" 
+   `(org-block-begin-line ((,class (:foreground ,"#4e342e" :background 
"#efebe9"
                                                 :box (:style released-button)
                                                 ))))
    `(org-block-end-line ((,class (:foreground ,"#4e342e" :background "#efebe9"
@@ -604,7 +604,7 @@
    `(company-tooltip-common ((,class (:weight normal :inherit 
company-tooltip))))
    `(company-tooltip-common-selection ((,class (:weight normal :inherit 
company-tooltip-selection))))
    ;; `(company-tooltip-mouse ((,class ())))
-   ;; `(company-tooltip-search ((,class ()))) 
+   ;; `(company-tooltip-search ((,class ())))
    `(company-tooltip-selection ((,class (:weight bold :foreground ,foreground 
:background ,far-background))))
 
    ;; Powerline
@@ -806,7 +806,18 @@
    `(elfeed-log-warn-level-face ((,class (:foreground ,orange))))
    `(elfeed-search-date-face ((,class (:foreground ,purple))))
    `(elfeed-search-feed-face ((,class (:foreground ,yellow))))
-   `(elfeed-search-tag-face ((,class (:foreground ,green)))))
+   `(elfeed-search-tag-face ((,class (:foreground ,green))))
+
+   ;; rpm-spec-mode
+   `(rpm-spec-dir-face ((,class (:foreground ,green))))
+   `(rpm-spec-doc-face ((,class (:foreground ,green))))
+   `(rpm-spec-ghost-face ((,class (:foreground ,red))))
+   `(rpm-spec-macro-face ((,class (:foreground ,yellow))))
+   `(rpm-spec-obsolete-tag-face ((,class (:foreground ,red))))
+   `(rpm-spec-package-face ((,class (:foreground ,red))))
+   `(rpm-spec-section-face ((,class (:foreground ,yellow))))
+   `(rpm-spec-tag-face ((,class (:foreground ,blue))))
+   `(rpm-spec-var-face ((,class (:foreground ,red)))))
 
   (custom-theme-set-variables
    'material-light
diff --git a/material-theme.el b/material-theme.el
index 43c3c35..23dcb61 100644
--- a/material-theme.el
+++ b/material-theme.el
@@ -600,7 +600,7 @@
    ;; `(company-tooltip-mouse ((,class ())))
    ;; `(company-tooltip-search ((,class ())))
    `(company-tooltip-selection ((,class (:weight bold :foreground ,foreground 
:background ,current-line))))
-   
+
    ;; Powerline
    `(powerline-active1 ((t (:foreground ,foreground :background ,selection))))
    `(powerline-active2 ((t (:foreground ,foreground :background 
,inactive-gray))))
@@ -799,7 +799,18 @@
    `(elfeed-log-warn-level-face ((,class (:foreground ,orange))))
    `(elfeed-search-date-face ((,class (:foreground ,purple))))
    `(elfeed-search-feed-face ((,class (:foreground ,yellow))))
-   `(elfeed-search-tag-face ((,class (:foreground ,green)))))
+   `(elfeed-search-tag-face ((,class (:foreground ,green))))
+
+   ;; rpm-spec-mode
+   `(rpm-spec-dir-face ((,class (:foreground ,green))))
+   `(rpm-spec-doc-face ((,class (:foreground ,green))))
+   `(rpm-spec-ghost-face ((,class (:foreground ,red))))
+   `(rpm-spec-macro-face ((,class (:foreground ,yellow))))
+   `(rpm-spec-obsolete-tag-face ((,class (:foreground ,red))))
+   `(rpm-spec-package-face ((,class (:foreground ,red))))
+   `(rpm-spec-section-face ((,class (:foreground ,yellow))))
+   `(rpm-spec-tag-face ((,class (:foreground ,blue))))
+   `(rpm-spec-var-face ((,class (:foreground ,red)))))
 
   (custom-theme-set-variables
    'material



reply via email to

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