branch: elpa/monokai-theme
commit fb964e0b3edf750944033ec07608831eeb1e62a9
Author: Kelvin Smith <[email protected]>
Commit: Kelvin Smith <[email protected]>
change ace foreground color to yellow
---
monokai-theme.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/monokai-theme.el b/monokai-theme.el
index 55cf1d6..84c10f9 100644
--- a/monokai-theme.el
+++ b/monokai-theme.el
@@ -614,7 +614,7 @@ Takes and optional `FRAME' as reference."
:inverse-video nil))))
`(ace-jump-face-foreground
- ((,class (:foreground ,red :background ,monokai-bg
+ ((,class (:foreground ,yellow :background ,monokai-bg
:inverse-video nil
:weight bold))))