branch: elpa/monokai-theme
commit 3939cb7f7f060ccf25d21726fe318ada2c3be7d3
Merge: 71bcced f6f945e
Author: Kelvin Smith <[email protected]>
Commit: GitHub <[email protected]>
Merge pull request #79 from seagle0128/master
Change tooltip color
---
monokai-theme.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/monokai-theme.el b/monokai-theme.el
index 90ae8ec..d73998f 100644
--- a/monokai-theme.el
+++ b/monokai-theme.el
@@ -5183,7 +5183,7 @@ Also affects 'linum-mode' background."
;; tooltip. (NOTE: This setting has no effect on the os widgets for me
;; zencoding uses this)
`(tooltip
- ((,monokai-class (:background ,monokai-green-l
+ ((,monokai-class (:background ,monokai-yellow-hc
:foreground ,monokai-background
:inherit ,monokai-pitch))))