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

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

[nongnu] elpa/gotham-theme a7b4da3675 132/214: Merge pull request #32 fr


From: ELPA Syncer
Subject: [nongnu] elpa/gotham-theme a7b4da3675 132/214: Merge pull request #32 from drot/master
Date: Fri, 7 Jan 2022 17:58:48 -0500 (EST)

branch: elpa/gotham-theme
commit a7b4da36754ebe435cf21ba820cba2038d704c3f
Merge: 7e889209c8 f8265abe2f
Author: Vasilij Schneidermann <v.schneidermann@gmail.com>
Commit: Vasilij Schneidermann <v.schneidermann@gmail.com>

    Merge pull request #32 from drot/master
    
    Add NeoTree support
---
 gotham-theme.el | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)

diff --git a/gotham-theme.el b/gotham-theme.el
index 14ce650860..a2a9eaf6e7 100644
--- a/gotham-theme.el
+++ b/gotham-theme.el
@@ -732,6 +732,25 @@ depending on DISPLAY for keys which are either :foreground 
or
    (mu4e-header-highlight-face :inherit hl-line)
    (mu4e-region-code :inherit region)
 
+   ;; neotree
+   (neo-banner-face :foreground orange :weight bold)
+   (neo-button-face :foreground blue)
+   (neo-dir-link-face :foreground magenta :weight bold)
+   (neo-expand-btn-face :foreground yellow)
+   (neo-file-link-face :foreground green)
+   (neo-header-face :foreground yellow)
+   (neo-root-dir-face :foreground red :weight bold)
+   (neo-vc-added-face :foreground yellow)
+   (neo-vc-conflict-face :foreground red)
+   (neo-vc-default-face :foreground base6)
+   (neo-vc-edited-face :foreground cyan)
+   (neo-vc-ignored-face :foreground blue)
+   (neo-vc-missing-face :foreground red)
+   (neo-vc-needs-merge-face :foreground red)
+   (neo-vc-unlocked-changes-face :foreground base7 :background blue)
+   (neo-vc-up-to-date-face :foreground green)
+   (neo-vc-user-face :inherit italic :foreground red)
+
    ;; org-mode
    (org-agenda-dimmed-todo-face :inherit shadow)
    (org-agenda-done :foreground green)



reply via email to

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