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

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

[nongnu] elpa/monokai-theme 602f68f 091/207: Move diff-hl to alphabetica


From: ELPA Syncer
Subject: [nongnu] elpa/monokai-theme 602f68f 091/207: Move diff-hl to alphabetical position
Date: Thu, 21 Oct 2021 18:07:38 -0400 (EDT)

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

    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

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