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

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

[elpa] externals/modus-themes d8e92a50f0: Provide bright colors for vter


From: ELPA Syncer
Subject: [elpa] externals/modus-themes d8e92a50f0: Provide bright colors for vterm
Date: Tue, 28 Feb 2023 15:58:17 -0500 (EST)

branch: externals/modus-themes
commit d8e92a50f003908c72a2f588beb1856041dc9cda
Author: Illia Ostapyshyn <ilya.ostapyshyn@gmail.com>
Commit: Protesilaos Stavrou <info@protesilaos.com>

    Provide bright colors for vterm
---
 modus-themes.el | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/modus-themes.el b/modus-themes.el
index d723e9b3db..f8faf646ea 100644
--- a/modus-themes.el
+++ b/modus-themes.el
@@ -3653,17 +3653,17 @@ FG and BG are the main colors."
     `(vr/match-1 ((,c :inherit modus-themes-intense-yellow)))
     `(vr/match-separator-face ((,c :inherit bold :background ,bg-active)))
 ;;;;; vterm
-    `(vterm-color-black ((,c :background "gray35" :foreground "gray35")))
-    `(vterm-color-blue ((,c :background ,blue :foreground ,blue)))
-    `(vterm-color-cyan ((,c :background ,cyan :foreground ,cyan)))
+    `(vterm-color-black ((,c :background "gray35" :foreground "black")))
+    `(vterm-color-blue ((,c :background ,blue-warmer :foreground ,blue)))
+    `(vterm-color-cyan ((,c :background ,cyan-cooler :foreground ,cyan)))
     `(vterm-color-default ((,c :background ,bg-main :foreground ,fg-main)))
-    `(vterm-color-green ((,c :background ,green :foreground ,green)))
+    `(vterm-color-green ((,c :background ,green-cooler :foreground ,green)))
     `(vterm-color-inverse-video ((,c :background ,bg-main :inverse-video t)))
-    `(vterm-color-magenta ((,c :background ,magenta :foreground ,magenta)))
-    `(vterm-color-red ((,c :background ,red :foreground ,red)))
+    `(vterm-color-magenta ((,c :background ,magenta-cooler :foreground 
,magenta)))
+    `(vterm-color-red ((,c :background ,red-warmer :foreground ,red)))
     `(vterm-color-underline ((,c :underline t)))
-    `(vterm-color-white ((,c :background "gray65" :foreground "gray65")))
-    `(vterm-color-yellow ((,c :background ,yellow :foreground ,yellow)))
+    `(vterm-color-white ((,c :background "white" :foreground "gray65")))
+    `(vterm-color-yellow ((,c :background ,yellow-warmer :foreground ,yellow)))
 ;;;;; vundo
     `(vundo-highlight ((,c :inherit (bold vundo-node) :foreground 
,red-intense)))
 ;;;;; wcheck-mode



reply via email to

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