Add variable heights to Markdown headlines
Factors are the same as for Org headlines.
This commit is contained in:
parent
d0b126ec54
commit
46797626e3
@ -31,6 +31,10 @@ Known to work well with the `solarized-dark’ theme.")
|
||||
'(gnus-summary-low-unread ((t (:foreground "dim gray"))))
|
||||
'(default ((t (:height 110 :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")))))
|
||||
|
||||
(message "Loaded db-dark theme.")
|
||||
|
||||
@ -31,6 +31,10 @@
|
||||
'(gnus-summary-low-unread ((t (:foreground "dim gray"))))
|
||||
'(default ((t (:height 110 :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")))))
|
||||
|
||||
(message "Loaded db-light theme.")
|
||||
|
||||
Loading…
Reference in New Issue
Block a user