fix(emacs): use more subtle salient foreground for paren matching
Signed-off-by: Lucas Sta Maria <lucas@priime.dev>
This commit is contained in:
parent
df4572dec6
commit
0df43b6001
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue