From b0d765f83291b1faf53ddfde0e1db18ffcb31811 Mon Sep 17 00:00:00 2001 From: rekado Date: Tue, 19 Jul 2016 10:40:21 +0200 Subject: Reduce size of org headings. --- init.org | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'init.org') 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") -- cgit v1.2.3