aboutsummaryrefslogtreecommitdiff
path: root/config.org
diff options
context:
space:
mode:
Diffstat (limited to 'config.org')
-rw-r--r--config.org16
1 files changed, 10 insertions, 6 deletions
diff --git a/config.org b/config.org
index d86cdfb..7bf957e 100644
--- a/config.org
+++ b/config.org
@@ -3816,32 +3816,36 @@ packages installed from each archive."
(add-hook 'post-command-hook #'bard/update-cursor-type)
(defun bard/outline-heading-faces ()
- (set-face-attribute 'org-level-1 nil
+ (set-face-attribute 'org-document-title nil
:inherit '(outline-1 variable-pitch)
:weight 'light
:height 1.5)
- (set-face-attribute 'org-level-2 nil
+ (set-face-attribute 'org-level-1 nil
:inherit '(outline-2 variable-pitch)
:weight 'light
:height 1.3)
- (set-face-attribute 'org-level-3 nil
+ (set-face-attribute 'org-level-2 nil
:inherit 'outline-3
:height 1.2)
- (set-face-attribute 'org-level-4 nil
+ (set-face-attribute 'org-level-3 nil
:inherit '(outline-4 variable-pitch)
:height 1.1)
- (set-face-attribute 'org-level-5 nil
+ (set-face-attribute 'org-level-4 nil
:inherit '(outline-5 variable-pitch)
:height 1.1)
+ (set-face-attribute 'org-level-5 nil
+ :inherit '(outline-6 variable-pitch)
+ :height 1.1)
+
(set-face-attribute 'org-level-6 nil
:inherit '(outline-6 variable-pitch)
:height 1.1)
-
+
(set-face-attribute 'org-agenda-date nil
:inherit 'variable-pitch
:weight 'bold