aboutsummaryrefslogtreecommitdiff
path: root/config.org
diff options
context:
space:
mode:
authorBardofSprites <[email protected]>2025-12-26 21:50:48 -0500
committerBardofSprites <[email protected]>2025-12-26 21:50:48 -0500
commit22c227365867b5f2051ab6f82d20cbf333f86d05 (patch)
tree300db1de0496457383e6486238901a51b78e53e2 /config.org
parent21794a4dfa857a770155b9e0c59af885e0d5756c (diff)
update headings
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