summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrekado <rekado@elephly.net>2016-07-13 12:17:08 +0200
committerrekado <rekado@elephly.net>2016-07-13 12:17:08 +0200
commitcea1e4dba52480a601483c9aa29a877e66d2e892 (patch)
treeb8e7ba4e2d925f2976517d0b1283b185a1e800ea
parentb1e837d2cd8f833c02e123a18baac9554e2147b8 (diff)
Change org faces.
-rw-r--r--init.org16
1 files changed, 14 insertions, 2 deletions
diff --git a/init.org b/init.org
index 9e2145a..b0c239f 100644
--- a/init.org
+++ b/init.org
@@ -229,12 +229,24 @@ This is my org mode configuration. Document it.
;; render with variable pitch font (with a few exceptions)
(variable-pitch-mode 1)
- (set-face-attribute 'org-document-title nil :height 1.6)
- (set-face-attribute 'org-level-1 nil :height 1.3)
+ (set-face-attribute 'org-document-title nil
+ :height 1.6
+ :foreground "black")
+ (set-face-attribute 'org-level-1 nil
+ :height 1.3
+ :foreground "black")
+ (set-face-attribute 'org-block-background nil :background "#efe9d6")
+ (dolist (face '(org-meta-line
+ org-document-info-keyword
+ org-special-keyword))
+ (set-face-attribute face nil :foreground "#93a1a1"
+ :weight 'normal))
(dolist (face '(org-block-begin-line
org-block-end-line
org-table
org-meta-line
+ org-document-info-keyword
+ org-special-keyword
org-verbatim
org-todo
org-block-background))