From 56435c5a93f4dfb78eab16db0a302bdefc0a5fc2 Mon Sep 17 00:00:00 2001 From: rekado Date: Fri, 15 Jul 2016 22:46:50 +0200 Subject: Change org-faces again. --- init.org | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/init.org b/init.org index 2a62ea5..a415bd6 100644 --- a/init.org +++ b/init.org @@ -250,18 +250,16 @@ face to be rendered with a monospaced font. :height 1.6 :foreground "#073642") (set-face-attribute 'org-level-1 nil - :height 1.3 - :weight 'bold + :height 1.2 :foreground "#586e75") (set-face-attribute 'org-level-2 nil - :height 1.2 - :weight 'bold + :height 1.05 :foreground (face-attribute 'default :foreground)) (set-face-attribute 'org-level-3 nil - :height (face-attribute 'default :height) + :height 1.0 :foreground (face-attribute 'default :foreground)) (set-face-attribute 'org-level-4 nil - :height (face-attribute 'default :height) + :height 1.0 :foreground (face-attribute 'default :foreground)) (set-face-attribute 'org-block-background nil :background "#efe9d6") (set-face-attribute 'org-verbatim nil :background "#efe9d6") @@ -283,7 +281,7 @@ face to be rendered with a monospaced font. (set-face-attribute face nil :inherit 'fixed-pitch) ;; TODO: this is ugly. When scaling up the variable-pitch face the ;; fixed-pitch face will become even larger. - (set-face-attribute face nil :height (face-attribute 'default :height))) + (set-face-attribute face nil :height 0.8)) #+END_SRC The following snippet is an attempt to prettify the somewhat ugly -- cgit v1.2.3