Change org-block config

This commit is contained in:
Thomas Frössman 2018-05-31 07:25:31 +02:00
parent af8ed1b6fc
commit f6160e5de9

View file

@ -1677,7 +1677,9 @@ customize the resulting theme."
:foreground ,blue :background ,base03)))) :foreground ,blue :background ,base03))))
`(org-agenda-done ((,class (:foreground ,base01 :slant italic)))) `(org-agenda-done ((,class (:foreground ,base01 :slant italic))))
`(org-archived ((,class (:foreground ,base01 :weight normal)))) `(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 `(org-checkbox ((,class (:background ,base03 :foreground ,base0
:box (:line-width 1 :style released-button))))) :box (:line-width 1 :style released-button)))))
`(org-code ((,class (:foreground ,base01)))) `(org-code ((,class (:foreground ,base01))))