@@ -93,14 +93,14 @@ in the theme."
93
93
:value-type (string :tag " Hex" )))
94
94
95
95
96
- (defcustom starlit-scale-headlines t
97
- " Change the font size of headlines."
96
+ (defcustom starlit-scale-outline- headlines t
97
+ " Increase the font size of `outline-mode' headlines."
98
98
:type 'boolean
99
99
:group 'starlit-theme )
100
100
101
101
102
102
(defcustom starlit-scale-org-headlines nil
103
- " Change the font size of org-mode headlines."
103
+ " Increase the font size of ` org-mode' headlines."
104
104
:type 'boolean
105
105
:group 'starlit-theme )
106
106
@@ -266,7 +266,7 @@ in the theme."
266
266
`(org-date ((, colorful (:foreground ,.blue :underline t ))))
267
267
`(org-document-info ((, colorful (:foreground ,.aqua))))
268
268
`(org-document-info-keyword ((, colorful (:foreground ,.green))))
269
- `(org-document-title ((, colorful (:weight bold :foreground ,.orange ,@( when starlit-scale-headlines ( list :height 1.45 )) ))))
269
+ `(org-document-title ((, colorful (:weight bold :foreground ,.orange :height 1.45 ))))
270
270
`(org-done ((, colorful (:foreground ,.green))))
271
271
`(org-ellipsis ((, colorful (:foreground ,.comment))))
272
272
`(org-footnote ((, colorful (:foreground ,.aqua))))
@@ -296,9 +296,9 @@ in the theme."
296
296
`(org-todo ((, colorful (:foreground ,.red))))
297
297
`(org-upcoming-deadline ((, colorful (:foreground ,.orange))))
298
298
`(org-warning ((, colorful (:weight bold :foreground ,.red))))
299
- `(outline-1 ((, colorful (:inherit nil :foreground ,.bluelight ,@(when starlit-scale-headlines '(:height 1.3 ))))))
300
- `(outline-2 ((, colorful (:inherit nil :foreground ,.yellow ,@(when starlit-scale-headlines '(:height 1.2 ))))))
301
- `(outline-3 ((, colorful (:inherit nil :foreground ,.purple ,@(when starlit-scale-headlines '(:height 1.1 ))))))
299
+ `(outline-1 ((, colorful (:inherit nil :foreground ,.bluelight ,@(when starlit-scale-outline- headlines '(:height 1.3 ))))))
300
+ `(outline-2 ((, colorful (:inherit nil :foreground ,.yellow ,@(when starlit-scale-outline- headlines '(:height 1.2 ))))))
301
+ `(outline-3 ((, colorful (:inherit nil :foreground ,.purple ,@(when starlit-scale-outline- headlines '(:height 1.1 ))))))
302
302
`(outline-4 ((, colorful (:inherit nil :foreground ,.aqua))))
303
303
`(outline-5 ((, colorful (:inherit nil :foreground ,.orange))))
304
304
`(outline-6 ((, colorful (:inherit nil :foreground ,.greenlight))))
0 commit comments