mirror of
https://github.com/protesilaos/modus-themes.git
synced 2026-09-10 07:16:30 -04:00
Make org checkboxes use conditional fixed-pitch
This commit is contained in:
parent
263e4f2572
commit
accf6985ae
|
|
@ -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)))
|
||||
|
|
|
|||
Loading…
Reference in a new issue