branch: externals/modus-themes
commit 64735b7df0c16344b26a10d631f5fc15e93e50da
Author: Protesilaos Stavrou <[email protected]>
Commit: Protesilaos Stavrou <[email protected]>

    Remove duplicate entries for faces
    
    Thanks to Basil L. Contovounesios for pointing this out in issue 185:
    <https://github.com/protesilaos/modus-themes/issues/185>.
---
 modus-themes.el | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/modus-themes.el b/modus-themes.el
index 12b8b06a51..1b968eb35e 100644
--- a/modus-themes.el
+++ b/modus-themes.el
@@ -4624,7 +4624,6 @@ If COLOR is unspecified, then return :box unspecified."
     `(italic ((,c :slant italic)))
     `(cursor ((,c :background ,cursor)))
     `(fringe ((,c :background ,fringe :foreground ,fg-main)))
-    `(menu ((,c :background ,bg-dim :foreground ,fg-main)))
     `(scroll-bar ((,c :background ,fringe :foreground ,border)))
     `(tool-bar ((,c :background ,bg-dim :foreground ,fg-main)))
     `(vertical-border ((,c :foreground ,border)))
@@ -5446,7 +5445,7 @@ If COLOR is unspecified, then return :box unspecified."
     `(flycheck-color-mode-line-error-face ((,c :background ,bg-prominent-err 
:foreground ,fg-prominent-err)))
     `(flycheck-color-mode-line-info-face ((,c :background ,bg-prominent-note 
:foreground ,fg-prominent-note)))
     `(flycheck-color-mode-line-running-face ((,c :inherit modus-themes-slant)))
-    `(flycheck-color-mode-line-info-face ((,c :background 
,bg-prominent-warning :foreground ,fg-prominent-warning)))
+    `(flycheck-color-mode-line-warning-face ((,c :background 
,bg-prominent-warning :foreground ,fg-prominent-warning)))
 ;;;;; flycheck-indicator
     `(flycheck-indicator-disabled ((,c :inherit modus-themes-slant :foreground 
,fg-dim)))
     `(flycheck-indicator-error ((,c :foreground ,err)))
@@ -6772,7 +6771,6 @@ If COLOR is unspecified, then return :box unspecified."
     `(sly-error-face ((,c :underline (:style wave :color ,underline-err))))
     `(sly-mode-line ((,c :inherit italic :foreground ,modeline-info)))
     `(sly-mrepl-output-face ((,c :foreground ,string)))
-    `(sly-mrepl-output-face ((,c :foreground ,string)))
     `(sly-mrepl-prompt-face ((,c :inherit modus-themes-prompt)))
     `(sly-note-face ((,c :underline (:style wave :color ,underline-note))))
     `(sly-stickers-placed-face ((,c :background ,bg-inactive)))

Reply via email to