branch: elpa/monokai-theme
commit 657a5e6995fe0a8adc89f7e4155db554b0b4d63f
Author: Vincent Zhang <[email protected]>
Commit: Vincent Zhang <[email protected]>
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))