summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrekado <rekado@elephly.net>2016-07-15 22:46:50 +0200
committerrekado <rekado@elephly.net>2016-07-15 22:46:50 +0200
commit56435c5a93f4dfb78eab16db0a302bdefc0a5fc2 (patch)
tree4bd2c7cceaa41090b2a27eb5d5bb3b51c33b80b9
parentb32fdd66cf8dfc5b4838e63b7e64b72add89b50a (diff)
Change org-faces again.
-rw-r--r--init.org12
1 files 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