emacs-neotree icon indicating copy to clipboard operation
emacs-neotree copied to clipboard

pick up on the emacs color theme

Open metakermit opened this issue 6 years ago • 2 comments

Is it possible to set up neotree to pick up on the theme that I've set for Emacs?

For example I've installed gruvbox-theme and all of my file buffers and the command buffer have picked it up, but neotree is still sticking to its blue theme.

screenshot 2018-03-27 17 24 06

Would be nice if Neotree also took its hues from the selected color theme.

This issue becomes especially problematic when I select a theme with a light background, e.g. gruvbox-light-medium.

screenshot 2018-03-27 17 26 59

metakermit avatar Mar 27 '18 15:03 metakermit

This would be awesome! Just incase someone wants to make these color changes manually, add the below peace of code to your .emacs file. If I have free time available, I will try to submit a pull request to help solve this problem.

(custom-set-faces
 '(neo-root-dir-face ((t (:foreground "#8D8D84"))))
 '(neo-dir-link-face ((t (:foreground "#0000FF"))))
 '(neo-file-link-face ((t (:foreground "#BA36A5")))))

VernonGrant avatar Sep 28 '18 05:09 VernonGrant

Hi! It's june 2024 and this problem is still present. Any news on this?

antoniocorbi avatar Jun 15 '24 18:06 antoniocorbi