diff options
Diffstat (limited to 'bard-elisp')
| -rw-r--r-- | bard-elisp/bard-theme.el | 16 |
1 files changed, 10 insertions, 6 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 |
