[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/tangotango-theme d288c6dc26 03/10: Use lighter red for ter
From: |
ELPA Syncer |
Subject: |
[nongnu] elpa/tangotango-theme d288c6dc26 03/10: Use lighter red for term for better contrast |
Date: |
Sun, 17 Nov 2024 07:00:37 -0500 (EST) |
branch: elpa/tangotango-theme
commit d288c6dc2610a57b56dd18830557f3abfb532319
Author: fap <459631+fapdash@users.noreply.github.com>
Commit: fap <459631+fapdash@users.noreply.github.com>
Use lighter red for term for better contrast
This still only has a color contrast of 3.03,
but before it was 1.56, so definitely an improvement.
This adds the change I applied to the legacy version of the theme
to the proper file.
See
https://github.com/juba/color-theme-tangotango/commit/4faf8eab5c7c8184a650bdfa8a003cf5010a249c
for the previous change.
---
tangotango-theme.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tangotango-theme.el b/tangotango-theme.el
index f6717d74f4..108ef49f1a 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
- [nongnu] elpa/tangotango-theme updated (551c4cf2e7 -> 6202d4a19a), ELPA Syncer, 2024/11/17
- [nongnu] elpa/tangotango-theme cc82639dfd 01/10: Fix show-paren colors not getting set, ELPA Syncer, 2024/11/17
- [nongnu] elpa/tangotango-theme a09791813e 04/10: FIXUP Apply the change to the proper file, ELPA Syncer, 2024/11/17
- [nongnu] elpa/tangotango-theme d288c6dc26 03/10: Use lighter red for term for better contrast,
ELPA Syncer <=
- [nongnu] elpa/tangotango-theme 361bfb301a 05/10: Merge pull request #21 from fapdash/fix-matching-parens, ELPA Syncer, 2024/11/17
- [nongnu] elpa/tangotango-theme 61c521cd2b 09/10: Remove obsolete color-theme-tangotango, ELPA Syncer, 2024/11/17
- [nongnu] elpa/tangotango-theme 1b148d4dd5 08/10: Use lighter red for term for better contrast, ELPA Syncer, 2024/11/17
- [nongnu] elpa/tangotango-theme 897c1643bd 06/10: Merge pull request #23 from fapdash/fix-term-color-red, ELPA Syncer, 2024/11/17
- [nongnu] elpa/tangotango-theme 6255530b74 07/10: FIXUP Apply the change to the proper file, ELPA Syncer, 2024/11/17
- [nongnu] elpa/tangotango-theme 6202d4a19a 10/10: doc: remove obsolete instructions for emacs 23 and 24, ELPA Syncer, 2024/11/17
- [nongnu] elpa/tangotango-theme 27f5a182c5 02/10: Remove legacy color-theme-tangotango.el, ELPA Syncer, 2024/11/17