[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/tangotango-theme cc82639dfd 01/10: Fix show-paren colors n
From: |
ELPA Syncer |
Subject: |
[nongnu] elpa/tangotango-theme cc82639dfd 01/10: Fix show-paren colors not getting set |
Date: |
Sun, 17 Nov 2024 07:00:37 -0500 (EST) |
branch: elpa/tangotango-theme
commit cc82639dfd200c2af78746af6ad043bcfc611e4b
Author: fap <459631+fapdash@users.noreply.github.com>
Commit: fap <459631+fapdash@users.noreply.github.com>
Fix show-paren colors not getting set
The specified faces don't have the `-face` postfix.
See
https://github.com/emacs-mirror/emacs/blob/29098a291f535c8e2be114171308169f025de43f/lisp/faces.el#L3109
and
https://github.com/emacs-mirror/emacs/blob/29098a291f535c8e2be114171308169f025de43f/lisp/faces.el#L3130
---
color-theme-tangotango.el | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/color-theme-tangotango.el b/color-theme-tangotango.el
index 0a33b3c38e..cb3a84b33e 100644
--- a/color-theme-tangotango.el
+++ b/color-theme-tangotango.el
@@ -88,8 +88,8 @@
(comint-highlight-prompt ((t (:foreground "#8ae234"))))
(isearch ((t (:background "#f57900" :foreground "#2e3436"))))
(isearch-lazy-highlight-face ((t (:foreground "#2e3436" :background
"#e9b96e"))))
- (show-paren-match-face ((t (:foreground "#2e3436" :background
"#73d216"))))
- (show-paren-mismatch-face ((t (:background "#ad7fa8" :foreground
"#2e3436"))))
+ (show-paren-match ((t (:foreground "#2e3436" :background "#73d216"))))
+ (show-paren-mismatch ((t (:background "#ad7fa8" :foreground "#2e3436"))))
(info-xref ((t (:foreground "#729fcf"))))
(info-xref-visited ((t (:foreground "#ad7fa8"))))
(diary-face ((t (:bold t :foreground "IndianRed"))))
- [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 <=
- [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, 2024/11/17
- [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