(setq show-paren-delay 0
show-paren-style 'expression)
-(set-face-attribute 'show-paren-match
- nil
- :foreground
- 'unspecified
- :background
- 'unspecified
- :underline
- t)
-
(setq electric-pair-pairs '((?\" . ?\")
(?\‘ . ?\’)
(?\“ . ?\”)
`(scroll-bar
((,class (:foreground ,light-green :background ,safety-green))))
`(region
- ((,class (:background ,hi-vis-yellow :extend t))))
+ ((,class (:foreground unspecified :background unspecified :box t :extend t))))
`(shadow
((,class (:foreground ,text :weight light))))
`(match
((,class (:background ,hi-vis-yellow))))
`(highlight
((,class (:background ,hi-vis-yellow))))
+ `(show-paren-match
+ ((,class (:foreground unspecified :background unspecified :underline t))))
`(link
((,class (:foreground ,precaution-blue :underline t))))
`(secondary-selection
`(corfu-default
((,class (:inherit default))))
`(corfu-current
- ((,class (:foreground ,text :background ,hi-vis-yellow :extend t))))))
+ ((,class (:foreground ,text :background ,light-green :underline t :extend t))))))
;;;###autoload
(when load-file-name