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

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

[nongnu] elpa/spacemacs-theme 5555655e82 037/336: ein support


From: ELPA Syncer
Subject: [nongnu] elpa/spacemacs-theme 5555655e82 037/336: ein support
Date: Fri, 14 Jan 2022 10:58:55 -0500 (EST)

branch: elpa/spacemacs-theme
commit 5555655e820c8988c49e855c695fcf80d0dfa256
Author: nashamri <designernasser@gmail.com>
Commit: nashamri <designernasser@gmail.com>

    ein support
---
 spacemacs-dark-theme.el  | 7 +++++++
 spacemacs-light-theme.el | 7 +++++++
 2 files changed, 14 insertions(+)

diff --git a/spacemacs-dark-theme.el b/spacemacs-dark-theme.el
index d8d5c0e273..2eeece85b6 100644
--- a/spacemacs-dark-theme.el
+++ b/spacemacs-dark-theme.el
@@ -364,6 +364,13 @@
    `(erc-nick-prefix-face ((,class (:foreground ,yellow))))
    `(erc-nick-default-face ((,class (:foreground ,inf))))
 
+;;;;; ein
+   `(ein:cell-input-area((,class (:background ,bg2))))
+   `(ein:cell-input-prompt ((,class (:foreground ,suc))))
+   `(ein:cell-output-prompt ((,class (:foreground ,err))))
+   `(ein:notification-tab-selected ((,class (:foreground ,suc :bold t))))
+   `(ein:notification-tab-normal ((,class (:foreground ,builtin))))
+
 ;;;;; other, need more work
    `(custom-button ((,class (:background ,yellow))))
    `(font-latex-bold-face ((,class (:foreground ,type))))
diff --git a/spacemacs-light-theme.el b/spacemacs-light-theme.el
index 16874d5d2c..45ccb959a8 100644
--- a/spacemacs-light-theme.el
+++ b/spacemacs-light-theme.el
@@ -364,6 +364,13 @@
    `(erc-nick-prefix-face ((,class (:foreground ,yellow))))
    `(erc-nick-default-face ((,class (:foreground ,inf))))
 
+;;;;; ein
+   `(ein:cell-input-area((,class (:background ,bg2))))
+   `(ein:cell-input-prompt ((,class (:foreground ,green))))
+   `(ein:cell-output-prompt ((,class (:foreground ,err))))
+   `(ein:notification-tab-selected ((,class (:foreground ,green :bold t))))
+   `(ein:notification-tab-normal ((,class (:foreground ,builtin))))
+
 ;;;;; other, need more work
    `(font-latex-bold-face ((,class (:foreground ,type))))
    `(font-latex-italic-face ((,class (:foreground ,key2 :italic t))))



reply via email to

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