solarized-emacs

a fork of Bozhidar Batsov's solarized-emacs
git clone https://git.trogloxene.org/solarized-emacs.git
Log | Files | Refs | README

commit 883fb0c0ee02135141bd5e87b49cab7c9be9bd61
parent e966024ab9d4a99874f586bc75ce3f41cbb6cf6e
Author: Thomas Frössman <thomasf@jossystem.se>
Date:   Sun, 19 Apr 2015 16:23:20 +0200

Fix popup-menu-mouse-face

It was hard to read, now it's more aligned to how the cursor selection
face looks.

Diffstat:
Msolarized.el | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/solarized.el b/solarized.el @@ -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))))