solarized-emacs

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

commit 390c3d4c7b79ecfee13c1db34a4c6f44b48cbaed
parent fd116f4c556ffa9b768b6dc35de15356ce021cdf
Author: Thomas Frössman <thomasf@jossystem.se>
Date:   Sun, 15 Apr 2012 17:46:21 +0200

Added org-code face

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

diff --git a/solarized-theme.el b/solarized-theme.el @@ -340,6 +340,7 @@ `(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-code ((,class (:foreground ,solarized-comments)))) `(org-date ((,class (:foreground ,blue :underline t)))) `(org-done ((,class (:bold t :weight bold :foreground ,green)))) `(org-ellipsis ((,class (:foreground ,solarized-comments))))