emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/material-theme 2287b75 047/118: fix input area in ipython


From: ELPA Syncer
Subject: [nongnu] elpa/material-theme 2287b75 047/118: fix input area in ipython notebook
Date: Thu, 21 Oct 2021 18:06:17 -0400 (EDT)

branch: elpa/material-theme
commit 2287b75ab98c47615a9c37c4bf18f166a1e0f718
Author: Christoph Paulik <cpaulik@gmail.com>
Commit: Christoph Paulik <cpaulik@gmail.com>

    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

[Prev in Thread] Current Thread [Next in Thread]