branch: elpa/monokai-theme
commit 79fd319e3169ad9e6c6149c1a9ecc8fcb6314df1
Author: Kelvin Smith <[email protected]>
Commit: Kelvin Smith <[email protected]>

    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