solarized-emacs

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

commit 7e3e4d4ac3b7406da0793ab0fcc04c3dcf7456c0
parent 93c2c2d4e3ba6f76e5a05d77e4da9b50e7eb8aa7
Author: Thomas Frössman <thomasf@jossystem.se>
Date:   Tue, 23 Sep 2014 13:56:13 +0200

Add facedefs for todotxt

Diffstat:
Msolarized.el | 7++++++-
1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/solarized.el b/solarized.el @@ -1715,7 +1715,12 @@ customize the resulting theme." :background ,cyan)))) `(term-color-white ((t (:foreground ,base2 :background ,base2)))) - + + ;; todotxt + `(todotxt-priority-a-face ((,class (:foreground ,orange)))) + `(todotxt-priority-b-face ((,class (:foreground ,yellow)))) + `(todotxt-priority-c-face ((,class (:foreground ,violet)))) + ;; tooltip. (NOTE: This setting has no effect on the os widgets for me ;; zencoding uses this) `(tooltip ((,class (:background ,yellow-lc :foreground ,yellow-hc