branch: elpa/ujelly-theme
commit d1af99ae8363413326d497dffff949a513973c9a
Author: Mark Tran <[email protected]>
Commit: Mark Tran <[email protected]>
change branch customizations
---
ujelly-theme.el | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/ujelly-theme.el b/ujelly-theme.el
index ccf2d00..adaef69 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.1
+;; Version: 1.1.2
;; Inspired by jellybeans:
http://www.vim.org/scripts/script.php?script_id=2555.
(deftheme ujelly "The ujelly color theme")
@@ -106,8 +106,8 @@
`(lazy-highlight ((,class (:foreground ,ujelly-red-1 :background nil))))
`(linum ((,class (:slant italic :foreground ,ujelly-grey-4))))
`(magit-blame-heading ((,class (:foreground ,ujelly-grey-0 :background
,ujelly-grey-2))))
- `(magit-branch-local ((,class (:foreground ,ujelly-green-0))))
- `(magit-branch-remote ((,class (:foreground ,ujelly-red-2))))
+ `(magit-branch-local ((,class (:foreground ,ujelly-yellow-0))))
+ `(magit-branch-remote ((,class (:foreground ,ujelly-yellow-0))))
`(magit-section-heading ((,class (:foreground ,ujelly-yellow-0
:background ,ujelly-grey-2))))
`(magit-diff-added ((,class (:foreground ,ujelly-green-0))))
`(magit-diff-added-highlight ((,class (:foreground ,ujelly-green-0,
:background ,ujelly-grey-2))))