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

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

[nongnu] elpa/cyberpunk-theme 3039145 112/132: Do not set org-level-*'s


From: ELPA Syncer
Subject: [nongnu] elpa/cyberpunk-theme 3039145 112/132: Do not set org-level-*'s height
Date: Thu, 21 Oct 2021 18:04:00 -0400 (EDT)

branch: elpa/cyberpunk-theme
commit 30391454abbae4e59879d6ed967f4689bfb8dfcf
Author: Feng Shu <tumashu@163.com>
Commit: Feng Shu <tumashu@163.com>

    Do not set org-level-*'s height
    
    When we set org-level-*'s height != 1.0,  org tags will not
    align properly, which looks ugly.
---
 cyberpunk-theme.el | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/cyberpunk-theme.el b/cyberpunk-theme.el
index 145a1bf..ec008f1 100644
--- a/cyberpunk-theme.el
+++ b/cyberpunk-theme.el
@@ -610,9 +610,9 @@
                               :box (:line-width 1 :style none)))))
    `(org-todo ((,class (:bold t :foreground ,cyberpunk-orange :weight bold
                               :box (:line-width 1 :style none)))))
-   `(org-level-1 ((,class (:foreground ,cyberpunk-pink-1 :height 1.3))))
-   `(org-level-2 ((,class (:foreground ,cyberpunk-yellow :height 1.2))))
-   `(org-level-3 ((,class (:foreground ,cyberpunk-blue-5 :height 1.1))))
+   `(org-level-1 ((,class (:foreground ,cyberpunk-pink-1))))
+   `(org-level-2 ((,class (:foreground ,cyberpunk-yellow))))
+   `(org-level-3 ((,class (:foreground ,cyberpunk-blue-5))))
    `(org-level-4 ((,class (:foreground ,cyberpunk-green))))
    `(org-level-5 ((,class (:foreground ,cyberpunk-orange))))
    `(org-level-6 ((,class (:foreground ,cyberpunk-pink))))



reply via email to

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