Add support for NEOTREE

This commit is contained in:
Protesilaos Stavrou 2019-11-24 10:10:26 +02:00
parent fd6fba8ca9
commit b88993d88f
No known key found for this signature in database
GPG key ID: 99BD6459CD5CA3EA
3 changed files with 41 additions and 0 deletions

View file

@ -107,6 +107,7 @@ the "full support" may not be 100% true…
+ messages + messages
+ modeline + modeline
+ mu4e + mu4e
+ neotree
+ org-mode* + org-mode*
+ outline-mode + outline-mode
+ pass + pass

View file

@ -783,6 +783,26 @@ between foreground and background is >= 7:1)."
`(mu4e-url-number-face ((,class (:foreground ,blue-alt-other :weight bold)))) `(mu4e-url-number-face ((,class (:foreground ,blue-alt-other :weight bold))))
`(mu4e-view-body-face ((,class (:inherit (default))))) `(mu4e-view-body-face ((,class (:inherit (default)))))
`(mu4e-warning-face ((,class (:inherit (warning))))) `(mu4e-warning-face ((,class (:inherit (warning)))))
;;;; neotree
`(neo-banner-face ((,class (:foreground ,magenta))))
`(neo-button-face ((,class (:inherit (button)))))
`(neo-dir-link-face ((,class (:inherit (dired-directory)))))
`(neo-expand-btn-face ((,class (:foreground ,cyan))))
`(neo-file-link-face ((,class (:foreground ,fg-main))))
`(neo-header-face ((,class (:inherit (dired-header)))))
`(neo-root-dir-face ((,class (:foreground ,cyan-alt :weight bold))))
`(neo-vc-added-face ((,class (:foreground ,green))))
`(neo-vc-conflict-face ((,class (:foreground ,red :Weight bold))))
`(neo-vc-default-face ((,class (:foreground ,fg-main))))
`(neo-vc-edited-face ((,class (:foreground ,yellow))))
`(neo-vc-ignored-face ((,class (:foreground ,fg-inactive))))
`(neo-vc-missing-face ((,class (:foreground ,red-alt))))
`(neo-vc-needs-merge-face ((,class (:foreground ,magenta-alt))))
`(neo-vc-needs-update-face ((,class (:underline t))))
`(neo-vc-removed-face ((,class (:strike-through t))))
`(neo-vc-unlocked-changes-face ((,class (:inherit (modus-theme-refine-blue)))))
`(neo-vc-up-to-date-face ((,class (:foreground ,fg-alt))))
`(neo-vc-user-face ((,class (:foreground ,magenta))))
;;;; org-mode ;;;; org-mode
`(org-agenda-calendar-event ((,class (:inherit (default))))) `(org-agenda-calendar-event ((,class (:inherit (default)))))
`(org-agenda-calendar-sexp ((,class (:inherit (default))))) `(org-agenda-calendar-sexp ((,class (:inherit (default)))))

View file

@ -783,6 +783,26 @@ between foreground and background is >= 7:1)."
`(mu4e-url-number-face ((,class (:foreground ,blue-alt-other :weight bold)))) `(mu4e-url-number-face ((,class (:foreground ,blue-alt-other :weight bold))))
`(mu4e-view-body-face ((,class (:inherit (default))))) `(mu4e-view-body-face ((,class (:inherit (default)))))
`(mu4e-warning-face ((,class (:inherit (warning))))) `(mu4e-warning-face ((,class (:inherit (warning)))))
;;;; neotree
`(neo-banner-face ((,class (:foreground ,magenta))))
`(neo-button-face ((,class (:inherit (button)))))
`(neo-dir-link-face ((,class (:inherit (dired-directory)))))
`(neo-expand-btn-face ((,class (:foreground ,cyan))))
`(neo-file-link-face ((,class (:foreground ,fg-main))))
`(neo-header-face ((,class (:inherit (dired-header)))))
`(neo-root-dir-face ((,class (:foreground ,cyan-alt :weight bold))))
`(neo-vc-added-face ((,class (:foreground ,green))))
`(neo-vc-conflict-face ((,class (:foreground ,red :Weight bold))))
`(neo-vc-default-face ((,class (:foreground ,fg-main))))
`(neo-vc-edited-face ((,class (:foreground ,yellow))))
`(neo-vc-ignored-face ((,class (:foreground ,fg-inactive))))
`(neo-vc-missing-face ((,class (:foreground ,red-alt))))
`(neo-vc-needs-merge-face ((,class (:foreground ,magenta-alt))))
`(neo-vc-needs-update-face ((,class (:underline t))))
`(neo-vc-removed-face ((,class (:strike-through t))))
`(neo-vc-unlocked-changes-face ((,class (:inherit (modus-theme-refine-blue)))))
`(neo-vc-up-to-date-face ((,class (:foreground ,fg-alt))))
`(neo-vc-user-face ((,class (:foreground ,magenta))))
;;;; org-mode ;;;; org-mode
`(org-agenda-calendar-event ((,class (:inherit (default))))) `(org-agenda-calendar-event ((,class (:inherit (default)))))
`(org-agenda-calendar-sexp ((,class (:inherit (default))))) `(org-agenda-calendar-sexp ((,class (:inherit (default)))))