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

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

[nongnu] elpa/spacemacs-theme b608285378 116/336: Make org schedules and


From: ELPA Syncer
Subject: [nongnu] elpa/spacemacs-theme b608285378 116/336: Make org schedules and tasks more readable
Date: Fri, 14 Jan 2022 10:59:21 -0500 (EST)

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

    Make org schedules and tasks more readable
---
 spacemacs-common.el | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/spacemacs-common.el b/spacemacs-common.el
index 1fea081a23..d0f2bf8605 100644
--- a/spacemacs-common.el
+++ b/spacemacs-common.el
@@ -48,7 +48,7 @@
   :type 'boolean
   :group 'spacemacs-theme)
 
-(defcustom spacemacs-theme-org-highlight t
+(defcustom spacemacs-theme-org-highlight nil
   "Highlight org headings."
   :type 'boolean
   :group 'spacemacs-theme)
@@ -426,12 +426,12 @@
      `(org-date-selected ((,class (:background ,func :foreground ,bg1) )))
      `(org-document-info-keyword ((,class (:foreground ,org-ml))))
      `(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 :overline t :background ,org-h3-bg))))
+     `(org-done ((,class (:foreground ,(if (eq variant 'dark) suc green) :bold 
t :background ,org-h3-bg))))
      `(org-ellipsis ((,class (:foreground ,builtin))))
      `(org-footnote  ((,class (:underline t :foreground ,base))))
      `(org-hide ((,class (:foreground ,base))))
      `(org-kbd ((,class (:inherit region :foreground ,base :box (:line-width 1 
:style released-button)))))
-     `(org-level-1 ((,class (:bold t :foreground ,inf :height ,(if 
spacemacs-theme-org-height 1.3 1.0) :background ,(when 
spacemacs-theme-org-highlight org-h1-bg) :overline t))))
+     `(org-level-1 ((,class (:bold t :foreground ,inf :height ,(if 
spacemacs-theme-org-height 1.3 1.0) :background ,(when 
spacemacs-theme-org-highlight org-h1-bg)))))
      `(org-level-2 ((,class (:bold t :foreground ,str :height ,(if 
spacemacs-theme-org-height 1.2 1.0) :background ,(when 
spacemacs-theme-org-highlight org-h2-bg)))))
      `(org-level-3 ((,class (:bold nil :foreground ,green :height ,(if 
spacemacs-theme-org-height 1.1 1.0) :background ,(when 
spacemacs-theme-org-highlight org-h3-bg)))))
      `(org-level-4 ((,class (:bold nil :foreground ,yellow :background ,(when 
spacemacs-theme-org-highlight org-h4-bg)))))
@@ -449,7 +449,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 :overline t :background 
,org-h4-bg))))
+     `(org-todo ((,class (:foreground ,war :bold 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]