branch: elpa/ujelly-theme
commit f24c49c1fbde5f57dde77f0a13725be1640360b0
Author: Mark Tran <[email protected]>
Commit: Mark Tran <[email protected]>
remove comma
---
ujelly-theme.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/ujelly-theme.el b/ujelly-theme.el
index 9fdf03b..7b023b2 100644
--- a/ujelly-theme.el
+++ b/ujelly-theme.el
@@ -110,7 +110,7 @@
`(magit-branch-remote ((,class (:foreground ,ujelly-green-2))))
`(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))))
+ `(magit-diff-added-highlight ((,class (:foreground ,ujelly-green-0
:background ,ujelly-grey-2))))
`(magit-diff-context ((,class (:foreground ,ujelly-fg))))
`(magit-diff-context-highlight ((,class (:foreground ,ujelly-fg
:background ,ujelly-grey-2))))
`(magit-diff-file-heading ((,class (:weight normal :foreground
,ujelly-fg :background ,ujelly-bg))))