solarized-emacs

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

commit 517fd96299fffc8ea67330280b76e9f66abb0c86
parent 9225019ab0ae6232043db63e8ddd19d695e43fb4
Author: Thomas Frössman <thomasf@jossystem.se>
Date:   Mon, 26 Aug 2013 16:41:34 +0200

Org-levels inherits variable pitch and are sized.

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

diff --git a/solarized.el b/solarized.el @@ -931,14 +931,22 @@ customize the resulting theme." `(org-formula ((,class (:foreground ,yellow)))) `(org-headline-done ((,class (:foreground ,green)))) `(org-hide ((,class (:foreground ,solarized-bg)))) - `(org-level-1 ((,class (:foreground ,orange)))) - `(org-level-2 ((,class (:foreground ,green)))) - `(org-level-3 ((,class (:foreground ,blue)))) - `(org-level-4 ((,class (:foreground ,yellow)))) - `(org-level-5 ((,class (:foreground ,cyan)))) - `(org-level-6 ((,class (:foreground ,green)))) - `(org-level-7 ((,class (:foreground ,red)))) - `(org-level-8 ((,class (:foreground ,blue)))) + `(org-level-1 ((,class (:inherit variable-pitch :height 1.55 :weight bold + :foreground ,orange)))) + `(org-level-2 ((,class (:inherit variable-pitch :height 1.4 :weight bold + :foreground ,green)))) + `(org-level-3 ((,class (:inherit variable-pitch :height 1.35 :weight bold + :foreground ,blue)))) + `(org-level-4 ((,class (:inherit variable-pitch :height 1.3 :weight bold + :foreground ,yellow)))) + `(org-level-5 ((,class (:inherit variable-pitch :height 1.25 :weight bold + :foreground ,cyan)))) + `(org-level-6 ((,class (:inherit variable-pitch :height 1.2 :weight bold + :foreground ,green)))) + `(org-level-7 ((,class (:inherit variable-pitch :height 1.2 :weight bold + :foreground ,red)))) + `(org-level-8 ((,class (:inherit variable-pitch :height 1.2 :weight bold + :foreground ,blue)))) `(org-link ((,class (:foreground ,yellow :underline t)))) `(org-sexp-date ((,class (:foreground ,violet)))) `(org-scheduled ((,class (:foreground ,green))))