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

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

[elpa] externals/modus-vivendi-theme 77d5f91 097/110: Add support for DE


From: Stefan Monnier
Subject: [elpa] externals/modus-vivendi-theme 77d5f91 097/110: Add support for DEBBUGS
Date: Wed, 29 Apr 2020 21:40:15 -0400 (EDT)

branch: externals/modus-vivendi-theme
commit 77d5f915f54d058f60f24966ee3527b9c8eefb7a
Author: Protesilaos Stavrou <address@hidden>
Commit: Protesilaos Stavrou <address@hidden>

    Add support for DEBBUGS
    
    This addresses issue 38:
    https://gitlab.com/protesilaos/modus-themes/-/issues/38
---
 README.org              |  1 +
 modus-operandi-theme.el | 14 ++++++++++++++
 modus-vivendi-theme.el  | 14 ++++++++++++++
 3 files changed, 29 insertions(+)

diff --git a/README.org b/README.org
index 53dc200..750c61c 100644
--- a/README.org
+++ b/README.org
@@ -413,6 +413,7 @@ the "full support" may not be 100% true…
 + dap-mode
 + dashboard (emacs-dashboard)
 + deadgrep
++ debbugs
 + define-word
 + deft
 + diff-hl
diff --git a/modus-operandi-theme.el b/modus-operandi-theme.el
index 6fc73f6..bca984e 100644
--- a/modus-operandi-theme.el
+++ b/modus-operandi-theme.el
@@ -99,6 +99,7 @@
 ;;     dap-mode
 ;;     dashboard (emacs-dashboard)
 ;;     deadgrep
+;;     debbugs
 ;;     define-word
 ;;     deft
 ;;     diff-hl
@@ -1147,6 +1148,19 @@ AMOUNT is a customisation option."
    `(deadgrep-meta-face ((,class (:foreground ,fg-alt))))
    `(deadgrep-regexp-metachar-face ((,class (:foreground ,yellow-intense 
:weight bold))))
    `(deadgrep-search-term-face ((,class (:foreground ,green-intense :weight 
bold))))
+   ;;;; debbugs
+   `(debbugs-gnu-archived ((,class (:inverse-video t))))
+   `(debbugs-gnu-done ((,class (:foreground ,fg-alt))))
+   `(debbugs-gnu-forwarded ((,class (:foreground ,fg-special-warm))))
+   `(debbugs-gnu-handled ((,class (:foreground ,green))))
+   `(debbugs-gnu-new ((,class (:foreground ,red))))
+   `(debbugs-gnu-pending ((,class (:foreground ,cyan))))
+   `(debbugs-gnu-stale-1 ((,class (:foreground ,yellow-nuanced))))
+   `(debbugs-gnu-stale-2 ((,class (:foreground ,yellow))))
+   `(debbugs-gnu-stale-3 ((,class (:foreground ,yellow-alt))))
+   `(debbugs-gnu-stale-4 ((,class (:foreground ,yellow-alt-other))))
+   `(debbugs-gnu-stale-5 ((,class (:foreground ,red-alt))))
+   `(debbugs-gnu-tagged ((,class (:foreground ,magenta-alt))))
    ;;;; define-word
    `(define-word-face-1 ((,class (:foreground ,yellow))))
    `(define-word-face-2 ((,class (:foreground ,fg-main))))
diff --git a/modus-vivendi-theme.el b/modus-vivendi-theme.el
index bbfba66..609581e 100644
--- a/modus-vivendi-theme.el
+++ b/modus-vivendi-theme.el
@@ -99,6 +99,7 @@
 ;;     dap-mode
 ;;     dashboard (emacs-dashboard)
 ;;     deadgrep
+;;     debbugs
 ;;     define-word
 ;;     deft
 ;;     diff-hl
@@ -1147,6 +1148,19 @@ AMOUNT is a customisation option."
    `(deadgrep-meta-face ((,class (:foreground ,fg-alt))))
    `(deadgrep-regexp-metachar-face ((,class (:foreground ,yellow-intense 
:weight bold))))
    `(deadgrep-search-term-face ((,class (:foreground ,green-intense :weight 
bold))))
+   ;;;; debbugs
+   `(debbugs-gnu-archived ((,class (:inverse-video t))))
+   `(debbugs-gnu-done ((,class (:foreground ,fg-alt))))
+   `(debbugs-gnu-forwarded ((,class (:foreground ,fg-special-warm))))
+   `(debbugs-gnu-handled ((,class (:foreground ,green))))
+   `(debbugs-gnu-new ((,class (:foreground ,red))))
+   `(debbugs-gnu-pending ((,class (:foreground ,cyan))))
+   `(debbugs-gnu-stale-1 ((,class (:foreground ,yellow-nuanced))))
+   `(debbugs-gnu-stale-2 ((,class (:foreground ,yellow))))
+   `(debbugs-gnu-stale-3 ((,class (:foreground ,yellow-alt))))
+   `(debbugs-gnu-stale-4 ((,class (:foreground ,yellow-alt-other))))
+   `(debbugs-gnu-stale-5 ((,class (:foreground ,red-alt))))
+   `(debbugs-gnu-tagged ((,class (:foreground ,magenta-alt))))
    ;;;; define-word
    `(define-word-face-1 ((,class (:foreground ,yellow))))
    `(define-word-face-2 ((,class (:foreground ,fg-main))))



reply via email to

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