Closed palikar closed 1 year ago
I've added three more faces for the customizing the look of directories depending whether they are opened or not. Atom has similar feature and I really wanted it in emacs. With my changes I managed to make neo-tree to look like this
with settings like this
(face-spec-set 'neo-file-link-face '((t (:foreground "light sky blue")))) (face-spec-set 'neo-open-dir-link-face '((t (:foreground "gold" :underline t :height 1.1)))) (face-spec-set 'neo-dir-link-face '((t (:underline t :height 1.1)))) (face-spec-set 'neo-dir-icon-face '((t (:foreground "light sky blue")))) (face-spec-set 'neo-open-dir-icon-face '((t (:foreground "gold"))))
I've added three more faces for the customizing the look of directories depending whether they are opened or not. Atom has similar feature and I really wanted it in emacs. With my changes I managed to make neo-tree to look like this
with settings like this