emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/ef-themes e8ca0241d0 274/281: Make builtin inherit bold


From: ELPA Syncer
Subject: [elpa] externals/ef-themes e8ca0241d0 274/281: Make builtin inherit bold
Date: Tue, 16 Aug 2022 16:58:41 -0400 (EDT)

branch: externals/ef-themes
commit e8ca0241d08daa0b185eef3776658c34ca6513bd
Author: Protesilaos Stavrou <info@protesilaos.com>
Commit: Protesilaos Stavrou <info@protesilaos.com>

    Make builtin inherit bold
---
 ef-themes.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ef-themes.el b/ef-themes.el
index a77100d1f9..5cb8c77073 100644
--- a/ef-themes.el
+++ b/ef-themes.el
@@ -461,7 +461,7 @@ Helper function for `ef-themes-preview-colors'."
     `(eshell-ls-unreadable ((,c :inherit shadow)))
     `(eshell-prompt ((,c :inherit minibuffer-prompt)))
 ;;;; font-lock
-    `(font-lock-builtin-face ((,c :foreground ,builtin)))
+    `(font-lock-builtin-face ((,c :inherit bold :foreground ,builtin)))
     `(font-lock-comment-delimiter-face ((,c :inherit font-lock-comment-face)))
     `(font-lock-comment-face ((,c :inherit italic :foreground ,comment)))
     `(font-lock-constant-face ((,c :foreground ,constant)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]