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

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

[nongnu] elpa/moe-theme d3f2d89426 065/352: Org-mode won't enlarge its t


From: ELPA Syncer
Subject: [nongnu] elpa/moe-theme d3f2d89426 065/352: Org-mode won't enlarge its title size by default.
Date: Fri, 7 Jan 2022 03:59:06 -0500 (EST)

branch: elpa/moe-theme
commit d3f2d894266d8bad3dd8c896d20ee48292af7270
Author: kuanyui <azazabc123@gmail.com>
Commit: kuanyui <azazabc123@gmail.com>

    Org-mode won't enlarge its title size by default.
---
 README.md          | 3 +++
 moe-dark-theme.el  | 6 +++---
 moe-light-theme.el | 6 +++---
 3 files changed, 9 insertions(+), 6 deletions(-)

diff --git a/README.md b/README.md
index e915f5bac4..2ac45da7cd 100644
--- a/README.md
+++ b/README.md
@@ -116,6 +116,9 @@ Can't bear a mode with an ugly looking? `moe-theme` doesn't 
support the mode you
 ## Known Issues
 * When using `moe-light` and typing characters under terminal emulator (e.g. 
Konsole) with IM (e.g. fcitx), the string embedded in Emacs may be very 
insignificant (But as you output the word from IM, it turns normal).
 
+## Todo
+* Minor mode for `moe-theme-switcher` 
+
 ## License
 `moe-theme.el` (include images) is released under GPL v3. Copyleft is so cute!
 
diff --git a/moe-dark-theme.el b/moe-dark-theme.el
index d3e75b3ba8..6972c7101c 100644
--- a/moe-dark-theme.el
+++ b/moe-dark-theme.el
@@ -101,9 +101,9 @@ Moe, moe, kyun!")
                               :box (:line-width 1 :style none)))))
    `(org-todo ((,class (:bold t :weight bold :foreground ,red-3 :background 
,orange-0
                               :box (:line-width 1 :style none)))))
-   `(org-level-1 ((,class (:foreground ,blue-1 :height 1.3))))
-   `(org-level-2 ((,class (:foreground ,green-2 :height 1.2))))
-   `(org-level-3 ((,class (:foreground ,orange-2 :height 1.1))))
+   `(org-level-1 ((,class (:foreground ,blue-1))))
+   `(org-level-2 ((,class (:foreground ,green-2))))
+   `(org-level-3 ((,class (:foreground ,orange-2))))
    `(org-level-4 ((,class (:foreground ,yellow-2))))
    `(org-level-5 ((,class (:foreground ,red-2))))
    `(org-level-6 ((,class (:foreground ,magenta-2))))
diff --git a/moe-light-theme.el b/moe-light-theme.el
index d711b2bc13..d5589526f0 100644
--- a/moe-light-theme.el
+++ b/moe-light-theme.el
@@ -100,9 +100,9 @@ Moe, moe, kyun!")
                               :box (:line-width 1 :style none)))))
    `(org-todo ((,class (:bold t :weight bold :foreground ,red-3 :background 
,orange-0
                               :box (:line-width 1 :style none)))))
-   `(org-level-1 ((,class (:bold t :foreground ,blue-1 :height 1.3))))
-   `(org-level-2 ((,class (:bold t :foreground ,green-2 :height 1.2))))
-   `(org-level-3 ((,class (:bold t :foreground ,orange-2 :height 1.1))))
+   `(org-level-1 ((,class (:bold t :foreground ,blue-1))))
+   `(org-level-2 ((,class (:bold t :foreground ,green-2))))
+   `(org-level-3 ((,class (:bold t :foreground ,orange-2))))
    `(org-level-4 ((,class (:bold t :foreground ,cyan-3))))
    `(org-level-5 ((,class (:bold t :foreground ,red-2))))
    `(org-level-6 ((,class (:bold t :foreground ,magenta-2))))



reply via email to

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