branch: externals/ef-themes
commit 7b5c4fabb7d9af28b395bd4a4a6db4ac56ba5b83
Author: Protesilaos Stavrou <i...@protesilaos.com>
Commit: Protesilaos Stavrou <i...@protesilaos.com>

    Add support for built-in which-function-mode
---
 ef-themes.el | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/ef-themes.el b/ef-themes.el
index c8439a3351..95381784ee 100644
--- a/ef-themes.el
+++ b/ef-themes.el
@@ -788,6 +788,8 @@ When called from Lisp, THEME is a symbol."
     `(wgrep-face ((,c :inherit bold)))
     `(wgrep-file-face ((,c :foreground ,fg-alt)))
     `(wgrep-reject-face ((,c :inherit error)))
+;;;; which-function-mode
+    `(which-func ((,c :inherit bold :foreground ,fg-intense)))
 ;;;; widget
     `(widget-button ((,c :inherit bold :foreground ,link)))
     `(widget-button-pressed ((,c :inherit widget-button :foreground 
,link-alt)))

Reply via email to