summaryrefslogtreecommitdiff
path: root/init.org
diff options
context:
space:
mode:
authorrekado <rekado@elephly.net>2016-07-19 10:40:21 +0200
committerrekado <rekado@elephly.net>2016-07-19 10:40:21 +0200
commitb0d765f83291b1faf53ddfde0e1db18ffcb31811 (patch)
treed36e89b387801a6f2884ccdf29c0fd087fa8afd5 /init.org
parent50a80ed85fcca2c319896331e229fd1a05424305 (diff)
Reduce size of org headings.
Diffstat (limited to 'init.org')
-rw-r--r--init.org8
1 files changed, 4 insertions, 4 deletions
diff --git a/init.org b/init.org
index c782473..0649379 100644
--- a/init.org
+++ b/init.org
@@ -277,16 +277,16 @@ face to be rendered with a monospaced font.
:height 1.6
:foreground "#073642")
(set-face-attribute 'org-level-1 nil
- :height 1.2
+ :height 1.0
:foreground "#586e75")
(set-face-attribute 'org-level-2 nil
- :height 1.05
+ :height 0.9
:foreground (face-attribute 'default :foreground))
(set-face-attribute 'org-level-3 nil
- :height 1.0
+ :height 0.8
:foreground (face-attribute 'default :foreground))
(set-face-attribute 'org-level-4 nil
- :height 1.0
+ :height 0.8
:foreground (face-attribute 'default :foreground))
(set-face-attribute 'org-block-background nil :background "#efe9d6")
(set-face-attribute 'org-verbatim nil :background "#efe9d6")