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

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

[elpa] externals/ef-themes 6c25466862: Add support for CIDER


From: ELPA Syncer
Subject: [elpa] externals/ef-themes 6c25466862: Add support for CIDER
Date: Mon, 14 Nov 2022 10:00:14 -0500 (EST)

branch: externals/ef-themes
commit 6c254668624e126e4a581cab5d84559ae23231e7
Author: Protesilaos Stavrou <info@protesilaos.com>
Commit: Protesilaos Stavrou <info@protesilaos.com>

    Add support for CIDER
    
    I may need to cover some more of its faces, though those are the most
    obvious ones.
---
 README.org   |  1 +
 ef-themes.el | 12 ++++++++++++
 2 files changed, 13 insertions(+)

diff --git a/README.org b/README.org
index ce82045639..8f2445a29f 100644
--- a/README.org
+++ b/README.org
@@ -979,6 +979,7 @@ everything most users need.
 - bongo
 - bookmark
 - calendar and diary
+- cider [Part of {{{development-version}}}]
 - change-log and log-view (part of VC)
 - chart
 - company
diff --git a/ef-themes.el b/ef-themes.el
index 5033ca228f..365954963f 100644
--- a/ef-themes.el
+++ b/ef-themes.el
@@ -824,6 +824,18 @@ Helper function for `ef-themes-preview-colors'."
     `(diary-anniversary ((,c :foreground ,accent-1)))
     `(diary-time ((,c :foreground ,date)))
     `(holiday ((,c :background ,bg-dim :foreground ,accent-2)))
+;;;; cider
+    `(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-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)))
 ;;;; 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]