solarized-emacs

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

commit 6a2312d13e00f7ec0fffdfb31e8c1d3b356fa491
parent 4d7f970540547f5ddedda8ae8377c8bd6fa5f08f
Author: Thomas Frössman <thomasf@jossystem.se>
Date:   Thu, 19 Apr 2012 15:38:56 +0200

Added customize faces

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

diff --git a/solarized-theme.el b/solarized-theme.el @@ -196,6 +196,12 @@ `(ace-jump-face-foreground ((,class (:foreground ,red :background ,solarized-bg :inverse-video nil)))) + ;; custom + `(custom-variable-tag ((,class (:foreground ,cyan)))) + `(custom-comment-tag ((,class (:foreground ,solarized-comments)))) + `(custom-group-tag ((,class (:foreground ,blue)))) + `(custom-state ((,class (:foreground ,green)))) + ;; diff `(diff-added ((,class (:foreground ,green)))) `(diff-changed ((,class (:foreground ,yellow))))