fix(emacs): modify face for isearch
Signed-off-by: Lucas Sta Maria <lucas@priime.dev>
This commit is contained in:
parent
b8fbf1d200
commit
7e0fcac483
1 changed files with 1 additions and 0 deletions
|
@ -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)))))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue