Fix popup-menu-mouse-face

It was hard to read, now it's more aligned to how the cursor selection
face looks.
This commit is contained in:
Thomas Frössman 2015-04-19 16:23:20 +02:00
parent e966024ab9
commit 883fb0c0ee

View file

@ -1577,7 +1577,7 @@ customize the resulting theme."
`(popup-face ((,class (:background ,base02 :foreground ,base0))))
`(popup-isearch-match ((,class (:background ,yellow :foreground ,base03))))
`(popup-menu-face ((,class (:background ,base02 :foreground ,base0))))
`(popup-menu-mouse-face ((,class (:background ,blue :foreground ,base0))))
`(popup-menu-mouse-face ((,class (:background ,blue :foreground ,base03))))
`(popup-menu-selection-face ((,class (:background ,magenta :foreground ,base03))))
`(popup-scroll-bar-background-face ((,class (:background ,base01))))
`(popup-scroll-bar-foreground-face ((,class (:background ,base1))))