branch: externals/ef-themes
commit e8ca0241d08daa0b185eef3776658c34ca6513bd
Author: Protesilaos Stavrou <i...@protesilaos.com>
Commit: Protesilaos Stavrou <i...@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