commit 405b382c708003c53525bcb60f0bffa7e8b4ad69
parent d426bcba6a47341edf9fbf3875ea0e5da9e34ee2
Author: Thomas Frössman <thomasf@jossystem.se>
Date: Sun, 15 Apr 2012 17:46:55 +0200
Merge branch 'org-color-3' into org-color-4
Diffstat:
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))))