branch: elpa/alect-themes
commit 9cdda58d5f3c65600abcab860710bd56d40a9477
Author: Alex Kost <[email protected]>
Commit: Alex Kost <[email protected]>
Add support for gnus startup logo
---
alect-themes.el | 3 +++
1 file changed, 3 insertions(+)
diff --git a/alect-themes.el b/alect-themes.el
index d91aad2..0b5145f 100644
--- a/alect-themes.el
+++ b/alect-themes.el
@@ -1205,6 +1205,9 @@ static char *gnus-pointer[] = {
\"###########.######\" };"))
t)
+ ;; gnus startup logo
+ (gnus-logo-colors '(,(gc 'cyan+1) ,(gc 'gray-1)) t)
+
;; fill-column-indicator
(fci-rule-color ,(gc 'bg-2))