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

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

[nongnu] elpa/moe-theme d461977e70 1/2: Add ansi colors for Emacs28


From: ELPA Syncer
Subject: [nongnu] elpa/moe-theme d461977e70 1/2: Add ansi colors for Emacs28
Date: Wed, 15 Jun 2022 10:03:12 -0400 (EDT)

branch: elpa/moe-theme
commit d461977e70163fc7c14e20c0ab80d406faa2cc13
Author: Abdallah Maouche <heiwiper@tutanota.com>
Commit: クエン酸 <azazabc123@gmail.com>

    Add ansi colors for Emacs28
---
 moe-dark-theme.el  | 21 ++++++++++++++++++++-
 moe-light-theme.el | 21 ++++++++++++++++++++-
 2 files changed, 40 insertions(+), 2 deletions(-)

diff --git a/moe-dark-theme.el b/moe-dark-theme.el
index 99eb1df22a..dcc9165dad 100644
--- a/moe-dark-theme.el
+++ b/moe-dark-theme.el
@@ -1022,7 +1022,26 @@ Moe, moe, kyun!")
    `(rpm-spec-dir-face ((,class (:foreground ,green-2))))
    `(rpm-spec-package-face ((,class (:foreground ,red-0))))
    `(rpm-spec-ghost-face ((,class (:foreground ,red-0))))
-   `(rpm-spec-section-face ((,class (:foreground ,yellow-2)))))
+   `(rpm-spec-section-face ((,class (:foreground ,yellow-2))))
+
+   ;; ansi-color
+   `(ansi-color-black ((,class (:background ,black-5 :foreground ,black-5))))
+   `(ansi-color-red ((,class (:background ,red-0 :foreground ,red-0))))
+   `(ansi-color-green ((,class (:background ,green-0 :foreground ,green-0))))
+   `(ansi-color-yellow ((,class (:background ,yellow-1 :foreground 
,yellow-1))))
+   `(ansi-color-blue ((,class (:background ,blue-1 :foreground ,blue-1))))
+   `(ansi-color-magenta ((,class (:background ,purple-1 :foreground 
,purple-1))))
+   `(ansi-color-cyan ((,class (:background ,blue-0 :foreground ,blue-0))))
+   `(ansi-color-white ((,class (:background ,white-1 :foreground ,white-1))))
+   `(ansi-color-bright-black ((,class (:background ,black-5 :foreground 
,black-5))))
+   `(ansi-color-bright-red ((,class (:background ,red-0 :foreground ,red-0))))
+   `(ansi-color-bright-green ((,class (:background ,green-0 :foreground 
,green-0))))
+   `(ansi-color-bright-yellow ((,class (:background ,yellow-1 :foreground 
,yellow-1))))
+   `(ansi-color-bright-blue ((,class (:background ,blue-1 :foreground 
,blue-1))))
+   `(ansi-color-bright-magenta ((,class (:background ,purple-1 :foreground 
,purple-1))))
+   `(ansi-color-bright-cyan ((,class (:background ,blue-0 :foreground 
,blue-0))))
+   `(ansi-color-bright-white ((,class (:background ,white-1 :foreground 
,white-1))))
+   `(ansi-color-bold ((,class (:inherit bold)))))
 
   (custom-theme-set-variables
    'moe-dark
diff --git a/moe-light-theme.el b/moe-light-theme.el
index e1cf5d09d1..0c1deb902a 100644
--- a/moe-light-theme.el
+++ b/moe-light-theme.el
@@ -1028,7 +1028,26 @@ Moe, moe, kyun!")
    `(rpm-spec-dir-face ((,class (:foreground ,green-3))))
    `(rpm-spec-package-face ((,class (:foreground ,red-2))))
    `(rpm-spec-ghost-face ((,class (:foreground ,red-2))))
-   `(rpm-spec-section-face ((,class (:foreground ,red-1)))))
+   `(rpm-spec-section-face ((,class (:foreground ,red-1))))
+
+   ;; ansi-color
+   `(ansi-color-black ((,class (:background ,black-5 :foreground ,black-5))))
+   `(ansi-color-red ((,class (:background ,red-0 :foreground ,red-0))))
+   `(ansi-color-green ((,class (:background ,green-2 :foreground ,green-2))))
+   `(ansi-color-yellow ((,class (:background ,yellow-1 :foreground 
,yellow-1))))
+   `(ansi-color-blue ((,class (:background ,blue-1 :foreground ,blue-1))))
+   `(ansi-color-magenta ((,class (:background ,purple-1 :foreground 
,purple-1))))
+   `(ansi-color-cyan ((,class (:background ,blue-0 :foreground ,blue-0))))
+   `(ansi-color-white ((,class (:background ,white-0 :foreground ,white-0))))
+   `(ansi-color-bright-black ((,class (:background ,black-5 :foreground 
,black-5))))
+   `(ansi-color-bright-red ((,class (:background ,red-0 :foreground ,red-0))))
+   `(ansi-color-bright-green ((,class (:background ,green-2 :foreground 
,green-2))))
+   `(ansi-color-bright-yellow ((,class (:background ,yellow-1 :foreground 
,yellow-1))))
+   `(ansi-color-bright-blue ((,class (:background ,blue-1 :foreground 
,blue-1))))
+   `(ansi-color-bright-magenta ((,class (:background ,purple-1 :foreground 
,purple-1))))
+   `(ansi-color-bright-cyan ((,class (:background ,blue-0 :foreground 
,blue-0))))
+   `(ansi-color-bright-white ((,class (:background ,white-0 :foreground 
,white-0))))
+   `(ansi-color-bold ((,class (:inherit bold)))))
 
   (custom-theme-set-variables
    'moe-light



reply via email to

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