branch: elpa/moe-theme
commit 41fd9bb6861a41004ad92d82ba212233428929e0
Merge: ea5024cd11 8d2828fd68
Author: kuanyui <[email protected]>
Commit: kuanyui <[email protected]>

    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