branch: elpa/alect-themes
commit c86e33465fb4bd1ad27100b12c0d95bb08bdee4a
Author: Alex Kost <[email protected]>
Commit: Alex Kost <[email protected]>

    Modify 'which-func' face
---
 alect-themes.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/alect-themes.el b/alect-themes.el
index da6f34b..92ca4ad 100644
--- a/alect-themes.el
+++ b/alect-themes.el
@@ -1437,7 +1437,7 @@ For INVERT, see `alect-get-color'."
          (wl-highlight-summary-displaying-face             ((,c :underline t 
:weight bold)))
 
          ;; which-func-mode
-         (which-func ((,c :foreground ,(gc 'green-2))))
+         (which-func ((,c :inherit font-lock-function-name-face)))
 
          ;; whitespace-mode
          (whitespace-space            ((,c :foreground ,(gc 'bg+1))))

Reply via email to