branch: elpa/monokai-theme
commit 08721c16f2f8dc254e4cbe841cac197ffc1016f1
Author: Kelvin Smith <[email protected]>
Commit: Kelvin Smith <[email protected]>
Add support for pos-tip colors and change tooltip colors
---
monokai-theme.el | 8 ++++++--
1 file changed, 6 insertions(+), 2 deletions(-)
diff --git a/monokai-theme.el b/monokai-theme.el
index 9c1fbe2..6d4fa41 100644
--- a/monokai-theme.el
+++ b/monokai-theme.el
@@ -4771,8 +4771,8 @@ Also affects 'linum-mode' background."
;; tooltip. (NOTE: This setting has no effect on the os widgets for me
;; zencoding uses this)
`(tooltip
- ((,class (:background ,yellow-lc
- :foreground ,yellow-hc
+ ((,class (:background ,green
+ :foreground ,monokai-bg
:inherit ,s-variable-pitch))))
;; tuareg
@@ -5440,6 +5440,10 @@ Also affects 'linum-mode' background."
'((,monokai-hl . 0)(,green-lc . 20)(,cyan-lc . 30)(,blue-lc . 50)
(,yellow-lc . 60)(,orange-lc . 70)(,magenta-lc . 85)(,monokai-hl .
100)))
+ ;; pos-tip
+ `(pos-tip-foreground-color ,monokai-bg)
+ `(pos-tip-background-color ,green)
+
;; vc
`(vc-annotate-color-map
'((20 . ,red)