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

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

[nongnu] elpa/material-theme d0d4f29 051/118: Merge pull request #14 fro


From: ELPA Syncer
Subject: [nongnu] elpa/material-theme d0d4f29 051/118: Merge pull request #14 from cpaulik/magit-next
Date: Thu, 21 Oct 2021 18:06:18 -0400 (EDT)

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

    Merge pull request #14 from cpaulik/magit-next
    
    add support for magit-next
---
 material-light-theme.el | 47 +++++++++++++++++++++++++++++++++++++----------
 material-theme.el       | 47 ++++++++++++++++++++++++++++++++++++-----------
 2 files changed, 73 insertions(+), 21 deletions(-)

diff --git a/material-light-theme.el b/material-light-theme.el
index a09007b..a79518d 100644
--- a/material-light-theme.el
+++ b/material-light-theme.el
@@ -303,22 +303,49 @@
    `(diredp-symlink ((,class (:foreground ,purple))))
    `(diredp-write-priv ((,class (:foreground ,yellow :background nil))))
 
-   ;; Magit (a patch is pending in magit to make these standard upstream)
+   ;; Magit
    `(magit-branch ((,class (:foreground ,green))))
-   `(magit-diff-add ((,class (:inherit diff-added))))
-   `(magit-diff-del ((,class (:inherit diff-removed))))
+   `(magit-diff-added ((,class (:inherit diff-added))))
+   `(magit-diff-added-highlight ((,class (:inherit magit-diff-added
+                                          :background ,far-background))))
+   `(magit-diff-removed ((,class (:inherit diff-removed))))
+   `(magit-diff-removed-highlight ((,class (:inherit magit-diff-removed
+                                            :background ,far-background))))
    `(magit-header ((,class (:inherit nil :weight bold))))
    `(magit-item-highlight ((,class (:inherit highlight :background nil))))
    `(magit-log-author ((,class (:foreground ,aqua))))
    `(magit-log-graph ((,class (:foreground ,comment))))
-   `(magit-log-head-label-bisect-bad ((,class (:foreground ,red))))
-   `(magit-log-head-label-bisect-good ((,class (:foreground ,green))))
-   `(magit-log-head-label-default ((,class (:foreground ,yellow :box nil 
:weight bold))))
-   `(magit-log-head-label-local ((,class (:foreground ,purple :box nil :weight 
bold))))
-   `(magit-log-head-label-remote ((,class (:foreground ,purple :box nil 
:weight bold))))
-   `(magit-log-head-label-tags ((,class (:foreground ,aqua :box nil :weight 
bold))))
-   `(magit-log-sha1 ((,class (:foreground ,yellow))))
+   `(magit-log-date ((,class (:foreground ,yellow))))
    `(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
+                                            :foreground ,orange :weight 
bold))))
+   `(magit-diff-hunk-heading           ((t (:background ,header-color))))
+   `(magit-diff-hunk-heading-highlight ((t (:background ,header-color))))
+   `(magit-diff-hunk-heading-selection ((t (:background ,background
+                                            :foreground ,orange))))
+   `(magit-diff-lines-heading          ((t (:background ,orange
+                                            :foreground ,background))))
+   `(magit-diff-context-highlight      ((t (:background ,far-background
+                                            :foreground "grey70"))))
+   `(magit-diff-context                ((t (:foreground "grey70"))))
+   `(magit-diffstat-added   ((t (:foreground ,green))))
+   `(magit-diffstat-removed ((t (:foreground ,red))))
+   `(magit-process-ok    ((t (:foreground ,green  :weight bold))))
+   `(magit-process-ng    ((t (:foreground ,red    :weight bold))))
+   `(magit-branch-local  ((t (:foreground ,blue   :weight bold))))
+   `(magit-branch-remote ((t (:foreground ,green  :weight bold))))
+   `(magit-tag           ((t (:foreground ,orange :weight bold))))
+   `(magit-hash          ((t (:foreground ,comment))))
+   `(magit-sequence-stop ((t (:foreground ,green))))
+   `(magit-sequence-part ((t (:foreground ,yellow))))
+   `(magit-sequence-head ((t (:foreground ,blue))))
+   `(magit-sequence-drop ((t (:foreground ,red))))
 
    ;; git-gutter
    `(git-gutter:modified ((,class (:foreground ,purple :weight bold))))
diff --git a/material-theme.el b/material-theme.el
index fa5f4e5..452a588 100644
--- a/material-theme.el
+++ b/material-theme.el
@@ -303,23 +303,48 @@
    `(diredp-symlink ((,class (:foreground ,purple))))
    `(diredp-write-priv ((,class (:foreground ,yellow :background nil))))
 
-   ;; Magit (a patch is pending in magit to make these standard upstream)
+   ;; Magit
    `(magit-branch ((,class (:foreground ,green))))
-   `(magit-diff-add ((,class (:inherit diff-added))))
-   `(magit-diff-del ((,class (:inherit diff-removed))))
+   `(magit-diff-added ((,class (:inherit diff-added))))
+   `(magit-diff-added-highlight ((,class (:inherit magit-diff-added
+                                          :background ,far-background))))
+   `(magit-diff-removed ((,class (:inherit diff-removed))))
+   `(magit-diff-removed-highlight ((,class (:inherit magit-diff-removed
+                                            :background ,far-background))))
    `(magit-header ((,class (:inherit nil :weight bold))))
    `(magit-item-highlight ((,class (:inherit highlight :background nil))))
    `(magit-log-author ((,class (:foreground ,aqua))))
    `(magit-log-graph ((,class (:foreground ,comment))))
-   `(magit-log-head-label-bisect-bad ((,class (:foreground ,red))))
-   `(magit-log-head-label-bisect-good ((,class (:foreground ,green))))
-   `(magit-log-head-label-default ((,class (:foreground ,yellow :box nil 
:weight bold))))
-   `(magit-log-head-label-local ((,class (:foreground ,purple :box nil :weight 
bold))))
-   `(magit-log-head-label-remote ((,class (:foreground ,purple :box nil 
:weight bold))))
-   `(magit-log-head-label-tags ((,class (:foreground ,aqua :box nil :weight 
bold))))
-   `(magit-log-sha1 ((,class (:foreground ,yellow))))
+   `(magit-log-date ((,class (:foreground ,yellow))))
    `(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
+                                            :foreground ,orange :weight 
bold))))
+   `(magit-diff-hunk-heading           ((t (:background ,header-color))))
+   `(magit-diff-hunk-heading-highlight ((t (:background ,header-color))))
+   `(magit-diff-hunk-heading-selection ((t (:background ,background
+                                            :foreground ,orange))))
+   `(magit-diff-lines-heading          ((t (:background ,orange
+                                            :foreground ,background))))
+   `(magit-diff-context-highlight      ((t (:background ,far-background
+                                            :foreground "grey70"))))
+   `(magit-diffstat-added   ((t (:foreground ,green))))
+   `(magit-diffstat-removed ((t (:foreground ,red))))
+   `(magit-process-ok    ((t (:foreground ,green  :weight bold))))
+   `(magit-process-ng    ((t (:foreground ,red    :weight bold))))
+   `(magit-branch-local  ((t (:foreground ,blue   :weight bold))))
+   `(magit-branch-remote ((t (:foreground ,green  :weight bold))))
+   `(magit-tag           ((t (:foreground ,orange :weight bold))))
+   `(magit-hash          ((t (:foreground ,comment))))
+   `(magit-sequence-stop ((t (:foreground ,green))))
+   `(magit-sequence-part ((t (:foreground ,yellow))))
+   `(magit-sequence-head ((t (:foreground ,blue))))
+   `(magit-sequence-drop ((t (:foreground ,red))))
    ;; git-gutter
    `(git-gutter:modified ((,class (:foreground ,purple :weight bold))))
    `(git-gutter:added ((,class (:foreground ,green :weight bold))))



reply via email to

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