[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/standard-themes 95fa9f6ecc: Make org-document-info-keyw
From: |
ELPA Syncer |
Subject: |
[elpa] externals/standard-themes 95fa9f6ecc: Make org-document-info-keyword inherit ef-themes-fixed-pitch |
Date: |
Thu, 8 Feb 2024 06:59:10 -0500 (EST) |
branch: externals/standard-themes
commit 95fa9f6ecc87c2d89d9dac71e1cbf8a1444b9599
Author: Protesilaos Stavrou <info@protesilaos.com>
Commit: Protesilaos Stavrou <info@protesilaos.com>
Make org-document-info-keyword inherit ef-themes-fixed-pitch
This means that the text is rendered in a monospaced font if the user
option 'standard-themes-mixed-fonts' is set to a non-nil value.
---
standard-themes.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/standard-themes.el b/standard-themes.el
index d694bcc18a..e3149743e9 100644
--- a/standard-themes.el
+++ b/standard-themes.el
@@ -1761,7 +1761,7 @@ Optional prefix argument MAPPINGS has the same meaning as
for
`(org-date ((,c :inherit standard-themes-fixed-pitch :foreground
,date-common :underline t)))
`(org-date-selected ((,c :foreground ,date-common :inverse-video t)))
`(org-document-info ((,c :foreground ,rainbow-1)))
- `(org-document-info-keyword ((,c :inherit shadow)))
+ `(org-document-info-keyword ((,c :inherit (standard-themes-fixed-pitch
shadow))))
`(org-document-title ((,c :inherit standard-themes-heading-0)))
`(org-done ((,c :inherit bold :foreground ,info)))
`(org-drawer ((,c :inherit standard-themes-fixed-pitch :foreground
,fnname)))
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [elpa] externals/standard-themes 95fa9f6ecc: Make org-document-info-keyword inherit ef-themes-fixed-pitch,
ELPA Syncer <=