summaryrefslogtreecommitdiff
path: root/init.org
diff options
context:
space:
mode:
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")