branch: elpa/material-theme
commit a546143bc7d371bcc9b942032dbe63522ebf552c
Author: Christoph Paulik <[email protected]>
Commit: Christoph Paulik <[email protected]>
add basic support for emacs-ipython-notebook
---
material-theme.el | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/material-theme.el b/material-theme.el
index cfceecf..7e43dce 100644
--- a/material-theme.el
+++ b/material-theme.el
@@ -445,6 +445,11 @@
;; Python-specific overrides
`(py-builtins-face ((,class (:foreground ,"#ff7043" :weight normal))))
+ ;; ein (emacs-ipython-notebook) specific colors
+ `(ein:cell-input-area ((,class (:background ,"#1e2930"))))
+ `(ein:cell-input-prompt ((,class (:inherit org-block-begin-line))))
+ `(ein:cell-output-prompt ((,class (:inherit org-block-end-line))))
+
;; js2-mode
`(js2-warning ((,class (:underline ,orange))))
`(js2-error ((,class (:foreground nil :underline ,red))))