branch: elpa/monokai-theme
commit 8cd874e5e536415985d99228908c4a9878c7d947
Author: Kelvin Smith <[email protected]>
Commit: Kelvin Smith <[email protected]>
Add eval-sexp-fu faces
---
monokai-theme.el | 12 ++++++++++++
1 file changed, 12 insertions(+)
diff --git a/monokai-theme.el b/monokai-theme.el
index c661931..32767b8 100644
--- a/monokai-theme.el
+++ b/monokai-theme.el
@@ -450,6 +450,18 @@ Also affects 'linum-mode' background."
((,class (:foreground ,monokai-red))
(,terminal-class (:foreground ,terminal-monokai-red))))
+ `(eval-sexp-fu-flash
+ ((,class (:foreground ,monokai-bg
+ :background ,monokai-green))
+ (,terminal-class (:foreground ,terminal-monokai-bg
+ :background ,terminal-monokai-green))))
+
+ `(eval-sexp-fu-flash-error
+ ((,class (:foreground ,monokai-bg
+ :background ,monokai-red))
+ (,terminal-class (:foreground ,terminal-monokai-bg
+ :background ,terminal-monokai-red))))
+
`(trailing-whitespace
((,class (:background ,monokai-red))
(,terminal-class (:background ,terminal-monokai-red))))