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

    Move diff-hl to alphabetical position
---
 monokai-theme.el | 50 +++++++++++++++++++++++++-------------------------
 1 file changed, 25 insertions(+), 25 deletions(-)

diff --git a/monokai-theme.el b/monokai-theme.el
index 10e5ba4..20a06cb 100644
--- a/monokai-theme.el
+++ b/monokai-theme.el
@@ -1558,6 +1558,31 @@ Also affects 'linum-mode' background."
       (,terminal-class (:foreground ,terminal-monokai-bg
                                     :background ,terminal-monokai-red))))
 
+   ;; diff-hl
+   `(diff-hl-change
+     ((,class (:background ,monokai-blue-lc
+                           :foreground ,monokai-blue-hc))
+      (,terminal-class (:background ,terminal-monokai-blue-lc
+                                    :foreground ,terminal-monokai-blue-hc))))
+
+   `(diff-hl-delete
+     ((,class (:background ,monokai-red-lc
+                           :foreground ,monokai-red-hc))
+      (,terminal-class (:background ,terminal-monokai-red-lc
+                                    :foreground ,terminal-monokai-red-hc))))
+
+   `(diff-hl-insert
+     ((,class (:background ,monokai-green-lc
+                           :foreground ,monokai-green-hc))
+      (,terminal-class (:background ,terminal-monokai-green-lc
+                                    :foreground ,terminal-monokai-green-hc))))
+
+   `(diff-hl-unknown
+     ((,class (:background ,monokai-violet-lc
+                           :foreground ,monokai-violet-hc))
+      (,terminal-class (:background ,terminal-monokai-violet-lc
+                                    :foreground ,terminal-monokai-violet-hc))))
+
    ;; ediff
    `(ediff-fine-diff-A
      ((,class (:background ,monokai-orange-lc))
@@ -1611,31 +1636,6 @@ Also affects 'linum-mode' background."
       (,terminal-class (:background ,terminal-monokai-comments
                                     :foreground ,terminal-monokai-bg ))))
 
-   ;; diff-hl
-   `(diff-hl-change
-     ((,class (:background ,monokai-blue-lc
-                           :foreground ,monokai-blue-hc))
-      (,terminal-class (:background ,terminal-monokai-blue-lc
-                                    :foreground ,terminal-monokai-blue-hc))))
-
-   `(diff-hl-delete
-     ((,class (:background ,monokai-red-lc
-                           :foreground ,monokai-red-hc))
-      (,terminal-class (:background ,terminal-monokai-red-lc
-                                    :foreground ,terminal-monokai-red-hc))))
-
-   `(diff-hl-insert
-     ((,class (:background ,monokai-green-lc
-                           :foreground ,monokai-green-hc))
-      (,terminal-class (:background ,terminal-monokai-green-lc
-                                    :foreground ,terminal-monokai-green-hc))))
-
-   `(diff-hl-unknown
-     ((,class (:background ,monokai-cyan-lc
-                           :foreground ,monokai-cyan-hc))
-      (,terminal-class (:background ,terminal-monokai-cyan-lc
-                                    :foreground ,terminal-monokai-cyan-hc))))
-
    ;; edts
    `(edts-face-error-line
      ((,(append '((supports :underline (:style line))) class)

Reply via email to