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

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

[nongnu] elpa/moe-theme 41fd9bb686 202/352: Merge pull request #32 from


From: ELPA Syncer
Subject: [nongnu] elpa/moe-theme 41fd9bb686 202/352: Merge pull request #32 from tanzoniteblack/rm-git-gutter-fringe
Date: Fri, 7 Jan 2022 03:59:24 -0500 (EST)

branch: elpa/moe-theme
commit 41fd9bb6861a41004ad92d82ba212233428929e0
Merge: ea5024cd11 8d2828fd68
Author: kuanyui <azazabc123@gmail.com>
Commit: kuanyui <azazabc123@gmail.com>

    Merge pull request #32 from tanzoniteblack/rm-git-gutter-fringe
    
    Remove git-gutter-fringe faces
---
 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]