branch: elpa/material-theme
commit 79c9a9c1da4bf9e257f94c03ea17497ac623bc1e
Author: Christoph Paulik <[email protected]>
Commit: Christoph Paulik <[email protected]>
fix #15 - set magit-blame colors
---
material-light-theme.el | 8 ++++++--
material-theme.el | 8 ++++++--
2 files changed, 12 insertions(+), 4 deletions(-)
diff --git a/material-light-theme.el b/material-light-theme.el
index a79518d..9f145d2 100644
--- a/material-light-theme.el
+++ b/material-light-theme.el
@@ -319,8 +319,6 @@
`(magit-section-title ((,class (:foreground ,blue :weight bold))))
`(magit-section-highlight ((t (:background ,current-line))))
`(magit-section-heading ((t (:foreground ,yellow :weight
bold))))
- `(magit-blame-heading ((t (:background "#222222"
- :foreground ,background))))
`(magit-diff-file-heading ((t (:weight bold))))
`(magit-diff-file-heading-highlight ((t (:background ,current-line :weight
bold))))
`(magit-diff-file-heading-selection ((t (:background ,background
@@ -331,6 +329,12 @@
:foreground ,orange))))
`(magit-diff-lines-heading ((t (:background ,orange
:foreground ,background))))
+ `(magit-blame-heading ((t (:background ,far-background
+ :foreground ,aqua))))
+ `(magit-blame-date ((t (:background ,far-background
+ :foreground ,blue))))
+ `(magit-blame-summary ((t (:background ,far-background
+ :foreground ,green))))
`(magit-diff-context-highlight ((t (:background ,far-background
:foreground "grey70"))))
`(magit-diff-context ((t (:foreground "grey70"))))
diff --git a/material-theme.el b/material-theme.el
index 452a588..21c1ac2 100644
--- a/material-theme.el
+++ b/material-theme.el
@@ -319,8 +319,6 @@
`(magit-section-title ((,class (:foreground ,blue :weight bold))))
`(magit-section-highlight ((t (:background ,current-line))))
`(magit-section-heading ((t (:foreground ,yellow :weight
bold))))
- `(magit-blame-heading ((t (:background "#222222"
- :foreground ,background))))
`(magit-diff-file-heading ((t (:weight bold))))
`(magit-diff-file-heading-highlight ((t (:background ,current-line :weight
bold))))
`(magit-diff-file-heading-selection ((t (:background ,background
@@ -331,6 +329,12 @@
:foreground ,orange))))
`(magit-diff-lines-heading ((t (:background ,orange
:foreground ,background))))
+ `(magit-blame-heading ((t (:background ,far-background
+ :foreground ,aqua))))
+ `(magit-blame-date ((t (:background ,far-background
+ :foreground ,"#80cbc4"))))
+ `(magit-blame-summary ((t (:background ,far-background
+ :foreground ,green))))
`(magit-diff-context-highlight ((t (:background ,far-background
:foreground "grey70"))))
`(magit-diffstat-added ((t (:foreground ,green))))