branch: elpa/monokai-theme
commit d6a19e05c1883e682445fdc00026abc0350e3993
Author: Kelvin Smith <[email protected]>
Commit: Kelvin Smith <[email protected]>
Add ein faces
---
monokai-theme.el | 17 +++++++++++++++++
1 file changed, 17 insertions(+)
diff --git a/monokai-theme.el b/monokai-theme.el
index 20a06cb..8737491 100644
--- a/monokai-theme.el
+++ b/monokai-theme.el
@@ -1715,6 +1715,23 @@ Also affects 'linum-mode' background."
((,class (:foreground ,monokai-cyan))
(,terminal-class (:foreground ,terminal-monokai-cyan))))
+ ;; ein
+ `(ein:cell-input-area
+ ((,class (:background ,monokai-highlight-line))
+ (,terminal-class (:background ,terminal-monokai-highlight-line))))
+ `(ein:cell-input-prompt
+ ((,class (:foreground ,monokai-green))
+ (,terminal-class (:foreground ,terminal-monokai-green))))
+ `(ein:cell-output-prompt
+ ((,class (:foreground ,monokai-red))
+ (,terminal-class (:foreground ,terminal-monokai-red))))
+ `(ein:notification-tab-normal
+ ((,class (:foreground ,monokai-blue))
+ (,terminal-class (:foreground ,terminal-monokai-blue))))
+ `(ein:notification-tab-selected
+ ((,class (:foreground ,monokai-orange :inherit bold))
+ (,terminal-class (:foreground ,terminal-monokai-orange :inherit bold))))
+
;; enhanced ruby mode
`(enh-ruby-string-delimiter-face
((,class (:inherit font-lock-string-face))