branch: elpa/spacemacs-theme
commit 01778e812c2c607948a0602e48c206b5ecf3a018
Author: nashamri <[email protected]>
Commit: nashamri <[email protected]>
Partial fix to #11
There still an issue with some popups that uses pos-tip
---
spacemacs-common.el | 2 ++
1 file changed, 2 insertions(+)
diff --git a/spacemacs-common.el b/spacemacs-common.el
index b62da8778a..ceb2532854 100644
--- a/spacemacs-common.el
+++ b/spacemacs-common.el
@@ -124,10 +124,12 @@
`(match ((,class (:background ,bg1 :foreground ,inf :weight bold))))
`(minibuffer-prompt ((,class (:bold t :foreground ,keyword))))
`(page-break-lines ((,class (:foreground ,active2))))
+ `(popup-tip-face ((,class (:background ,active2 :foreground ,base :bold
nil :italic nil :underline nil))))
`(region ((,class (:background ,highlight))))
`(secondary-selection ((,class (:background ,bg3))))
`(show-paren-match-face ((,class (:background ,suc))))
`(success ((,class (:foreground ,suc))))
+ `(tooltip ((,class (:background ,active2 :foreground ,base :bold nil
:italic nil :underline nil))))
`(vertical-border ((,class (:foreground ,bg4))))
`(warning ((,class (:foreground ,war ))))