emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/material-theme 79c9a9c 052/118: fix #15 - set magit-blame


From: ELPA Syncer
Subject: [nongnu] elpa/material-theme 79c9a9c 052/118: fix #15 - set magit-blame colors
Date: Thu, 21 Oct 2021 18:06:18 -0400 (EDT)

branch: elpa/material-theme
commit 79c9a9c1da4bf9e257f94c03ea17497ac623bc1e
Author: Christoph Paulik <cpaulik@gmail.com>
Commit: Christoph Paulik <cpaulik@gmail.com>

    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))))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]