branch: externals/org-modern
commit 37bbac24a015c0bb871571a95a2d5c5f73f30b42
Author: Daniel Mendler <m...@daniel-mendler.de>
Commit: Daniel Mendler <m...@daniel-mendler.de>

    Increase font sizes by default (See #19)
---
 org-modern.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/org-modern.el b/org-modern.el
index 2892b86ecc..b295f76b07 100644
--- a/org-modern.el
+++ b/org-modern.el
@@ -158,7 +158,7 @@ Set to nil to disable the indicator."
   :group 'faces)
 
 (defface org-modern-label
-  `((t :height 0.75
+  `((t :height 0.9
        :inherit variable-pitch
        :width condensed :weight regular
        :underline nil
@@ -167,7 +167,7 @@ Set to nil to disable the indicator."
   "Parent face for labels.")
 
 (defface org-modern-block-keyword
-  '((t :height 0.75 :weight light))
+  '((t :height 0.8 :weight light))
   "Face used for block keywords.")
 
 (defface org-modern-tag

Reply via email to