summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavor Rotim <rotim.davor@gmail.com>2017-02-20 01:11:09 +0100
committerBozhidar Batsov <bozhidar.batsov@gmail.com>2017-02-20 08:11:09 +0800
commit310c270d164fdb740c6af41120d5841a54c895b4 (patch)
treed478232c22837d95ceb29d9694807fbcfa329610
parent554778b48ffa35b0ebfbed31a6dc249afa16ba24 (diff)
Add debbugs faces (#268)
-rw-r--r--zenburn-theme.el7
1 files changed, 7 insertions, 0 deletions
diff --git a/zenburn-theme.el b/zenburn-theme.el
index 483acf3..d7856b4 100644
--- a/zenburn-theme.el
+++ b/zenburn-theme.el
@@ -340,6 +340,13 @@ Also bind `class' to ((class color) (min-colors 89))."
`(ctbl:face-cell-select ((t (:background ,zenburn-blue :foreground ,zenburn-bg))))
`(ctbl:face-continue-bar ((t (:background ,zenburn-bg-05 :foreground ,zenburn-bg))))
`(ctbl:face-row-select ((t (:background ,zenburn-cyan :foreground ,zenburn-bg))))
+;;;;; debbugs
+ `(debbugs-gnu-done ((t (:foreground ,zenburn-fg-1))))
+ `(debbugs-gnu-handled ((t (:foreground ,zenburn-green))))
+ `(debbugs-gnu-new ((t (:foreground ,zenburn-red))))
+ `(debbugs-gnu-pending ((t (:foreground ,zenburn-blue))))
+ `(debbugs-gnu-stale ((t (:foreground ,zenburn-orange))))
+ `(debbugs-gnu-tagged ((t (:foreground ,zenburn-red))))
;;;;; diff
`(diff-added ((t (:background "#335533" :foreground ,zenburn-green))))
`(diff-changed ((t (:background "#555511" :foreground ,zenburn-yellow-1))))