branch: elpa/monokai-theme
commit df1ca39fbebaf3147f5ce11b89e11ed18034696d
Merge: 9b176a1 86331bf
Author: Kelvin Smith <[email protected]>
Commit: Kelvin Smith <[email protected]>
Merge pull request #41 from cslux/master
Fixes #40
---
monokai-theme.el | 1 +
1 file changed, 1 insertion(+)
diff --git a/monokai-theme.el b/monokai-theme.el
index 96f526c..4587cb7 100644
--- a/monokai-theme.el
+++ b/monokai-theme.el
@@ -1318,6 +1318,7 @@ Also affects 'linum-mode' background."
`(company-tooltip-common-selection
((,class (:foreground ,monokai-bg
+ :background ,blue
:underline t))
(,terminal-class (:foreground ,terminal-monokai-bg
:underline t))))