branch: elpa/alect-themes
commit 65c7d0a7f9f84c73350b630eb930a8f9503eaf55
Author: Alex Kost <[email protected]>
Commit: Alex Kost <[email protected]>
Modify 'erc-input-face'
---
alect-themes.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/alect-themes.el b/alect-themes.el
index 0e6d18b..3bde398 100644
--- a/alect-themes.el
+++ b/alect-themes.el
@@ -744,7 +744,7 @@ For INVERT, see `alect-get-color'."
(erc-error-face ((,c :inherit error)))
(erc-fool-face ((,c :foreground ,(gc 'blue-2))))
(erc-highlight-face ((,c :inherit hover-highlight)))
- (erc-input-face ((,c :background ,(gc 'bg+1))))
+ (erc-input-face ((,c :background ,(gc 'cyan-bg+1))))
(erc-keyword-face ((,c :foreground ,(gc 'green+1))))
(erc-nick-default-face ((,c :foreground ,(gc 'blue+1))))
(erc-my-nick-face ((,c :foreground ,(gc 'red))))