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

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

[nongnu] elpa/material-theme a546143 035/118: add basic support for emac


From: ELPA Syncer
Subject: [nongnu] elpa/material-theme a546143 035/118: add basic support for emacs-ipython-notebook
Date: Thu, 21 Oct 2021 18:06:15 -0400 (EDT)

branch: elpa/material-theme
commit a546143bc7d371bcc9b942032dbe63522ebf552c
Author: Christoph Paulik <christoph.paulik@geo.tuwien.ac.at>
Commit: Christoph Paulik <christoph.paulik@geo.tuwien.ac.at>

    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))))



reply via email to

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