aboutsummaryrefslogtreecommitdiff
path: root/gui/conf/metakr.org
diff options
context:
space:
mode:
authorAdrian Kummerlaender2020-06-25 11:46:37 +0200
committerAdrian Kummerlaender2020-06-25 11:46:37 +0200
commita95c4e7a51c79d6ea7f98343a055e460c2ef9ecc (patch)
tree8133131981ec607fc507007126ad1c30bb64c298 /gui/conf/metakr.org
parent5792a68c17c7ea2913b291f38985341f97368f01 (diff)
downloadnixos_home-a95c4e7a51c79d6ea7f98343a055e460c2ef9ecc.tar
nixos_home-a95c4e7a51c79d6ea7f98343a055e460c2ef9ecc.tar.gz
nixos_home-a95c4e7a51c79d6ea7f98343a055e460c2ef9ecc.tar.bz2
nixos_home-a95c4e7a51c79d6ea7f98343a055e460c2ef9ecc.tar.lz
nixos_home-a95c4e7a51c79d6ea7f98343a055e460c2ef9ecc.tar.xz
nixos_home-a95c4e7a51c79d6ea7f98343a055e460c2ef9ecc.tar.zst
nixos_home-a95c4e7a51c79d6ea7f98343a055e460c2ef9ecc.zip
Move size rules into Emacs theme
Diffstat (limited to 'gui/conf/metakr.org')
-rw-r--r--gui/conf/metakr.org9
1 files changed, 5 insertions, 4 deletions
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