[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))))
- [elpa] externals/modus-vivendi-theme 55dad77 052/110: Make bold optional in WINUM and ESHELL prompt, (continued)
- [elpa] externals/modus-vivendi-theme 55dad77 052/110: Make bold optional in WINUM and ESHELL prompt, Stefan Monnier, 2020/04/29
- [elpa] externals/modus-vivendi-theme 54a2534 066/110: Adapt KEYCAST to new 3D modeline option, Stefan Monnier, 2020/04/29
- [elpa] externals/modus-vivendi-theme a395411 070/110: Review linter faces (FLYCHECK and FLYMAKE), Stefan Monnier, 2020/04/29
- [elpa] externals/modus-vivendi-theme 43f0136 082/110: Allow `org-quote' to use optional slanted text, Stefan Monnier, 2020/04/29
- [elpa] externals/modus-vivendi-theme 69203f2 091/110: Add support for EGLOT, Stefan Monnier, 2020/04/29
- [elpa] externals/modus-vivendi-theme 1f193c5 100/110: Internal: some indentation corrections, Stefan Monnier, 2020/04/29
- [elpa] externals/modus-vivendi-theme 24cea55 103/110: Always use a nuanced foreground for linted text, Stefan Monnier, 2020/04/29
- [elpa] externals/modus-vivendi-theme 22c0707 108/110: Internal: refine Modus Operandi red-alt{, -other}, Stefan Monnier, 2020/04/29
- [elpa] externals/modus-vivendi-theme e03e9f2 095/110: Add {major, minor}-tick for DISPLAY-LINE-NUMBERS, Stefan Monnier, 2020/04/29
- [elpa] externals/modus-vivendi-theme 16093af 096/110: Revert commit e03e9f2, Stefan Monnier, 2020/04/29
- [elpa] externals/modus-vivendi-theme 77d5f91 097/110: Add support for DEBBUGS,
Stefan Monnier <=
- [elpa] externals/modus-vivendi-theme 4c18005 102/110: Refine background colour values for fringes, Stefan Monnier, 2020/04/29
- [elpa] externals/modus-vivendi-theme 6af76ba 104/110: Internal: inconsequential whitespace adjustments, Stefan Monnier, 2020/04/29
- [elpa] externals/modus-vivendi-theme 117ab3b 110/110: Merge 'master' into elpa/modus-vivendi-theme, Stefan Monnier, 2020/04/29