branch: elpa/alect-themes
commit c93fe2f2e00addeb840ce74c75381fd01fef81cf
Author: Alex Kost <[email protected]>
Commit: Alex Kost <[email protected]>
Add org-block faces
---
alect-themes.el | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/alect-themes.el b/alect-themes.el
index c5b8dfe..1f1bd6e 100644
--- a/alect-themes.el
+++ b/alect-themes.el
@@ -1000,6 +1000,11 @@ For INVERT, see `alect-get-color'."
:foreground ,(gc 'cyan-2))))
(org-agenda-structure ((,c :inherit alect-title)))
(org-archived ((,c :foreground ,(gc 'fg+1) :weight
bold)))
+ (org-block ((,c :background ,(gc 'bg))))
+ (org-block-background ((,c :background ,(gc 'bg))))
+ (org-block-begin-line ((,c :inherit org-meta-line
+ :background ,(gc 'bg+1))))
+ (org-block-end-line ((,c :inherit org-block-begin-line)))
(org-checkbox ((,c :background ,(gc 'bg+1)
:foreground ,(gc 'gray-2)
:box (:line-width 1 :style
released-button))))