branch: elpa/material-theme
commit 2287b75ab98c47615a9c37c4bf18f166a1e0f718
Author: Christoph Paulik <[email protected]>
Commit: Christoph Paulik <[email protected]>

    fix input area in ipython notebook
---
 material-light-theme.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/material-light-theme.el b/material-light-theme.el
index 7f90798..1bf777b 100644
--- a/material-light-theme.el
+++ b/material-light-theme.el
@@ -448,7 +448,7 @@
    `(py-builtins-face ((,class (:foreground ,"#ff7043" :weight normal))))
 
    ;; ein (emacs-ipython-notebook) specific colors
-   `(ein:cell-input-area ((,class (:background ,"#1e2930"))))
+   `(ein:cell-input-area ((,class (:background ,"#EFEFEF"))))
    `(ein:cell-input-prompt ((,class (:inherit org-block-begin-line))))
    `(ein:cell-output-prompt ((,class (:inherit org-block-end-line))))
 

Reply via email to