~protesilaos/modus-themes

This thread contains a patchset. You're looking at the original emails, but you may wish to use the patch review UI. Review patch
2 2

[PATCH modus-themes 0/1] Set org-document-info-keyword back to fixed pitch font

Details
Message ID
<169083944333.19290.11534118058226713210-0@git.sr.ht>
DKIM signature
missing
Download raw message
I think it is a better default because it is more consistent(after all,
tags are fixed pitch, why isn't this?) and it is how it is in modus-
themes shipped with emacs 28/29(not sure about emacs 30)

If you don't think this is good, please tell me if there is a better way
to set it to fixed pitch other than `set-face-attribute` + `:inherit
fixed-pitch` :)

Thanks!

fluentpwn (1):
  Set org-document-info-keyword back to fixed pitch font

 modus-themes.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

-- 
2.38.5

[PATCH modus-themes 1/1] Set org-document-info-keyword back to fixed pitch font

Details
Message ID
<169083944333.19290.11534118058226713210-1@git.sr.ht>
In-Reply-To
<169083944333.19290.11534118058226713210-0@git.sr.ht> (view parent)
DKIM signature
missing
Download raw message
Patch: +1 -1
From: fluentpwn <civeax@inventati.org>

---
 modus-themes.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modus-themes.el b/modus-themes.el
index 2127bc9..29ad079 100644
--- a/modus-themes.el
+++ b/modus-themes.el
@@ -3313,7 +3313,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)))
-- 
2.38.5
Details
Message ID
<87msz72lrv.fsf@protesilaos.com>
In-Reply-To
<169083944333.19290.11534118058226713210-0@git.sr.ht> (view parent)
DKIM signature
missing
Download raw message
> From: ~civeax <civeax@git.sr.ht>
> Date: Mon, 31 Jul 2023 21:37:23 +0000
>
> I think it is a better default because it is more consistent(after all,
> tags are fixed pitch, why isn't this?) and it is how it is in modus-
> themes shipped with emacs 28/29(not sure about emacs 30)

Thanks for the patch!  I just installed it.

-- 
Protesilaos Stavrou
https://protesilaos.com
Reply to thread Export thread (mbox)