branch: elpa/material-theme
commit eb5ea53dbf4a12f79a996019695aa2d51e863229
Author: Christoph Paulik <[email protected]>
Commit: Christoph Paulik <[email protected]>
add org-block formatting
---
material-theme.el | 2 ++
1 file changed, 2 insertions(+)
diff --git a/material-theme.el b/material-theme.el
index 6eded0a..43cd7a1 100644
--- a/material-theme.el
+++ b/material-theme.el
@@ -354,6 +354,8 @@
`(org-todo ((,class (:foreground ,red :bold t))))
`(org-upcoming-deadline ((,class (:foreground ,orange))))
`(org-warning ((,class (:weight bold :foreground ,red))))
+ `(org-block-begin-line ((,class (:background ,far-background))))
+ `(org-block-end-line ((,class (:background ,far-background))))
`(markdown-url-face ((,class (:inherit link))))
`(markdown-link-face ((,class (:foreground ,blue :underline t))))