Use bg-active for tooltips

This commit is contained in:
Protesilaos Stavrou 2022-08-14 07:20:49 +03:00
parent 3d911e4576
commit db4555590c
No known key found for this signature in database
GPG key ID: 99BD6459CD5CA3EA

View file

@ -97,7 +97,7 @@ When called from Lisp, THEME is a symbol."
`(button ((,c :foreground ,link :underline ,border)))
`(link ((,c :foreground ,link :underline ,border)))
`(shadow ((,c :foreground ,fg-dim)))
`(tooltip ((,c :background ,bg-alt :foreground ,fg-main)))
`(tooltip ((,c :background ,bg-active :foreground ,fg-intense)))
;;;; ansi-color
`(ansi-color-black ((,c :background "black" :foreground "black")))
`(ansi-color-blue ((,c :background ,blue :foreground ,blue)))