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

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

[nongnu] elpa/alect-themes 6fd786c 203/269: Add debbugs faces


From: ELPA Syncer
Subject: [nongnu] elpa/alect-themes 6fd786c 203/269: Add debbugs faces
Date: Thu, 21 Oct 2021 17:59:19 -0400 (EDT)

branch: elpa/alect-themes
commit 6fd786c0ccd5a07e8968942d0a868753503ab4c4
Author: Alex Kost <alezost@gmail.com>
Commit: Alex Kost <alezost@gmail.com>

    Add debbugs faces
---
 README.md       | 1 +
 alect-themes.el | 9 +++++++++
 2 files changed, 10 insertions(+)

diff --git a/README.md b/README.md
index e4e1117..2e60fb1 100644
--- a/README.md
+++ b/README.md
@@ -66,6 +66,7 @@ supported (themed):
   [utop](https://github.com/diml/utop)
 - [company](http://company-mode.github.io/)
 - [cperl](https://github.com/jrockway/cperl-mode)
+- [debbugs](http://elpa.gnu.org/packages/debbugs.html)
 - [dictem](https:/github.com/cheusov/dictem)
 - [EMMS](https://www.gnu.org/software/emms/)
 - [Geiser](https:/github.com/jaor/geiser)
diff --git a/alect-themes.el b/alect-themes.el
index 4678f9f..39ba07d 100644
--- a/alect-themes.el
+++ b/alect-themes.el
@@ -625,6 +625,15 @@ For INVERT, see `alect-get-color'."
          (custom-variable-button         ((,c :weight bold :underline t)))
          (custom-visibility              ((,c :inherit link :height 0.8)))
 
+         ;; debbugs
+         (debbugs-gnu-done     ((,c :foreground ,(gc 'fg-1))))
+         (debbugs-gnu-handled  ((,c :inherit gnus-summary-normal-read)))
+         (debbugs-gnu-new      ((,c :inherit gnus-summary-normal-unread)))
+         (debbugs-gnu-archived ((,c :foreground ,(gc 'fg-2))))
+         (debbugs-gnu-stale    ((,c :foreground ,(gc 'yellow))))
+         (debbugs-gnu-pending  ((,c :foreground ,(gc 'blue))))
+         (debbugs-gnu-tagged   ((,c :foreground ,(gc 'red))))
+
          ;; dictem
          (dictem-reference-definition-face ((,c :inherit link :underline nil)))
          (dictem-database-description-face ((,c :inherit alect-title)))



reply via email to

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