solarized-emacs

a fork of Bozhidar Batsov's solarized-emacs
git clone https://git.trogloxene.org/solarized-emacs.git
Log | Files | Refs | README

commit db069840241ff941f655627e45a17ab2625f7dfd
parent 684e01c6531ce04686421ae99d47673c6f6da5eb
Author: Thomas Frössman <thomasf@jossystem.se>
Date:   Fri,  8 Apr 2016 20:43:51 +0200

Add debbugs faces

Diffstat:
Msolarized.el | 9+++++++++
1 file changed, 9 insertions(+), 0 deletions(-)

diff --git a/solarized.el b/solarized.el @@ -328,6 +328,15 @@ customize the resulting theme." :background ,magenta :foreground ,base03)))) `(cua-rectangle-noselect ((,class (:inherit region :background ,base02 :foreground ,base01)))) +;;;;; debbugs + `(debbugs-gnu-archived ((,class (:inverse-video t)))) + `(debbugs-gnu-done ((,class (:foreground ,base01)))) + `(debbugs-gnu-handled ((,class (:foreground ,green)))) + `(debbugs-gnu-new ((,class (:foreground ,blue)))) + `(debbugs-gnu-pending ((,class (:foreground ,cyan)))) + `(debbugs-gnu-stale ((,class (:foreground ,yellow)))) + `(debbugs-gnu-tagged ((,class (:foreground ,base1 :weight bold)))) + ;;;;; diary `(diary ((,class (:foreground ,yellow)))) ;;;;; dired