Tweak paren/delimiter faces

This commit is contained in:
Jessie Hildebrandt 2022-12-22 04:49:08 -05:00
parent 2df4da09f1
commit 9e30062b49

View File

@ -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))))