branch: elpa/moe-theme
commit 9d5f979eb6b7dc8b2d118e2aaa44a04f5ff95187
Author: Bastien Dejean <[email protected]>
Commit: Bastien Dejean <[email protected]>

    Remove duplicate faces
---
 moe-dark-theme.el  | 3 ---
 moe-light-theme.el | 3 ---
 2 files changed, 6 deletions(-)

diff --git a/moe-dark-theme.el b/moe-dark-theme.el
index aebae937ca..d92cd30635 100644
--- a/moe-dark-theme.el
+++ b/moe-dark-theme.el
@@ -441,9 +441,6 @@ Moe, moe, kyun!")
    `(message-mml ((,class (:foreground ,orange-2))))
    `(message-separator ((,class (:foreground ,black-2-5))))
 
-   ;; SMerge faces
-   `(smerge-refined-change ((,class (:background ,blue-3))))
-
    ;; Grep
    `(grep-context-face ((,class (:foreground ,red-2))))
    `(grep-error-face ((,class (:foreground ,red-1 :weight bold :underline t))))
diff --git a/moe-light-theme.el b/moe-light-theme.el
index 859a72ccfe..875a540ab4 100644
--- a/moe-light-theme.el
+++ b/moe-light-theme.el
@@ -438,9 +438,6 @@ Moe, moe, kyun!")
    `(message-mml ((,class (:foreground ,orange-2))))
    `(message-separator ((,class (:foreground ,white-3))))
 
-   ;; SMerge faces
-   `(smerge-refined-change ((,class (:background ,blue-3))))
-
    ;; Grep
    `(grep-context-face ((,class (:foreground ,red-2))))
    `(grep-error-face ((,class (:foreground ,red-1 :weight bold :underline t))))

Reply via email to