From 22c227365867b5f2051ab6f82d20cbf333f86d05 Mon Sep 17 00:00:00 2001 From: BardofSprites <89086143+BardofSprites@users.noreply.github.com> Date: Fri, 26 Dec 2025 21:50:48 -0500 Subject: update headings --- bard-elisp/bard-theme.el | 16 ++++++++++------ config.org | 16 ++++++++++------ 2 files changed, 20 insertions(+), 12 deletions(-) diff --git a/bard-elisp/bard-theme.el b/bard-elisp/bard-theme.el index da33997..9150bfd 100644 --- a/bard-elisp/bard-theme.el +++ b/bard-elisp/bard-theme.el @@ -118,32 +118,36 @@ leave it alone in pdf-view-mode." (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 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 -- cgit v1.2.3