fix(emacs): change appearance of codeblocks in org-mode
Signed-off-by: Lucas Sta Maria <lucas@priime.dev>
This commit is contained in:
parent
a081f90e1e
commit
6bb6762a27
1 changed files with 3 additions and 3 deletions
|
@ -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)))))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue