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

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

[elpa] externals/ef-themes 3a18f88a56: Add support for neotree


From: ELPA Syncer
Subject: [elpa] externals/ef-themes 3a18f88a56: Add support for neotree
Date: Sat, 15 Oct 2022 09:57:34 -0400 (EDT)

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

    Add support for neotree
---
 README.org   |  1 +
 ef-themes.el | 20 ++++++++++++++++++++
 2 files changed, 21 insertions(+)

diff --git a/README.org b/README.org
index d73b263020..54682a1e30 100644
--- a/README.org
+++ b/README.org
@@ -931,6 +931,7 @@ everything most users need.
 - messages
 - mode-line
 - mu4e
+- neotree [ Part of {{{development-version}}} ]
 - notmuch
 - orderless
 - org
diff --git a/ef-themes.el b/ef-themes.el
index 877ce6d4a5..d8ec4ce289 100644
--- a/ef-themes.el
+++ b/ef-themes.el
@@ -1299,6 +1299,26 @@ Helper function for `ef-themes-preview-colors'."
     `(mu4e-url-number-face ((,c :inherit shadow)))
     `(mu4e-view-body-face (( )))
     `(mu4e-warning-face ((,c :inherit warning)))
+;;;; neotree
+    `(neo-banner-face ((,c :foreground ,accent-0)))
+    `(neo-button-face ((,c :inherit button)))
+    `(neo-dir-link-face (( )))
+    `(neo-expand-btn-face (( )))
+    `(neo-file-link-face (( )))
+    `(neo-header-face ((,c :inherit bold)))
+    `(neo-root-dir-face ((,c :inherit bold :foreground ,accent-0)))
+    `(neo-vc-added-face ((,c :inherit success)))
+    `(neo-vc-conflict-face ((,c :inherit error)))
+    `(neo-vc-default-face (( )))
+    `(neo-vc-edited-face ((,c :inherit italic)))
+    `(neo-vc-ignored-face ((,c :inherit shadow)))
+    `(neo-vc-missing-face ((,c :inherit error)))
+    `(neo-vc-needs-merge-face ((,c :inherit italic)))
+    `(neo-vc-needs-update-face ((,c :underline t)))
+    `(neo-vc-removed-face ((,c :strike-through t)))
+    `(neo-vc-unlocked-changes-face ((,c :inherit success)))
+    `(neo-vc-up-to-date-face (( )))
+    `(neo-vc-user-face ((,c :inherit warning)))
 ;;;; notmuch
     `(notmuch-crypto-decryption ((,c :inherit bold)))
     `(notmuch-crypto-part-header ((,c :foreground ,mail-5))) ; like 
`message-mml'



reply via email to

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