branch: elpa/monokai-theme
commit b9be135bb01328ee7c1349c3eb81aecd045ea015
Merge: d54b46b 657a5e6
Author: Kelvin Smith <[email protected]>
Commit: GitHub <[email protected]>
Merge pull request #81 from seagle0128/master
Support highlight-symbol.
---
monokai-theme.el | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/monokai-theme.el b/monokai-theme.el
index f13ea30..d620df0 100644
--- a/monokai-theme.el
+++ b/monokai-theme.el
@@ -2907,6 +2907,11 @@ Also affects 'linum-mode' background."
((,monokai-class (:background ,monokai-gray))
(,monokai-256-class (:background ,monokai-256-gray))))
+ ;; highlight-symbol
+ `(highlight-symbol-face
+ ((,monokai-class (:background ,monokai-highlight))
+ (,monokai-256-class (:background ,monokai-256-highlight))))
+
;; hl-line-mode
`(hl-line
((,monokai-class (:background ,monokai-highlight-line))