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

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

[elpa] externals/standard-themes 13af938be2 1/5: Fix some cider faces


From: ELPA Syncer
Subject: [elpa] externals/standard-themes 13af938be2 1/5: Fix some cider faces
Date: Wed, 1 Feb 2023 01:15:41 -0500 (EST)

branch: externals/standard-themes
commit 13af938be29799fbfb8f7458d0620f6b6c70b409
Author: Protesilaos Stavrou <info@protesilaos.com>
Commit: Protesilaos Stavrou <info@protesilaos.com>

    Fix some cider faces
---
 standard-themes.el | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/standard-themes.el b/standard-themes.el
index 509639f608..fbe3a0c5fe 100644
--- a/standard-themes.el
+++ b/standard-themes.el
@@ -983,14 +983,14 @@ Helper function for `standard-themes-preview-colors'."
     `(cider-deprecated-face ((,c :background ,bg-warning :foreground 
,warning)))
     `(cider-enlightened-face ((,c :box ,warning)))
     `(cider-enlightened-local-face ((,c :inherit warning)))
-    `(cider-error-highlight-face ((,c :inherit ef-themes-underline-error)))
-    `(cider-fringe-good-face ((,c :inherit ef-themes-mark-select)))
+    `(cider-error-highlight-face ((,c :inherit 
standard-themes-underline-error)))
+    `(cider-fringe-good-face ((,c :inherit standard-themes-mark-select)))
     `(cider-instrumented-face ((,c :box ,err)))
     `(cider-reader-conditional-face ((,c :inherit font-lock-type-face)))
     `(cider-repl-prompt-face ((,c :inherit minibuffer-prompt)))
     `(cider-repl-stderr-face ((,c :foreground ,err)))
     `(cider-repl-stdout-face ((,c :foreground ,info)))
-    `(cider-warning-highlight-face ((,c :inherit ef-themes-underline-warning)))
+    `(cider-warning-highlight-face ((,c :inherit 
standard-themes-underline-warning)))
 ;;;; change-log and log-view (`vc-print-log' and `vc-print-root-log')
     `(change-log-acknowledgment ((,c :inherit shadow)))
     `(change-log-conditionals ((,c :inherit error)))



reply via email to

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