1
0
Fork 0

fix(emacs): change appearance of codeblocks in org-mode

Signed-off-by: Lucas Sta Maria <lucas@priime.dev>
This commit is contained in:
Lucas Sta Maria 2024-02-05 17:02:43 -05:00
parent a081f90e1e
commit 6bb6762a27
No known key found for this signature in database
GPG key ID: F07FB16A826E3B47

View file

@ -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)))))