branch: elpa/alect-themes
commit 6fd786c0ccd5a07e8968942d0a868753503ab4c4
Author: Alex Kost <[email protected]>
Commit: Alex Kost <[email protected]>
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)))