Set org-document-info-keyword back to fixed pitch font

This commit is contained in:
fluentpwn 2023-07-31 22:31:55 +01:00 committed by Protesilaos Stavrou
parent 221bfffdc1
commit f6f0ef6680
No known key found for this signature in database
GPG key ID: 99BD6459CD5CA3EA

View file

@ -3311,7 +3311,7 @@ FG and BG are the main colors."
`(org-date ((,c :inherit modus-themes-fixed-pitch :foreground ,date-common)))
`(org-date-selected ((,c :foreground ,date-common :inverse-video t)))
`(org-document-info ((,c :foreground ,prose-metadata-value)))
`(org-document-info-keyword ((,c :foreground ,prose-metadata)))
`(org-document-info-keyword ((,c :inherit modus-themes-fixed-pitch :foreground ,prose-metadata)))
`(org-document-title ((,c :inherit modus-themes-heading-0)))
`(org-done ((,c :foreground ,prose-done)))
`(org-drawer ((,c :inherit modus-themes-fixed-pitch :foreground ,prose-metadata)))