Open metakermit opened 6 years ago
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")))))
Hi! It's june 2024 and this problem is still present. Any news on this?
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.
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.