solarized-emacs

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

commit f6160e5de9c270d891b14f050ffd9761ec2cf2ee
parent af8ed1b6fc06f25b5cab29714d0742d41c170225
Author: Thomas Frössman <thomasf@jossystem.se>
Date:   Thu, 31 May 2018 07:25:31 +0200

Change org-block config

Diffstat:
Msolarized.el | 4+++-
1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/solarized.el b/solarized.el @@ -1677,7 +1677,9 @@ customize the resulting theme." :foreground ,blue :background ,base03)))) `(org-agenda-done ((,class (:foreground ,base01 :slant italic)))) `(org-archived ((,class (:foreground ,base01 :weight normal)))) - `(org-block ((,class (:foreground ,base01)))) + `(org-block ((,class nil))) + `(org-block-begin-line ((,class (:inherit org-meta-line :underline t)))) + `(org-block-end-line ((,class (:inherit org-meta-line :overline t)))) `(org-checkbox ((,class (:background ,base03 :foreground ,base0 :box (:line-width 1 :style released-button))))) `(org-code ((,class (:foreground ,base01))))