Make org checkboxes use conditional fixed-pitch

This commit is contained in:
Gautier Ponsinet 2024-02-27 23:35:55 +01:00 committed by Protesilaos Stavrou
parent 263e4f2572
commit accf6985ae
No known key found for this signature in database
GPG key ID: 99BD6459CD5CA3EA

View file

@ -3198,7 +3198,7 @@ FG and BG are the main colors."
`(org-block ((,c :inherit modus-themes-fixed-pitch :background ,bg-prose-block-contents :extend t)))
`(org-block-begin-line ((,c :inherit modus-themes-fixed-pitch :background ,bg-prose-block-delimiter :foreground ,fg-prose-block-delimiter :extend t)))
`(org-block-end-line ((,c :inherit org-block-begin-line)))
`(org-checkbox ((,c :foreground ,warning)))
`(org-checkbox ((,c :inherit modus-themes-fixed-pitch :foreground ,warning)))
`(org-checkbox-statistics-done ((,c :inherit org-done)))
`(org-checkbox-statistics-todo ((,c :inherit org-todo)))
`(org-clock-overlay ((,c :inherit secondary-selection)))