solarized-emacs

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

commit b4ec56c64e823bb735c2c755f607df71c9ec3692
parent 5985bcc2dcb2ba3c9244c7e4b181184de5472808
Author: Thomas Frössman <thomasf@jossystem.se>
Date:   Fri, 13 Apr 2012 20:31:52 +0200

Org-mode colors.

Faces previously unaffected by this theme:

- Source block begin/end: fg:comment+talic

- Inside source block: fg:comment

- Ellipsis/folded: fg:comment

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

diff --git a/solarized-theme.el b/solarized-theme.el @@ -336,11 +336,14 @@ ((,class (:inherit org-agenda-date :slant italic underline: t))) t) `(org-agenda-done ((,class (:foreground ,green))) t) `(org-archived ((,class (:foreground ,solarized-fg :weight bold)))) + `(org-block ((,class (:foreground ,solarized-comments)))) + `(org-block-begin-line ((,class (:foreground ,solarized-comments :slant italic)))) `(org-checkbox ((,class (:background ,solarized-bg :foreground ,solarized-fg :box (:line-width 1 :style released-button))))) `(org-date ((,class (:foreground ,blue :underline t)))) `(org-deadline-announce ((,class (:foreground ,red)))) `(org-done ((,class (:bold t :weight bold :foreground ,green)))) + `(org-ellipsis ((,class (:foreground ,solarized-comments)))) `(org-formula ((,class (:foreground ,yellow)))) `(org-headline-done ((,class (:foreground ,green)))) `(org-hide ((,class (:foreground ,solarized-bg))))