branch: externals/ef-themes commit 2d77d7da69f7f29e722f46c828c355949e9cc9b8 Author: Gautier Ponsinet <gaut...@gautierponsinet.xyz> Commit: Protesilaos Stavrou <i...@protesilaos.com>
Make org checkboxes use conditional fixed-pitch --- ef-themes.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ef-themes.el b/ef-themes.el index e02cf2da5a..f951736901 100644 --- a/ef-themes.el +++ b/ef-themes.el @@ -1974,7 +1974,7 @@ text should not be underlined as well) yet still blend in." `(org-block ((,c :inherit ef-themes-fixed-pitch :background ,bg-inactive :extend t))) `(org-block-begin-line ((,c :inherit (shadow ef-themes-fixed-pitch) :background ,bg-dim :extend t))) `(org-block-end-line ((,c :inherit org-block-begin-line))) - `(org-checkbox ((,c :foreground ,warning))) + `(org-checkbox ((,c :inherit ef-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 :background ,bg-hover-secondary)))