branch: elpa/alect-themes
commit fa8f77981910c283f12f7d54fe5439d81d5192a2
Author: Alex Kost <[email protected]>
Commit: Alex Kost <[email protected]>
Modify `alect-color-level-9' face
---
alect-themes.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/alect-themes.el b/alect-themes.el
index 03a20d4..3b28ec8 100644
--- a/alect-themes.el
+++ b/alect-themes.el
@@ -284,7 +284,7 @@ For INVERT, see `alect-get-color'."
(alect-color-level-6 ((t :foreground ,(gc 'blue-1))))
(alect-color-level-7 ((t :foreground ,(gc 'magenta-1))))
(alect-color-level-8 ((t :foreground ,(gc 'yellow))))
- (alect-color-level-9 ((t :foreground ,(gc 'green+2))))
+ (alect-color-level-9 ((t :foreground ,(gc 'green-1))))
(alect-color-level-10 ((t :foreground ,(gc 'red-2))))
(alect-color-level-11 ((t :foreground ,(gc 'cyan-2))))
(alect-color-level-12 ((t :foreground ,(gc 'magenta+2))))