branch: elpa/ujelly-theme
commit fce125e89856cd22216c87a9465ee71600dea2fe
Author: Mark Tran <[email protected]>
Commit: Mark Tran <[email protected]>
change magit faces, bump version
---
ujelly-theme.el | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/ujelly-theme.el b/ujelly-theme.el
index 00d5b7d..60b91d3 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.0.3
+;; Version: 1.0.4
;; Inspired by jellybeans:
http://www.vim.org/scripts/script.php?script_id=2555.
(deftheme ujelly "The ujelly color theme")
@@ -70,8 +70,8 @@
`(magit-branch ((,class (:foreground ,ujelly-red-2))))
`(magit-diff-add ((,class (:foreground ,ujelly-green-0))))
`(magit-diff-del ((,class (:foreground ,ujelly-red-0))))
- `(magit-diff-file-header ((,class (:foreground ,ujelly-yellow-0
:background nil))))
- `(magit-diff-hunk-header ((,class (:foreground ,ujelly-blue-0
:background nil))))
+ `(magit-diff-file-header ((,class (:foreground ,ujelly-red-2
:background nil))))
+ `(magit-diff-hunk-header ((,class (:foreground ,ujelly-yellow-0
:background nil))))
`(magit-item-highlight ((,class (:background ,ujelly-grey-2))))
`(magit-log-sha1 ((,class (:foreground ,ujelly-red-2))))
`(magit-whitespace-warning-face ((,class (:background ,ujelly-red-1))))