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

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

[nongnu] elpa/spacemacs-theme ac5001d111 045/336: Improvements to org he


From: ELPA Syncer
Subject: [nongnu] elpa/spacemacs-theme ac5001d111 045/336: Improvements to org headings
Date: Fri, 14 Jan 2022 10:58:55 -0500 (EST)

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

    Improvements to org headings
---
 spacemacs-dark-theme.el  | 12 ++++++------
 spacemacs-light-theme.el | 12 ++++++------
 2 files changed, 12 insertions(+), 12 deletions(-)

diff --git a/spacemacs-dark-theme.el b/spacemacs-dark-theme.el
index 8fb133d888..e3172e7ad7 100644
--- a/spacemacs-dark-theme.el
+++ b/spacemacs-dark-theme.el
@@ -332,16 +332,16 @@
    `(org-clock-overlay ((,class (:foreground ,type))))
    `(org-date ((,class (:underline t :foreground ,var) )))
    `(org-date-selected ((,class (:background ,func :foreground ,bg1) )))
-   `(org-document-info-keyword ((,class (:foreground ,func))))
-   `(org-document-title ((,class (:foreground ,key1 :weight bold :height 
1.4))))
+   `(org-document-info-keyword ((,class (:foreground ,str))))
+   `(org-document-title ((,class (:foreground ,func :weight bold :height 1.4 
:underline t))))
    `(org-done ((,class (:foreground ,suc :bold t :underline t))))
    `(org-ellipsis ((,class (:foreground ,builtin))))
    `(org-footnote  ((,class (:underline t :foreground ,base))))
    `(org-hide ((,class (:foreground ,base))))
-   `(org-level-1 ((,class (:bold t :foreground ,inf :height 1.3))))
-   `(org-level-2 ((,class (:bold t :foreground ,str :height 1.2))))
-   `(org-level-3 ((,class (:bold nil :foreground ,green :height 1.1))))
-   `(org-level-4 ((,class (:bold nil :foreground ,yellow :height 1.0))))
+   `(org-level-1 ((,class (:bold t :foreground ,inf :height 1.3 :background 
,(when (display-graphic-p) "#293239") :overline t))))
+   `(org-level-2 ((,class (:bold t :foreground ,str :height 1.2 :background 
,(when (display-graphic-p) "#293235")))))
+   `(org-level-3 ((,class (:bold nil :foreground ,green :height 1.1 
:background ,(when (display-graphic-p) "#2d332c")))))
+   `(org-level-4 ((,class (:bold nil :foreground ,yellow :height 1.0 
:background ,(when (display-graphic-p) "#32322c")))))
    `(org-level-5 ((,class (:bold nil :foreground ,inf :height 1.0))))
    `(org-level-6 ((,class (:bold nil :foreground ,str :height 1.0))))
    `(org-level-7 ((,class (:bold nil :foreground ,green :height 1.0))))
diff --git a/spacemacs-light-theme.el b/spacemacs-light-theme.el
index 9e096bf75f..0798ed1daf 100644
--- a/spacemacs-light-theme.el
+++ b/spacemacs-light-theme.el
@@ -331,16 +331,16 @@
    `(org-clock-overlay ((,class (:foreground ,type))))
    `(org-date ((,class (:underline t :foreground ,var) )))
    `(org-date-selected ((,class (:background ,func :foreground ,bg1) )))
-   `(org-document-info-keyword ((,class (:foreground ,func))))
-   `(org-document-title ((,class (:foreground ,key1 :weight bold :height 
1.4))))
+   `(org-document-info-keyword ((,class (:foreground ,str))))
+   `(org-document-title ((,class (:foreground ,func :weight bold :height 1.4 
:underline t))))
    `(org-done ((,class (:foreground ,green :bold t :underline t))))
    `(org-ellipsis ((,class (:foreground ,builtin))))
    `(org-footnote  ((,class (:underline t :foreground ,base))))
    `(org-hide ((,class (:foreground ,base))))
-   `(org-level-1 ((,class (:bold t :foreground ,inf :height 1.3))))
-   `(org-level-2 ((,class (:bold t :foreground ,str :height 1.2))))
-   `(org-level-3 ((,class (:bold nil :foreground ,green :height 1.1))))
-   `(org-level-4 ((,class (:bold nil :foreground ,yellow :height 1.0))))
+   `(org-level-1 ((,class (:bold t :foreground ,inf :height 1.3 :background 
,(when (display-graphic-p) "#edf1ed") :overline t))))
+   `(org-level-2 ((,class (:bold t :foreground ,str :height 1.2 :background 
,(when (display-graphic-p) "#edf2e9")))))
+   `(org-level-3 ((,class (:bold nil :foreground ,green :height 1.1 
:background ,(when (display-graphic-p) "#f1f3e1")))))
+   `(org-level-4 ((,class (:bold nil :foreground ,yellow :height 1.0 
:background ,(when (display-graphic-p) "#f6f1e1")))))
    `(org-level-5 ((,class (:bold nil :foreground ,inf :height 1.0))))
    `(org-level-6 ((,class (:bold nil :foreground ,str :height 1.0))))
    `(org-level-7 ((,class (:bold nil :foreground ,green :height 1.0))))



reply via email to

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