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

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

[nongnu] elpa/spacemacs-theme c22761a45c 068/336: Fix for #6


From: ELPA Syncer
Subject: [nongnu] elpa/spacemacs-theme c22761a45c 068/336: Fix for #6
Date: Fri, 14 Jan 2022 10:59:04 -0500 (EST)

branch: elpa/spacemacs-theme
commit c22761a45c90a2878b6121627ba702f43f94cbc2
Author: nashamri <designernasser@gmail.com>
Commit: nashamri <designernasser@gmail.com>

    Fix for #6
---
 spacemacs-common.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/spacemacs-common.el b/spacemacs-common.el
index 888fb43e18..8f3b49de32 100644
--- a/spacemacs-common.el
+++ b/spacemacs-common.el
@@ -362,7 +362,7 @@
      `(org-date-selected ((,class (:background ,func :foreground ,bg1) )))
      `(org-document-info-keyword ((,class (:foreground ,str))))
      `(org-document-title ((,class (:foreground ,func :weight bold :height 
,(if spacemacs-theme-org-height 1.4 1.0) :underline t))))
-     `(org-done ((,class (:foreground ,(if (eq variant 'dark) suc green) :bold 
t :underline t))))
+     `(org-done ((,class (:foreground ,(if (eq variant 'dark) suc green) :bold 
t :overline t :background ,org-h3-bg))))
      `(org-ellipsis ((,class (:foreground ,builtin))))
      `(org-footnote  ((,class (:underline t :foreground ,base))))
      `(org-hide ((,class (:foreground ,base))))
@@ -383,7 +383,7 @@
      `(org-sexp-date ((,class (:foreground ,base))))
      `(org-special-keyword ((,class (:foreground ,func))))
      `(org-table ((,class (:foreground ,yellow :background ,org-h4-bg))))
-     `(org-todo ((,class (:foreground ,war :bold t :underline t))))
+     `(org-todo ((,class (:foreground ,war :bold t :overline t :background 
,org-h4-bg))))
      `(org-verbatim ((,class (:foreground ,inf))))
      `(org-verse ((,class (:inherit org-block :slant italic))))
      `(org-warning ((,class (:foreground ,err))))



reply via email to

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