summaryrefslogtreecommitdiff
path: root/init.org
diff options
context:
space:
mode:
Diffstat (limited to 'init.org')
-rw-r--r--init.org8
1 files changed, 2 insertions, 6 deletions
diff --git a/init.org b/init.org
index de93208..9b64940 100644
--- a/init.org
+++ b/init.org
@@ -371,10 +371,10 @@ Since I enable =variable-pitch-mode= in my org-mode buffers I also need to expli
:foreground "light gray")
(set-face-attribute 'org-document-title nil
:height 1.6
- :foreground "#073642")
+ :foreground (face-attribute 'default :foreground))
(set-face-attribute 'org-level-1 nil
:height 1.0
- :foreground "#586e75")
+ :foreground (face-attribute 'default :foreground))
(set-face-attribute 'org-level-2 nil
:height 0.9
:foreground (face-attribute 'default :foreground))
@@ -384,10 +384,6 @@ Since I enable =variable-pitch-mode= in my org-mode buffers I also need to expli
(set-face-attribute 'org-level-4 nil
:height 0.8
:foreground (face-attribute 'default :foreground))
-(set-face-attribute 'org-block nil
- :height 0.8
- :foreground (face-attribute 'default :foreground)
- :background "#efe9d6")
(set-face-attribute 'org-verbatim nil :background "#efe9d6")
(dolist (face '(org-meta-line