summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2020-05-14 15:07:39 +0200
committerRicardo Wurmus <rekado@elephly.net>2020-05-14 15:07:39 +0200
commit972f17e822bd8fe6e97a6d837155cf60d6af79fd (patch)
tree071a98f8c7885028d6f3339421bf8e4e07ab6f9f
parent4b88aa2293dbb7219147919ec38cd5dc5262a520 (diff)
org: Remove custom face colours.
-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