org: fontify org-blocks
This commit is contained in:
parent
de509ab31e
commit
b580623530
2 changed files with 109 additions and 1 deletions
|
@ -308,8 +308,9 @@
|
|||
`(org-document-info ((,c (:foreground ,orange))))
|
||||
`(org-document-info-keyword ((,c (:foreground ,grey-1))))
|
||||
`(org-meta-line ((,c (:foreground ,vsubtle))))
|
||||
`(org-block-begin-line ((,c (:foreground ,vsubtle))))
|
||||
`(org-block-begin-line ((,c (:background ,current-line :foreground ,vsubtle))))
|
||||
`(org-block-end-line ((,c (:inherit org-block-begin-line))))
|
||||
`(org-block-background ((,c (:background ,current-line))))
|
||||
`(org-archived ((,c (:foreground ,grey-.5))))
|
||||
|
||||
`(org-document-title ((,c (:foreground ,cyan))))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue