branch: elpa/tangotango-theme commit a09791813e7ecd13183694bb3ebb09bd66499882 Author: fap <459631+fapd...@users.noreply.github.com> Commit: fap <459631+fapd...@users.noreply.github.com>
FIXUP Apply the change to the proper file --- tangotango-theme.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tangotango-theme.el b/tangotango-theme.el index f6717d74f4..c7d27f6299 100644 --- a/tangotango-theme.el +++ b/tangotango-theme.el @@ -82,8 +82,8 @@ `(match ((t (:weight bold :foreground "#2e3436" :background "#e9b96e")))) `(next-error ((t (:inherit (region))))) `(query-replace ((t (:inherit (isearch))))) - `(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"))))