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

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

[elpa] externals/ef-themes 9b16bb35a2 1/4: Cover the bold-italic face


From: ELPA Syncer
Subject: [elpa] externals/ef-themes 9b16bb35a2 1/4: Cover the bold-italic face
Date: Fri, 19 Aug 2022 02:57:37 -0400 (EDT)

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

    Cover the bold-italic face
---
 ef-themes.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/ef-themes.el b/ef-themes.el
index 2c9e749797..6b1614ba02 100644
--- a/ef-themes.el
+++ b/ef-themes.el
@@ -247,6 +247,7 @@ Helper function for `ef-themes-preview-colors'."
 ;;;; all basic faces
     `(default ((,c :background ,bg-main :foreground ,fg-main)))
     `(cursor ((,c :background ,cursor)))
+    `(bold-italic ((,c :inherit (bold italic))))
     `(region ((,c :background ,bg-region)))
     `(comint-highlight-input ((,c :inherit bold)))
     `(comint-highlight-prompt ((,c :foreground ,accent-2)))



reply via email to

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