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

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

[nongnu] elpa/solarized-theme 94e7c342da: Add 'ansi-color-*' faces for E


From: ELPA Syncer
Subject: [nongnu] elpa/solarized-theme 94e7c342da: Add 'ansi-color-*' faces for Emacs 28.1
Date: Sun, 19 Jun 2022 08:58:52 -0400 (EDT)

branch: elpa/solarized-theme
commit 94e7c342da1b04326028708e5503973d554bd828
Author: Josh Caswell <josh@woolsweater.net>
Commit: Bozhidar Batsov <bozhidar@batsov.dev>

    Add 'ansi-color-*' faces for Emacs 28.1
---
 solarized-faces.el | 15 +++++++++++++++
 1 file changed, 15 insertions(+)

diff --git a/solarized-faces.el b/solarized-faces.el
index cf26933186..c0b041e9cb 100644
--- a/solarized-faces.el
+++ b/solarized-faces.el
@@ -87,6 +87,21 @@
      `(warning ((,class (:foreground ,yellow ))))
      `(next-error ((,class (:foreground ,magenta-2fg :background ,magenta-2bg 
:weight normal))))
 
+;;;;; ansi-color
+     `(ansi-color-black ((,class (:foreground ,base1 :background ,base1))))
+     `(ansi-color-red ((,class (:foreground ,red :background ,red))))
+     `(ansi-color-green ((,class (:foreground ,green :background ,green))))
+     `(ansi-color-yellow ((,class (:foreground ,yellow :background ,yellow))))
+     `(ansi-color-blue ((,class (:foreground ,blue :background ,blue))))
+     `(ansi-color-magenta ((,class (:foreground ,magenta :background 
,magenta))))
+     `(ansi-color-cyan ((,class (:foreground ,cyan :background ,cyan))))
+     `(ansi-color-bright-black ((,class (:foreground ,base0 :background 
,base0))))
+     `(ansi-color-bright-red ((,class (:foreground ,red-l :background 
,red-l))))
+     `(ansi-color-bright-green ((,class (:foreground ,green-l :background 
,green-l))))
+     `(ansi-color-bright-yellow ((,class (:foreground ,yellow-l :background 
,yellow-l))))
+     `(ansi-color-bright-blue ((,class (:foreground ,blue-l :background 
,blue-l))))
+     `(ansi-color-bright-magenta ((,class (:foreground ,magenta-l :background 
,magenta-l))))
+     `(ansi-color-bright-cyan ((,class (:foreground ,cyan-l :background 
,cyan-l))))
 ;;;;; compilation
      `(compilation-column-face ((,class (:foreground ,cyan :underline nil))))
      `(compilation-column-number ((,class (:inherit font-lock-doc-face 
:foreground ,cyan



reply via email to

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