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

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

[nongnu] elpa/tangotango-theme 897c1643bd 06/10: Merge pull request #23


From: ELPA Syncer
Subject: [nongnu] elpa/tangotango-theme 897c1643bd 06/10: Merge pull request #23 from fapdash/fix-term-color-red
Date: Sun, 17 Nov 2024 07:00:37 -0500 (EST)

branch: elpa/tangotango-theme
commit 897c1643bd2cfd3c0b265a5f7599d1d04de0c304
Merge: 361bfb301a d288c6dc26
Author: Julien Barnier <julien@nozav.org>
Commit: GitHub <noreply@github.com>

    Merge pull request #23 from fapdash/fix-term-color-red
    
    Use lighter red for term for better contrast
---
 tangotango-theme.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tangotango-theme.el b/tangotango-theme.el
index c7d27f6299..988dddfcff 100644
--- a/tangotango-theme.el
+++ b/tangotango-theme.el
@@ -231,7 +231,7 @@
  `(term-color-cyan ((t (:foreground "light cyan" :background "light cyan"))))
  `(term-color-green ((t (:foreground "#6ac214" :background "#6ac214"))))
  `(term-color-magenta ((t (:foreground "magenta3" :background "magenta3"))))
- `(term-color-red ((t (:foreground "#a40000" :background "#a40000"))))
+ `(term-color-red ((t (:foreground "#ef2929" :background "#ef2929"))))
  `(term-color-white ((t (:foreground "#eeeeec" :background "#eeeeec"))))
  `(term-color-yellow ((t (:foreground "#edd400" :background "#edd400"))))
  ;; regexp metachars



reply via email to

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