Add variable heights to Markdown headlines

Factors are the same as for Org headlines.
This commit is contained in:
Daniel Borchmann 2024-09-20 16:29:29 +02:00
parent d0b126ec54
commit 46797626e3
No known key found for this signature in database
GPG Key ID: 784AA8DF0CCDF625
2 changed files with 8 additions and 0 deletions

View File

@ -31,6 +31,10 @@ Known to work well with the `solarized-dark theme.")
'(gnus-summary-low-unread ((t (:foreground "dim gray")))) '(gnus-summary-low-unread ((t (:foreground "dim gray"))))
'(default ((t (:height 110 :family "DejaVu Sans Mono")))) '(default ((t (:height 110 :family "DejaVu Sans Mono"))))
'(fixed-pitch ((t (:family "DejaVu Sans Mono")))) '(fixed-pitch ((t (:family "DejaVu Sans Mono"))))
'(markdown-header-face-1 ((t (:inherit markdown-header-face :height 1.3))))
'(markdown-header-face-2 ((t (:inherit markdown-header-face :height 1.2))))
'(markdown-header-face-3 ((t (:inherit markdown-header-face :height 1.15))))
'(markdown-header-face-4 ((t (:inherit markdown-header-face :height 1.1))))
'(variable-pitch ((t (:weight normal :height 1.3 :family "Bitstream Vera Serif"))))) '(variable-pitch ((t (:weight normal :height 1.3 :family "Bitstream Vera Serif")))))
(message "Loaded db-dark theme.") (message "Loaded db-dark theme.")

View File

@ -31,6 +31,10 @@
'(gnus-summary-low-unread ((t (:foreground "dim gray")))) '(gnus-summary-low-unread ((t (:foreground "dim gray"))))
'(default ((t (:height 110 :family "DejaVu Sans Mono")))) '(default ((t (:height 110 :family "DejaVu Sans Mono"))))
'(fixed-pitch ((t (:family "DejaVu Sans Mono")))) '(fixed-pitch ((t (:family "DejaVu Sans Mono"))))
'(markdown-header-face-1 ((t (:inherit markdown-header-face :height 1.3))))
'(markdown-header-face-2 ((t (:inherit markdown-header-face :height 1.2))))
'(markdown-header-face-3 ((t (:inherit markdown-header-face :height 1.15))))
'(markdown-header-face-4 ((t (:inherit markdown-header-face :height 1.1))))
'(variable-pitch ((t (:weight normal :height 1.3 :family "Bitstream Vera Serif"))))) '(variable-pitch ((t (:weight normal :height 1.3 :family "Bitstream Vera Serif")))))
(message "Loaded db-light theme.") (message "Loaded db-light theme.")