branch: elpa/alect-themes
commit 0e437cd78170ccdf2dc702661f9a21ef245e408e
Author: Alex Kost <[email protected]>
Commit: Alex Kost <[email protected]>
Add support for 'change-log-mode'
---
README.md | 1 +
alect-themes.el | 10 ++++++++++
2 files changed, 11 insertions(+)
diff --git a/README.md b/README.md
index 0b0cd8c..308a61d 100644
--- a/README.md
+++ b/README.md
@@ -40,6 +40,7 @@ supported (themed):
+ help, apropos, info, man
+ mode-line (including vc faces)
+ calendar, diary
+ + changelog
+ comint, eshell, term
+ compilation
+ widget, customization
diff --git a/alect-themes.el b/alect-themes.el
index 2b85f5b..fe88b63 100644
--- a/alect-themes.el
+++ b/alect-themes.el
@@ -567,6 +567,16 @@ For INVERT, see `alect-get-color'."
(diary-time ((,c :inherit alect-time)))
(holiday ((,c :background ,(gc 'bg+2))))
+ ;; change-log
+ (change-log-date ((,c :inherit alect-time)))
+ (change-log-name ((,c :inherit alect-author)))
+ (change-log-email ((,c :foreground ,(gc 'red-2))))
+ (change-log-file ((,c :foreground ,(gc 'green-1))))
+ (change-log-list ((,c :inherit
font-lock-function-name-face)))
+ (change-log-conditionals ((,c :inherit
font-lock-variable-name-face)))
+ (change-log-function ((,c :foreground ,(gc 'yellow))))
+ (change-log-acknowledgment ((,c :inherit font-lock-keyword-face)))
+
;; clojure-test-mode
(clojure-test-failure-face ((,c :foreground ,(gc 'fg-2)
:weight bold :underline t)))