aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--bard-elisp/bard-theme.el16
-rw-r--r--config.org16
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