branch: elpa/alect-themes
commit b7bbe40bf54bb9a3e6eb7c32eedfc8ff40836447
Author: Alex Kost <[email protected]>
Commit: Alex Kost <[email protected]>
Modify 'compilation-info' face
---
alect-themes.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/alect-themes.el b/alect-themes.el
index 9ac4a1e..c18efed 100644
--- a/alect-themes.el
+++ b/alect-themes.el
@@ -615,7 +615,7 @@ For INVERT, see `alect-get-color'."
(company-scrollbar-bg ((,c :background ,(gc 'gray))))
;; compilation
- (compilation-info ((,c :foreground ,(gc 'green-2))))
+ (compilation-info ((,c :foreground ,(gc 'green+1))))
(compilation-warning ((,c :inherit warning)))
(compilation-error ((,c :inherit error)))
(compilation-line-number ((,c :foreground ,(gc 'yellow))))