summaryrefslogtreecommitdiff
path: root/zenburn-theme.el
diff options
context:
space:
mode:
authorDavide Restivo <davide.restivo@yahoo.it>2016-12-31 18:15:55 +0100
committerBozhidar Batsov <bozhidar.batsov@gmail.com>2016-12-31 19:45:04 +0200
commit6ea348a24fc1ba16c7bef1fc2986a5bf7dbc8310 (patch)
tree87e00ce6c7af8f6ce8eaaed0e1c4debb7b589448 /zenburn-theme.el
parent375e0d574a7872c0856ef0237939c98f020614f3 (diff)
Fix pop menu colors (i.e. needed in jedi)
Diffstat (limited to 'zenburn-theme.el')
-rw-r--r--zenburn-theme.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/zenburn-theme.el b/zenburn-theme.el
index a24c39d..e11457a 100644
--- a/zenburn-theme.el
+++ b/zenburn-theme.el
@@ -252,6 +252,8 @@ Also bind `class' to ((class color) (min-colors 89))."
`(ac-candidate-face ((t (:background ,zenburn-bg+3 :foreground ,zenburn-bg-2))))
`(ac-selection-face ((t (:background ,zenburn-blue-4 :foreground ,zenburn-fg))))
`(popup-tip-face ((t (:background ,zenburn-yellow-2 :foreground ,zenburn-bg-2))))
+ `(popup-menu-mouse-face ((t (:background ,zenburn-yellow-2 :foreground ,zenburn-bg-2))))
+ `(popup-summary-face ((t (:background ,zenburn-bg+3 :foreground ,zenburn-bg-2))))
`(popup-scroll-bar-foreground-face ((t (:background ,zenburn-blue-5))))
`(popup-scroll-bar-background-face ((t (:background ,zenburn-bg-1))))
`(popup-isearch-match ((t (:background ,zenburn-bg :foreground ,zenburn-fg))))