commit 3c5eb463ca5c6fc866c4a50eb731a4a4290ce90a
parent a29f55b66b36831952edfa91479b1ba1bc1face0
Author: Thomas Frössman <thomasf@jossystem.se>
Date: Tue, 14 Apr 2015 17:36:49 +0200
Merge pull request #171 from myuhe/pophint
Add pophint face
Diffstat:
1 file changed, 4 insertions(+), 0 deletions(-)
diff --git a/solarized.el b/solarized.el
@@ -1580,6 +1580,10 @@ customize the resulting theme."
`(popup-scroll-bar-background-face ((,class (:background ,base01))))
`(popup-scroll-bar-foreground-face ((,class (:background ,base1))))
`(popup-tip-face ((,class (:background ,base02 :foreground ,base0))))
+;;;;; pophint
+ `(pophint:tip-face ((,class (:background ,magenta :foreground ,base03))))
+ `(pophint:match-face ((,class (:background ,blue :foreground ,base03))))
+ `(pophint:pos-tip-face ((,class (:background ,base02 :foreground ,base0))))
;;;;; powerline
`(powerline-active1 ((,class ,(if solarized-high-contrast-mode-line
`(:background ,base00 :foreground ,base03)