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

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

[nongnu] elpa/alect-themes d5f1e50 144/269: Add/modify some org faces


From: ELPA Syncer
Subject: [nongnu] elpa/alect-themes d5f1e50 144/269: Add/modify some org faces
Date: Thu, 21 Oct 2021 17:59:07 -0400 (EDT)

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

    Add/modify some org faces
---
 alect-themes.el | 10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)

diff --git a/alect-themes.el b/alect-themes.el
index dffca7c..93c1462 100644
--- a/alect-themes.el
+++ b/alect-themes.el
@@ -1081,13 +1081,16 @@ For INVERT, see `alect-get-color'."
          (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))))
+         (org-checkbox              ((,c :background ,(gc 'bg-2)
+                                         :foreground ,(gc 'fg)
+                                         :box (:line-width 1 :style 
pressed-button))))
          (org-date                  ((,c :inherit alect-time)))
          (org-date-selected         ((,c :inherit alect-selected-item)))
          (org-deadline-announce     ((,c :foreground ,(gc 'red-1))))
          (org-done                  ((,c :foreground ,(gc 'cyan-1) :weight 
bold)))
+         (org-document-title        ((,c :inherit alect-title)))
+         (org-document-info         ((,c :foreground ,(gc 'red-1))))
+         (org-document-info-keyword ((,c :foreground ,(gc 'yellow+1))))
          (org-formula               ((,c :foreground ,(gc 'yellow-2))))
          (org-headline-done         ((,c :foreground ,(gc 'cyan-1))))
          (org-hide                  ((,c :foreground ,(gc 'bg-2))))
@@ -1109,6 +1112,7 @@ For INVERT, see `alect-get-color'."
          (org-time-grid             ((,c :foreground ,(gc 'fg-2))))
          (org-todo                  ((,c :foreground ,(gc 'red) :weight bold)))
          (org-upcoming-deadline     ((,c :inherit font-lock-keyword-face)))
+         (org-verbatim              ((,c :foreground ,(gc 'fg-2))))
          (org-warning               ((,c :foreground ,(gc 'red) :weight bold 
:underline nil)))
          (org-column                ((,c :background ,(gc 'bg-2))))
          (org-column-title          ((,c :background ,(gc 'bg-2) :underline t 
:weight bold)))



reply via email to

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