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

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

[nongnu] elpa/spacemacs-theme f98150e8e2 331/336: Merge pull request #18


From: ELPA Syncer
Subject: [nongnu] elpa/spacemacs-theme f98150e8e2 331/336: Merge pull request #183 from dankessler/org-column-fix
Date: Fri, 14 Jan 2022 10:59:49 -0500 (EST)

branch: elpa/spacemacs-theme
commit f98150e8e254e6bf94dee2de3e8baaf02e2aae80
Merge: c8c4685800 94d3c142b3
Author: Nasser Alshammari <designernasser@gmail.com>
Commit: GitHub <noreply@github.com>

    Merge pull request #183 from dankessler/org-column-fix
    
    Update org-column face to use default height
---
 spacemacs-common.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/spacemacs-common.el b/spacemacs-common.el
index 38a9975c55..ef7282e34b 100644
--- a/spacemacs-common.el
+++ b/spacemacs-common.el
@@ -746,7 +746,7 @@ to 'auto, tags may not be properly aligned. "
      `(org-block-end-line ((,class (:background ,cblk-ln-bg :foreground 
,cblk-ln :extend t))))
      `(org-clock-overlay ((,class (:foreground ,comp))))
      `(org-code ((,class (:foreground ,cyan))))
-     `(org-column ((,class (:background ,highlight))))
+     `(org-column ((,class (:background ,highlight :inherit ,(if 
spacemacs-theme-org-height 'default)))))
      `(org-column-title ((,class (:background ,highlight))))
      `(org-date ((,class (:underline t :foreground ,var))))
      `(org-date-selected ((,class (:background ,func :foreground ,bg1))))



reply via email to

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