[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/apropospriate-theme 008cd61: add ansi-color faces for new
From: |
ELPA Syncer |
Subject: |
[nongnu] elpa/apropospriate-theme 008cd61: add ansi-color faces for new emacs shell-ish output handling |
Date: |
Wed, 3 Nov 2021 12:57:36 -0400 (EDT) |
branch: elpa/apropospriate-theme
commit 008cd61d8b42367316b147eef2a81636f01faeee
Author: justin talbott <justin@waymondo.com>
Commit: justin talbott <justin@waymondo.com>
add ansi-color faces for new emacs shell-ish output handling
---
apropospriate.el | 16 ++++++++++++++++
1 file changed, 16 insertions(+)
diff --git a/apropospriate.el b/apropospriate.el
index 7064be2..53e7fe3 100644
--- a/apropospriate.el
+++ b/apropospriate.el
@@ -603,6 +603,22 @@ Set to `1.0' or nil to prevent font size manipulation."
`(eshell-ls-product ((,class (:inherit font-lock-doc-face))))
`(eshell-ls-special ((,class (:foreground ,orange))))
`(eshell-ls-symlink ((,class (:foreground ,purple))))
+ `(ansi-color-black ((,class (:foreground ,base03))))
+ `(ansi-color-bright-black ((,class (:foreground ,base03-1))))
+ `(ansi-color-red ((,class (:foreground ,red))))
+ `(ansi-color-bright-red ((,class (:foreground ,red-1))))
+ `(ansi-color-green ((,class (:foreground ,green))))
+ `(ansi-color-bright-green ((,class (:foreground ,green-1))))
+ `(ansi-color-yellow ((,class (:foreground ,yellow))))
+ `(ansi-color-bright-yellow ((,class (:foreground ,yellow-1))))
+ `(ansi-color-blue ((,class (:foreground ,blue))))
+ `(ansi-color-bright-blue ((,class (:foreground ,blue-1))))
+ `(ansi-color-magenta ((,class (:foreground ,purple))))
+ `(ansi-color-bright-magenta ((,class (:foreground ,purple-1))))
+ `(ansi-color-cyan ((,class (:foreground ,cyan))))
+ `(ansi-color-bright-cyan ((,class (:foreground ,cyan-1))))
+ `(ansi-color-white ((,class (:foreground ,base00))))
+ `(ansi-color-bright-white ((,class (:foreground ,base00-1))))
`(term ((,class (:foreground ,base03))))
`(term-color-black ((,class (:foreground ,base03))))
`(term-color-red ((,class (:foreground ,red))))
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [nongnu] elpa/apropospriate-theme 008cd61: add ansi-color faces for new emacs shell-ish output handling,
ELPA Syncer <=