solarized-emacs

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

commit 5f977e73ca5a5fe1d855411996d81cdf13715be8
parent 5196abecd41b56a6095f2dcb7d2dbdd4c569fad5
Author: Thomas Frössman <thomasf@jossystem.se>
Date:   Wed,  3 Jul 2013 11:31:38 +0200

add ee faces

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

diff --git a/solarized.el b/solarized.el @@ -188,6 +188,16 @@ `(dropdown-list-face ((,class (:background ,solarized-hl :foreground ,cyan)))) `(dropdown-list-selection-face ((,class (:background ,cyan-lc :foreground ,cyan-hc)))) + ;; ee + `(ee-bookmarked ((,class (:foreground ,solarized-emph)))) + `(ee-category ((,class (:foreground ,blue)))) + `(ee-link ((,class (:inherit link)))) + `(ee-link-visited ((,class (:inherit link-visited)))) + `(ee-marked ((,class (:foreground ,magenta :weight bold)))) + `(ee-omitted ((,class (:foreground ,solarized-comments)))) + `(ee-shadow ((,class (:inherit shadow)))) + + ;; grep `(grep-context-face ((,class (:foreground ,solarized-fg)))) `(grep-error-face ((,class (:foreground ,red :weight bold :underline t))))