aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gui/conf/init.el10
-rw-r--r--gui/conf/metakr.org9
2 files changed, 10 insertions, 9 deletions
diff --git a/gui/conf/init.el b/gui/conf/init.el
index 794b2d8..d30956d 100644
--- a/gui/conf/init.el
+++ b/gui/conf/init.el
@@ -187,11 +187,11 @@
(custom-theme-set-faces
'user
- '(org-level-1 ((t (:family "Source Serif Pro" :weight regular :height 1.4 ))))
- '(org-level-2 ((t (:family "Source Serif Pro" :weight regular :height 1.3))))
- '(org-level-3 ((t (:family "Source Serif Pro" :weight regular :height 1.1))))
- '(org-level-4 ((t (:family "Source Serif Pro" :weight regular :height 1.0))))
- '(org-document-title ((t (:family "Source Serif Pro" :height 2.0)))))
+ '(org-level-1 ((t (:family "Source Serif Pro"))))
+ '(org-level-2 ((t (:family "Source Serif Pro"))))
+ '(org-level-3 ((t (:family "Source Serif Pro"))))
+ '(org-level-4 ((t (:family "Source Serif Pro"))))
+ '(org-document-title ((t (:family "Source Serif Pro")))))
(use-package org-bullets
:ensure t
diff --git a/gui/conf/metakr.org b/gui/conf/metakr.org
index aa7a6c5..3942a17 100644
--- a/gui/conf/metakr.org
+++ b/gui/conf/metakr.org
@@ -235,9 +235,10 @@ For quick iteration all colors are stored in a table.
:inherit error)
;; Org
- (org-level-1 :inherit default :foreground @header)
- (org-level-2 :inherit default :foreground @header)
- (org-level-3 :inherit default :foreground @header)
+ (org-level-1 :inherit default :foreground @header :weight regular :height 1.4)
+ (org-level-2 :inherit default :foreground @header :weight regular :height 1.3)
+ (org-level-3 :inherit default :foreground @header :weight regular :height 1.1)
+ (org-level-4 :inherit default :foreground @header :weight regular :height 1.0)
(org-meta-line
:inherit fixed-pitch
:foreground @org-meta)
@@ -278,7 +279,7 @@ For quick iteration all colors are stored in a table.
(org-document-title
:inherit default
:foreground @org-title
- :height 1.8
+ :height 2.0
:underline (:color @org-title-underline))
(org-checkbox
:inherit fixed-pitch