branch: elpa/ujelly-theme
commit 7727cb708baa66b37b2c45459a3b80f9a792f545
Merge: e6c1012 98c912b
Author: Mark Tran <[email protected]>
Commit: Mark Tran <[email protected]>
Merge pull request #13 from marktran/update_magit_faces
update magit faces
---
ujelly-theme.el | 31 +++++++++++++++++--------------
1 file changed, 17 insertions(+), 14 deletions(-)
diff --git a/ujelly-theme.el b/ujelly-theme.el
index d6f640b..30a513c 100644
--- a/ujelly-theme.el
+++ b/ujelly-theme.el
@@ -85,9 +85,9 @@
`(font-lock-regexp-grouping-construct ((t (:foreground ,ujelly-yellow-0
:bold t))))
`(font-lock-regexp-grouping-backslash ((t (:foreground ,ujelly-red-0
:bold t))))
`(fringe ((,class (:foreground ,ujelly-fg :background ,ujelly-bg))))
- `(git-commit-comment-file-face ((,class (:foreground ,ujelly-fg))))
- `(git-commit-comment-heading-face ((,class (:foreground
,ujelly-yellow-0))))
- `(git-commit-summary-face ((,class (:foreground ,ujelly-fg))))
+ `(git-commit-comment-file ((,class (:foreground ,ujelly-fg))))
+ `(git-commit-comment-heading ((,class (:foreground ,ujelly-yellow-0))))
+ `(git-commit-summary ((,class (:foreground ,ujelly-fg))))
`(header-line ((,class (:foreground ,ujelly-fg))))
`(helm-buffer-size ((,class (:foreground ,ujelly-fg))))
`(helm-candidate-number ((,class (:foreground ,ujelly-fg :background
,ujelly-bg))))
@@ -105,17 +105,20 @@
`(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 :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))))
- `(magit-diff-hunk-header ((,class (:inherit nil :foreground
,ujelly-yellow-0))))
- `(magit-item-highlight ((,class (:weight normal :background
,ujelly-grey-2))))
- `(magit-log-author ((,class (:foreground ,ujelly-fg))))
- `(magit-log-sha1 ((,class (:foreground ,ujelly-red-0))))
- `(magit-log-head-label-local ((,class (:foreground ,ujelly-fg))))
- `(magit-whitespace-warning-face ((,class (:background ,ujelly-red-1))))
- `(magit-tag ((,class (:foreground ,ujelly-red-0 :background nil))))
+ `(magit-branch-local ((,class (:foreground ,ujelly-green-0))))
+ `(magit-branch-remote ((,class (:foreground ,ujelly-red-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-context-highlight ((,class (:foreground ,ujelly-fg
:background ,ujelly-grey-2))))
+ `(magit-diff-file-heading ((,class (:weight normal :foreground
,ujelly-fg :background ,ujelly-bg))))
+ `(magit-diff-file-heading-highlight ((,class (:weight normal
:foreground ,ujelly-fg :background ,ujelly-grey-2))))
+ `(magit-diff-hunk-heading ((,class (:foreground ,ujelly-yellow-0
:background ,ujelly-grey-2))))
+ `(magit-diff-hunk-heading-highlight ((,class (:foreground
,ujelly-yellow-0 :background ,ujelly-grey-3))))
+ `(magit-diff-removed ((,class (:foreground ,ujelly-red-0))))
+ `(magit-diff-removed-highlight ((,class (:foreground ,ujelly-red-0
:background ,ujelly-grey-2))))
+ `(magit-hash ((,class (:foreground ,ujelly-red-0))))
+ `(magit-section-highlight ((,class (:foreground ,ujelly-fg :background
,ujelly-grey-2))))
`(match ((,class (:background ,ujelly-red-1))))
`(minibuffer-prompt ((,class (:foreground ,ujelly-fg))))
`(mode-line ((,class (:foreground ,ujelly-fg :background nil))))