branch: elpa/ujelly-theme
commit 78fc3e9265e73828b5c867438bba5ea1186d2349
Author: Mark Tran <[email protected]>
Commit: Mark Tran <[email protected]>
add ediff customizations
---
ujelly-theme.el | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/ujelly-theme.el b/ujelly-theme.el
index c128bbc..9126d88 100644
--- a/ujelly-theme.el
+++ b/ujelly-theme.el
@@ -2,7 +2,7 @@
;; Author: Mark Tran <[email protected]>
;; URL: http://github.com/marktran/color-theme-ujelly
-;; Version: 1.1.17
+;; Version: 1.1.18
;; Inspired by jellybeans:
http://www.vim.org/scripts/script.php?script_id=2555.
(deftheme ujelly "The ujelly color theme")
@@ -66,6 +66,8 @@
`(diredp-read-priv ((,class (:foreground ,ujelly-fg :background
,ujelly-bg))))
`(diredp-symlink ((,class (:foreground ,ujelly-red-3))))
`(diredp-write-priv ((,class (:foreground ,ujelly-fg :background
,ujelly-bg))))
+ `(ediff-odd-diff-A ((,class (:foreground ,ujelly-red-0 :background
,ujelly-grey-2))))
+ `(ediff-odd-diff-B ((,class (:foreground ,ujelly-green-0 :background
,ujelly-grey-2))))
`(emmet-preview-output ((,class (:background ,ujelly-purple-1))))
`(elixir-atom-face ((,class (:foreground ,ujelly-blue-0))))
`(erc-notice-face ((,class (:foreground ,ujelly-yellow-0))))