Tweak completions-first-difference face

This commit is contained in:
Jessie Hildebrandt 2022-12-29 23:19:18 -05:00
parent 590bc25b95
commit 1c2fe39161

View File

@ -280,7 +280,7 @@
;; completions
`(completions-annotations ((,class (:inherit shadow))))
`(completions-common-part ((,class (:foreground ,blue))))
`(completions-first-difference ((,class ,(unless adwaita-dark-theme-no-completions-first-difference `(:foreground ,base-7)))))
`(completions-first-difference ((,class ,(unless adwaita-dark-theme-no-completions-first-difference '(:weight bold)))))
;; custom
`(custom-button ((,class (:background ,base-3 :foreground ,fg :box (:line-width 3 :color ,base-3)))))