emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/monokai-theme c9498c8 007/207: Correct typo and remove nil


From: ELPA Syncer
Subject: [nongnu] elpa/monokai-theme c9498c8 007/207: Correct typo and remove nil from hl-line options.
Date: Thu, 21 Oct 2021 18:07:20 -0400 (EDT)

branch: elpa/monokai-theme
commit c9498c8ff19b848ba3a721858c4b563020246fb0
Author: Kelvin Smith <ksmith@thoughtworks.com>
Commit: Kelvin Smith <ksmith@thoughtworks.com>

    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))))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]