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

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

[nongnu] elpa/material-theme 520bdba 050/118: fix background for current


From: ELPA Syncer
Subject: [nongnu] elpa/material-theme 520bdba 050/118: fix background for current lines of file-headings
Date: Thu, 21 Oct 2021 18:06:18 -0400 (EDT)

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

    fix background for current lines of file-headings
---
 material-light-theme.el | 2 +-
 material-theme.el       | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/material-light-theme.el b/material-light-theme.el
index 6f83a83..a79518d 100644
--- a/material-light-theme.el
+++ b/material-light-theme.el
@@ -322,7 +322,7 @@
    `(magit-blame-heading               ((t (:background "#222222"
                                             :foreground ,background))))
    `(magit-diff-file-heading           ((t (:weight bold))))
-   `(magit-diff-file-heading-highlight ((t (:background ,background  :weight 
bold))))
+   `(magit-diff-file-heading-highlight ((t (:background ,current-line  :weight 
bold))))
    `(magit-diff-file-heading-selection ((t (:background ,background
                                             :foreground ,orange :weight 
bold))))
    `(magit-diff-hunk-heading           ((t (:background ,header-color))))
diff --git a/material-theme.el b/material-theme.el
index 9d9bc68..452a588 100644
--- a/material-theme.el
+++ b/material-theme.el
@@ -322,7 +322,7 @@
    `(magit-blame-heading               ((t (:background "#222222"
                                             :foreground ,background))))
    `(magit-diff-file-heading           ((t (:weight bold))))
-   `(magit-diff-file-heading-highlight ((t (:background ,background  :weight 
bold))))
+   `(magit-diff-file-heading-highlight ((t (:background ,current-line  :weight 
bold))))
    `(magit-diff-file-heading-selection ((t (:background ,background
                                             :foreground ,orange :weight 
bold))))
    `(magit-diff-hunk-heading           ((t (:background ,header-color))))



reply via email to

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