commit 7ef662c097523bd9876e781954ce4b1af4cc4489
parent 8f9a0e6c25d29bb05e58ebc80e689d2d2fbea258
Author: myuhe <yuhei.maeda@gmail.com>
Date: Sat, 28 Mar 2015 11:17:55 +0900
Add pophint face
Diffstat:
1 file changed, 4 insertions(+), 0 deletions(-)
diff --git a/solarized.el b/solarized.el
@@ -1584,6 +1584,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 ,yellow :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)