emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/alect-themes c93fe2f 111/269: Add org-block faces


From: ELPA Syncer
Subject: [nongnu] elpa/alect-themes c93fe2f 111/269: Add org-block faces
Date: Thu, 21 Oct 2021 17:59:00 -0400 (EDT)

branch: elpa/alect-themes
commit c93fe2f2e00addeb840ce74c75381fd01fef81cf
Author: Alex Kost <alezost@gmail.com>
Commit: Alex Kost <alezost@gmail.com>

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]