Change highlight face

This commit is contained in:
David Morgan 2022-11-01 16:13:43 +00:00
parent ba45bd0195
commit 45c2459c8e
Signed by: djm
GPG Key ID: C171251002C200F2
1 changed files with 1 additions and 0 deletions

View File

@ -73,6 +73,7 @@
`(font-lock-doc-face ((t :foreground "LightCyan3")))
`(region ((t (:background "firebrick"))))
`(secondary-selection ((t (:background "firebrick4"))))
`(highlight ((t (:background "grey30"))))
`(idle-highlight ((t (:background "grey50" :foreground "white"))))
`(isearch ((t (:background "coral2"))))
`(lazy-highlight ((t (:background "LightSteelBlue2" :foreground "black"))))