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

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

[nongnu] elpa/gotham-theme f8265abe2f 131/214: add neotree support


From: ELPA Syncer
Subject: [nongnu] elpa/gotham-theme f8265abe2f 131/214: add neotree support
Date: Fri, 7 Jan 2022 17:58:48 -0500 (EST)

branch: elpa/gotham-theme
commit f8265abe2fa9dac13e2bb56666e68f861538a138
Author: Davor Rotim <rotim.davor@gmail.com>
Commit: Davor Rotim <rotim.davor@gmail.com>

    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]