branch: elpa/monokai-theme
commit c9498c8ff19b848ba3a721858c4b563020246fb0
Author: Kelvin Smith <[email protected]>
Commit: Kelvin Smith <[email protected]>
Correct typo and remove nil from hl-line options.
---
monokai-theme.el | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/monokai-theme.el b/monokai-theme.el
index 60afc03..58b2adf 100644
--- a/monokai-theme.el
+++ b/monokai-theme.el
@@ -431,10 +431,9 @@ foreground ,monokai-fg-1
`(helm-candidate-number ((t (:foreground ,monokai-green+2 :background
,monokai-bg-1))))
`(helm-ff-directory ((t (:foreground ,monokai-magenta))))
;;;;; hl-line-mode
- `(hl-line ((nil (:background ,monokai-bg+1 nil :inherit t))))
+ `(hl-line((nil (:background ,monokai-bg+1 :inherit t))))
;;;;; hl-sexp
- `(hl-sexp-face ((,class (:background ,monokai-bg+1))
- (t :weight bold)))
+ `(hl-sexp-face ((nil (:background ,monokai-bg+1 :inherit t))))
;;;;; ido-mode
`(ido-first-match ((t (:foreground ,monokai-orange :background ,monokai-bg
:weight bold))))
`(ido-only-match ((t (:foreground ,monokai-green :background ,monokai-bg
:weight bold))))