1
0
Fork 0

fix(emacs): use more subtle salient foreground for paren matching

Signed-off-by: Lucas Sta Maria <lucas@priime.dev>
This commit is contained in:
Lucas Sta Maria 2024-11-20 21:48:09 -05:00
parent df4572dec6
commit 0df43b6001
No known key found for this signature in database
GPG key ID: F07FB16A826E3B47

View file

@ -139,7 +139,7 @@
(line-number ((t (:inherit default :foreground "#98A4AE"))))
(line-number-current-line ((t (:inherit default :foreground "#98A4AE"))))
;; show-paren-mode
(show-paren-match ((t (:inherit nano-salient-i :weight black))))
(show-paren-match ((t (:inherit nano-salient :weight black))))
:bind
(("C-v" . View-scroll-half-page-forward)