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

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

[elpa] externals/modus-operandi-theme c72b01c 11/54: Add support for IND


From: Stefan Monnier
Subject: [elpa] externals/modus-operandi-theme c72b01c 11/54: Add support for INDIUM
Date: Thu, 4 Jun 2020 08:20:11 -0400 (EDT)

branch: externals/modus-operandi-theme
commit c72b01cd400588bcd03cdacd29e79fe3fe18ab2e
Author: Protesilaos Stavrou <info@protesilaos.com>
Commit: Protesilaos Stavrou <info@protesilaos.com>

    Add support for INDIUM
---
 README.org              | 1 +
 modus-operandi-theme.el | 9 +++++++++
 modus-vivendi-theme.el  | 9 +++++++++
 3 files changed, 19 insertions(+)

diff --git a/README.org b/README.org
index 3322c6e..49dc19d 100644
--- a/README.org
+++ b/README.org
@@ -662,6 +662,7 @@ the "full support" may not be 100% true…
 + iedit
 + iflipb
 + imenu-list
++ indium
 + info
 + info-colors
 + interaction-log
diff --git a/modus-operandi-theme.el b/modus-operandi-theme.el
index a910876..953356e 100644
--- a/modus-operandi-theme.el
+++ b/modus-operandi-theme.el
@@ -180,6 +180,7 @@
 ;;     iedit
 ;;     iflipb
 ;;     imenu-list
+;;     indium
 ;;     info
 ;;     info-colors
 ;;     interaction-log
@@ -1965,6 +1966,14 @@ Also bind `class' to ((class color) (min-colors 89))."
    `(imenu-list-entry-subalist-face-1 ((,class (:foreground ,cyan-alt-other 
:weight bold :underline t))))
    `(imenu-list-entry-subalist-face-2 ((,class (:foreground ,yellow-alt-other 
:weight bold :underline t))))
    `(imenu-list-entry-subalist-face-3 ((,class (:foreground ,green-alt-other 
:weight bold :underline t))))
+   ;;;; indium
+   `(indium-breakpoint-face ((,class (:foreground ,red-active))))
+   `(indium-frame-url-face ((,class (:foreground ,fg-alt :underline t))))
+   `(indium-keyword-face ((,class (:foreground ,magenta-alt-other))))
+   `(indium-litable-face ((,class (:foreground ,fg-special-warm :slant 
,modus-theme-slant))))
+   `(indium-repl-error-face ((,class (:foreground ,red :weight bold))))
+   `(indium-repl-prompt-face ((,class (:foreground ,cyan-alt-other))))
+   `(indium-repl-stdout-face ((,class (:foreground ,fg-main))))
    ;;;; info
    `(Info-quoted ((,class (:foreground ,magenta)))) ; the capitalisation is 
canonical
    `(info-header-node ((,class (:foreground ,fg-special-warm))))
diff --git a/modus-vivendi-theme.el b/modus-vivendi-theme.el
index 0e2bc4c..001f55b 100644
--- a/modus-vivendi-theme.el
+++ b/modus-vivendi-theme.el
@@ -180,6 +180,7 @@
 ;;     iedit
 ;;     iflipb
 ;;     imenu-list
+;;     indium
 ;;     info
 ;;     info-colors
 ;;     interaction-log
@@ -1965,6 +1966,14 @@ Also bind `class' to ((class color) (min-colors 89))."
    `(imenu-list-entry-subalist-face-1 ((,class (:foreground ,cyan-alt-other 
:weight bold :underline t))))
    `(imenu-list-entry-subalist-face-2 ((,class (:foreground ,yellow-alt-other 
:weight bold :underline t))))
    `(imenu-list-entry-subalist-face-3 ((,class (:foreground ,green-alt-other 
:weight bold :underline t))))
+   ;;;; indium
+   `(indium-breakpoint-face ((,class (:foreground ,red-active))))
+   `(indium-frame-url-face ((,class (:foreground ,fg-alt :underline t))))
+   `(indium-keyword-face ((,class (:foreground ,magenta-alt-other))))
+   `(indium-litable-face ((,class (:foreground ,fg-special-warm :slant 
,modus-theme-slant))))
+   `(indium-repl-error-face ((,class (:foreground ,red :weight bold))))
+   `(indium-repl-prompt-face ((,class (:foreground ,cyan-alt-other))))
+   `(indium-repl-stdout-face ((,class (:foreground ,fg-main))))
    ;;;; info
    `(Info-quoted ((,class (:foreground ,magenta)))) ; the capitalisation is 
canonical
    `(info-header-node ((,class (:foreground ,fg-special-warm))))



reply via email to

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