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

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

[nongnu] elpa/monokai-theme 79fd319 111/207: Fix alignment and whitespac


From: ELPA Syncer
Subject: [nongnu] elpa/monokai-theme 79fd319 111/207: Fix alignment and whitespace
Date: Thu, 21 Oct 2021 18:07:43 -0400 (EDT)

branch: elpa/monokai-theme
commit 79fd319e3169ad9e6c6149c1a9ecc8fcb6314df1
Author: Kelvin Smith <oneKelvinSmith@gmail.com>
Commit: Kelvin Smith <oneKelvinSmith@gmail.com>

    Fix alignment and whitespace
---
 monokai-theme.el | 11 +++++------
 1 file changed, 5 insertions(+), 6 deletions(-)

diff --git a/monokai-theme.el b/monokai-theme.el
index 8d86233..8f98ba3 100644
--- a/monokai-theme.el
+++ b/monokai-theme.el
@@ -2267,8 +2267,8 @@ Also affects 'linum-mode' background."
                            :background ,monokai-highlight-line
                            :inherit bold))
       (,terminal-class (:foreground ,monokai-blue
-                           :background ,terminal-monokai-highlight-line
-                           :inherit bold))))
+                                    :background 
,terminal-monokai-highlight-line
+                                    :inherit bold))))
 
    ;; guide-key
    `(guide-key/highlight-command-face
@@ -2908,15 +2908,14 @@ Also affects 'linum-mode' background."
      ((,class (:foreground ,monokai-cyan))
       (,terminal-class (:foreground ,terminal-monokai-cyan))))
 
-
    ;; info
    `(info-header-xref
      ((,class (:foreground ,monokai-green
                            :inherit bold
                            :underline t))
-     (,terminal-class (:foreground ,terminal-monokai-green
-                                   :inherit bold
-                                   :underline t))))
+      (,terminal-class (:foreground ,terminal-monokai-green
+                                    :inherit bold
+                                    :underline t))))
 
    `(info-menu
      ((,class (:foreground ,monokai-blue))



reply via email to

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