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

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

[nongnu] elpa/moe-theme 8d2828fd68 201/352: Remove git-gutter-fringe fac


From: ELPA Syncer
Subject: [nongnu] elpa/moe-theme 8d2828fd68 201/352: Remove git-gutter-fringe faces
Date: Fri, 7 Jan 2022 03:59:24 -0500 (EST)

branch: elpa/moe-theme
commit 8d2828fd6890434ba0b1ebf802584b436843390a
Author: Ryan Smith <rnsmith2@gmail.com>
Commit: Ryan Smith <rnsmith2@gmail.com>

    Remove git-gutter-fringe faces
    
    As of closing the merge request
    https://github.com/syohex/emacs-git-gutter-fringe/pull/13 (which is now
    available on melpa), the git-gutter-fringe faces now inherit from
    git-gutter, so there's no need to have duplicate face declarations
    anymore.
---
 moe-dark-theme.el  | 5 +----
 moe-light-theme.el | 3 ---
 2 files changed, 1 insertion(+), 7 deletions(-)

diff --git a/moe-dark-theme.el b/moe-dark-theme.el
index 923032942c..3dc85cb8b8 100644
--- a/moe-dark-theme.el
+++ b/moe-dark-theme.el
@@ -205,7 +205,7 @@ Moe, moe, kyun!")
    `(popup-scroll-bar-foreground-face ((,class (:background ,black-2 
:foreground ,white-3))))
    `(popup-summary-face ((,class (:background ,black-3 :foreground ,blue-1))))
    `(popup-tip-face ((,class (:background ,black-2-5 :foreground ,white-1))))
-   
+
    ;; company
    `(company-echo ((,class (:background nil :foreground ,white-1))))
    `(company-echo-common ((,class (:background ,black-3 :foreground ,red-1))))
@@ -652,9 +652,6 @@ Moe, moe, kyun!")
    `(ido-virtual ((,class (:foreground ,magenta-3))))
 
    ;; git-gutter (&-fringe)
-   `(git-gutter-fr:added ((,class (:foreground ,green-4 :background ,green-0 
:bold t))))
-   `(git-gutter-fr:deleted ((,class (:foreground ,red-3 :background ,red-00 
:bold t))))
-   `(git-gutter-fr:modified ((,class (:foreground ,yellow-4 :background 
,yellow-0 :bold t))))
    `(git-gutter:added ((,class (:foreground ,green-4 :background ,green-0 
:bold t))))
    `(git-gutter:deleted ((,class (:foreground ,red-3 :background ,red-00 :bold 
t))))
    `(git-gutter:modified ((,class (:foreground ,yellow-4 :background ,yellow-0 
:bold t))))
diff --git a/moe-light-theme.el b/moe-light-theme.el
index 7416fb8e3b..92f6258b1b 100644
--- a/moe-light-theme.el
+++ b/moe-light-theme.el
@@ -649,9 +649,6 @@ Moe, moe, kyun!")
    `(ido-virtual ((,class (:foreground ,magenta-3))))
 
    ;; git-gutter (&-fringe)
-   `(git-gutter-fr:added ((,class (:foreground ,green-4 :background ,green-0 
:bold t))))
-   `(git-gutter-fr:deleted ((,class (:foreground ,red-3 :background ,red-00 
:bold t))))
-   `(git-gutter-fr:modified ((,class (:foreground ,yellow-4 :background 
,yellow-0 :bold t))))
    `(git-gutter:added ((,class (:foreground ,green-4 :background ,green-0 
:bold t))))
    `(git-gutter:deleted ((,class (:foreground ,red-3 :background ,red-00 :bold 
t))))
    `(git-gutter:modified ((,class (:foreground ,yellow-4 :background ,yellow-0 
:bold t))))



reply via email to

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