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

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

[nongnu] elpa/monokai-theme 3ef5efa 008/207: Change diff colours from da


From: ELPA Syncer
Subject: [nongnu] elpa/monokai-theme 3ef5efa 008/207: Change diff colours from darker green and red to standard green and red.
Date: Thu, 21 Oct 2021 18:07:20 -0400 (EDT)

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

    Change diff colours from darker green and red to standard green and red.
---
 monokai-theme.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/monokai-theme.el b/monokai-theme.el
index 58b2adf..275e5b6 100644
--- a/monokai-theme.el
+++ b/monokai-theme.el
@@ -232,10 +232,10 @@ foreground ,monokai-fg-1
    `(ctbl:face-row-select ((t (:background ,monokai-cyan :foreground 
,monokai-bg))))
 ;;;;; diff
    `(diff-added ((,class (:foreground ,monokai-green :background nil))
-                 (t (:foreground ,monokai-green-1 :background nil))))
+                 (t (:foreground ,monokai-green :background nil))))
    `(diff-changed ((t (:foreground ,monokai-yellow))))
    `(diff-removed ((,class (:foreground ,monokai-red :background nil))
-                   (t (:foreground ,monokai-red-1 :background nil))))
+                   (t (:foreground ,monokai-red :background nil))))
    `(diff-refine-added ((t :inherit diff-added :weight bold)))
    `(diff-refine-change ((t :inherit diff-changed :weight bold)))
    `(diff-refine-removed ((t :inherit diff-removed :weight bold)))



reply via email to

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