1
0
Fork 0

fix(emacs): modify face for isearch

Signed-off-by: Lucas Sta Maria <lucas@priime.dev>
This commit is contained in:
Lucas Sta Maria 2024-04-10 20:46:25 -04:00
parent b8fbf1d200
commit 7e0fcac483
No known key found for this signature in database
GPG key ID: F07FB16A826E3B47

View file

@ -59,6 +59,7 @@
(custom-set-faces (custom-set-faces
'(region ((t (:inherit nano-subtle :background "#EBE5F5")))) '(region ((t (:inherit nano-subtle :background "#EBE5F5"))))
'(lazy-highlight ((t (:inherit region))))
`(variable-pitch ((t (:family ,priime-variable-font :height 125 :weight medium)))) `(variable-pitch ((t (:family ,priime-variable-font :height 125 :weight medium))))
`(fixed-pitch ((t (:family ,priime-fixed-font :height 0.8 :inherit nil)))) `(fixed-pitch ((t (:family ,priime-fixed-font :height 0.8 :inherit nil))))
`(shr-text ((t (:inherit variable-pitch-text :family ,priime-variable-font))))) `(shr-text ((t (:inherit variable-pitch-text :family ,priime-variable-font)))))