From 9e30062b49c0922725659a298023eaa8450fa4b4 Mon Sep 17 00:00:00 2001 From: Jessie Hildebrandt Date: Thu, 22 Dec 2022 04:49:08 -0500 Subject: [PATCH] Tweak paren/delimiter faces --- adwaita-dark-theme.el | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/adwaita-dark-theme.el b/adwaita-dark-theme.el index 90e3070..0c4fcb8 100644 --- a/adwaita-dark-theme.el +++ b/adwaita-dark-theme.el @@ -418,7 +418,7 @@ `(reb-match-3 ((,class (:foreground ,yellow :inverse-video t)))) ;; show-paren - `(show-paren-match ((,class (:foreground ,fg :weight ultra-bold)))) + `(show-paren-match ((,class (:foreground ,base-8 :weight ultra-bold)))) `(show-paren-mismatch ((,class (:foreground ,red :weight ultra-bold)))) ;; tab-line @@ -736,10 +736,12 @@ `(rainbow-delimiters-depth-1-face ((,class (:foreground ,blue)))) `(rainbow-delimiters-depth-2-face ((,class (:foreground ,magenta)))) `(rainbow-delimiters-depth-3-face ((,class (:foreground ,green)))) - `(rainbow-delimiters-depth-4-face ((,class (:foreground ,orange)))) - `(rainbow-delimiters-depth-5-face ((,class (:foreground ,yellow)))) - `(rainbow-delimiters-depth-6-face ((,class (:foreground ,teal)))) - `(rainbow-delimiters-depth-7-face ((,class (:foreground ,violet)))) + `(rainbow-delimiters-depth-4-face ((,class (:foreground ,violet)))) + `(rainbow-delimiters-depth-5-face ((,class (:foreground ,teal)))) + `(rainbow-delimiters-depth-6-face ((,class (:foreground ,blue)))) + `(rainbow-delimiters-depth-7-face ((,class (:foreground ,magenta)))) + `(rainbow-delimiters-depth-8-face ((,class (:foreground ,green)))) + `(rainbow-delimiters-depth-9-face ((,class (:foreground ,violet)))) `(rainbow-delimiters-unmatched-face ((,class (:foreground ,red :weight ultra-bold)))) `(rainbow-delimiters-mismatched-face ((,class (:inherit rainbow-delimiters-unmatched-face))))