branch: elpa/monokai-theme
commit 2a7545a0e59d8e17910d2aa41dbabcbb31fcf073
Author: Kelvin Smith <[email protected]>
Commit: Kelvin Smith <[email protected]>

    Lighten tooltip colour
---
 monokai-theme.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/monokai-theme.el b/monokai-theme.el
index d8d07ae..7f4ccf5 100644
--- a/monokai-theme.el
+++ b/monokai-theme.el
@@ -4852,7 +4852,7 @@ Also affects 'linum-mode' background."
    ;; tooltip. (NOTE: This setting has no effect on the os widgets for me
    ;; zencoding uses this)
    `(tooltip
-     ((,class (:background ,green
+     ((,class (:background ,green-l
                            :foreground ,monokai-bg
                            :inherit ,s-variable-pitch))))
 

Reply via email to