branch: elpa/monokai-theme
commit 3ef5efa55413c38ce83e83b9f7b6727019c93d00
Author: Kelvin Smith <[email protected]>
Commit: Kelvin Smith <[email protected]>
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)))