diff --git a/.emacs.d/include/orgconfig.el b/.emacs.d/include/orgconfig.el index 5e6f152..765ec6e 100644 --- a/.emacs.d/include/orgconfig.el +++ b/.emacs.d/include/orgconfig.el @@ -112,12 +112,12 @@ '(org-level-4 ((t (:inherit nano-strong :extend nil :height 1.0)))) '(org-level-4 ((t (:inherit nano-strong :extend nil :height 1.0)))) '(org-link ((t (:inherit nano-salient :underline t)))) - '(org-block ((t :inherit fixed-pitch))) '(org-code ((t :inherit (nano-salient fixed-pitch)))) '(org-indent ((t :inherit (org-hide fixed-pitch)))) '(org-table ((t :inherit fixed-pitch))) - '(org-block-begin-line ((t :inherit (nano-faded fixed-pitch) :extend t))) - '(org-block-end-line ((t :inherit (nano-faded fixed-pitch) :extend t))) + '(org-block-begin-line ((t :inherit (nano-faded fixed-pitch) :extend t :underline nil))) + '(org-block-end-line ((t :inherit (nano-faded fixed-pitch) :extend t :overline nil))) + '(org-block ((t :inherit fixed-pitch :background "#f3f3f3" :extend t))) '(org-meta-line ((t :inherit (nano-faded fixed-pitch)))) '(org-drawer ((t :inherit (nano-faded fixed-pitch)))))