solarized-emacs

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

commit ef11b0187547434a3ded91fb0a324c7d7f986ca0
parent 511de13d849da9de32a145573a1ddf15b2c00e5c
Author: Thomas Frössman <thomasf@jossystem.se>
Date:   Mon, 26 Aug 2013 18:05:43 +0200

height and variable-pitch on some customize faces

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

diff --git a/solarized.el b/solarized.el @@ -448,9 +448,13 @@ customize the resulting theme." `(coffee-mode-function-param ((,class (:foreground ,violet :slant italic)))) ;; custom - `(custom-variable-tag ((,class (:foreground ,cyan)))) + `(custom-face-tag ((,class (:inherit variable-pitch :height 1.2 + :foreground ,violet :weight bold)))) + `(custom-variable-tag ((,class (:inherit variable-pitch + :foreground ,cyan :height 1.2)))) `(custom-comment-tag ((,class (:foreground ,solarized-comments)))) - `(custom-group-tag ((,class (:foreground ,blue)))) + `(custom-group-tag ((,class (:inherit variable-pitch :foreground ,blue :height 1.2)))) + `(custom-group-tag-1 ((,class (:inherit variable-pitch :foreground ,red :height 1.2)))) `(custom-state ((,class (:foreground ,green)))) ;; diff