branch: elpa/alect-themes
commit 0d8e3f03c119980862f768e7346c8eab09a86baa
Author: Alex Kost <[email protected]>
Commit: Alex Kost <[email protected]>
Add makefile faces
---
alect-themes.el | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/alect-themes.el b/alect-themes.el
index f0944cf..b88f3ef 100644
--- a/alect-themes.el
+++ b/alect-themes.el
@@ -995,6 +995,11 @@ For INVERT, see `alect-get-color'."
(magit-process-ng ((,c :inherit magit-section-title
:foreground ,(gc 'red))))
+ ;; makefile
+ (makefile-shell ((,c :weight bold)))
+ (makefile-space ((,c :inherit trailing-whitespace)))
+ (makefile-makepp-perl ((,c :background ,(gc 'bg+1))))
+
;; man
(Man-overstrike ((,c :foreground ,(gc 'cyan+1) :weight bold)))