branch: externals/modus-themes
commit 6b2053b4aec9b5b8df0aa9491e503c28d24e4d3b
Author: Protesilaos Stavrou <[email protected]>
Commit: Protesilaos Stavrou <[email protected]>
Remove support for indium package
From what I can tell, it is basically irrelevant for modern JS developers.
---
modus-themes.el | 8 --------
1 file changed, 8 deletions(-)
diff --git a/modus-themes.el b/modus-themes.el
index adaa649038..f97b88c285 100644
--- a/modus-themes.el
+++ b/modus-themes.el
@@ -5623,14 +5623,6 @@ FG and BG are the main colors."
`(imenu-list-entry-subalist-face-1 ((,c :inherit bold :foreground
,fg-heading-2 :underline t)))
`(imenu-list-entry-subalist-face-2 ((,c :inherit bold :foreground
,fg-heading-3 :underline t)))
`(imenu-list-entry-subalist-face-3 ((,c :inherit bold :foreground
,fg-heading-4 :underline t)))
-;;;;; indium
- `(indium-breakpoint-face ((,c :foreground ,err)))
- `(indium-frame-url-face ((,c :inherit (shadow button))))
- `(indium-keyword-face ((,c :inherit font-lock-keyword-face)))
- `(indium-litable-face ((,c :inherit modus-themes-slant)))
- `(indium-repl-error-face ((,c :inherit error)))
- `(indium-repl-prompt-face ((,c :inherit modus-themes-prompt)))
- `(indium-repl-stdout-face (( )))
;;;;; info
`(Info-quoted ((,c :inherit modus-themes-prose-verbatim))) ; the
capitalization is canonical
`(info-header-node ((,c :inherit (shadow bold))))