branch: elpa/ujelly-theme
commit 6453b4446cb2b21e519c16f28007c28fef13d94b
Author: Mark Tran <[email protected]>
Commit: Mark Tran <[email protected]>
set background to nil for magit-branch
---
ujelly-theme.el | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/ujelly-theme.el b/ujelly-theme.el
index f36e90e..a71eafe 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.43
+;; Version: 1.0.44
;; Inspired by jellybeans:
http://www.vim.org/scripts/script.php?script_id=2555.
(deftheme ujelly "The ujelly color theme")
@@ -98,7 +98,7 @@
`(ido-virtual ((,class (:foreground ,ujelly-purple-0))))
`(lazy-highlight ((,class (:foreground ,ujelly-red-1 :background nil))))
`(linum ((,class (:slant italic :foreground ,ujelly-grey-4))))
- `(magit-branch ((,class (:foreground ,ujelly-red-0))))
+ `(magit-branch ((,class (:foreground ,ujelly-red-0 :background nil))))
`(magit-diff-add ((,class (:foreground ,ujelly-green-0 :background
,ujelly-bg))))
`(magit-diff-del ((,class (:foreground ,ujelly-red-0 :background
,ujelly-bg))))
`(magit-diff-file-header ((,class (:inherit nil :foreground
,ujelly-red-2))))