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

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

[nongnu] elpa/moe-theme 1a77b2ee52 300/352: Remove mmm-default-submode-f


From: ELPA Syncer
Subject: [nongnu] elpa/moe-theme 1a77b2ee52 300/352: Remove mmm-default-submode-face
Date: Fri, 7 Jan 2022 03:59:59 -0500 (EST)

branch: elpa/moe-theme
commit 1a77b2ee52f5077ef3a31c794ecf13b37b3b4fd3
Author: kuanyui <azazabc123@gmail.com>
Commit: kuanyui <azazabc123@gmail.com>

    Remove mmm-default-submode-face
    
    for highlight-symbol-face
---
 moe-dark-theme.el  | 2 +-
 moe-light-theme.el | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/moe-dark-theme.el b/moe-dark-theme.el
index e49f9098f5..60c61c4521 100644
--- a/moe-dark-theme.el
+++ b/moe-dark-theme.el
@@ -665,7 +665,7 @@ Moe, moe, kyun!")
    `(mmm-code-submode-face ((,class (:background ,blue-00))))
    `(mmm-comment-submode-face ((,class (:background ,blue-0))))
    `(mmm-declaration-submode-face ((,class (:background ,cyan-1))))
-   `(mmm-default-submode-face ((,class (:background ,black-6))))
+   `(mmm-default-submode-face ((,class (:background nil))))
    `(mmm-delimiter-face ((,class (:background nil :foreground ,white-0))))
    `(mmm-init-submode-face ((,class (:background ,magenta-0))))
    `(mmm-output-submode-face ((,class (:background ,purple-00))))
diff --git a/moe-light-theme.el b/moe-light-theme.el
index 0b4ece714b..f4eb6c55ec 100644
--- a/moe-light-theme.el
+++ b/moe-light-theme.el
@@ -663,7 +663,7 @@ Moe, moe, kyun!")
    `(mmm-code-submode-face ((,class (:background ,blue-00))))
    `(mmm-comment-submode-face ((,class (:background ,blue-0))))
    `(mmm-declaration-submode-face ((,class (:background ,cyan-1))))
-   `(mmm-default-submode-face ((,class (:background ,white-1))))
+   `(mmm-default-submode-face ((,class (:background nil))))
    `(mmm-delimiter-face ((,class (:background nil :foreground ,black-5))))
    `(mmm-init-submode-face ((,class (:background ,magenta-0))))
    `(mmm-output-submode-face ((,class (:background ,purple-00))))



reply via email to

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