Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pick up on the emacs color theme #291

Open
metakermit opened this issue Mar 27, 2018 · 2 comments
Open

pick up on the emacs color theme #291

metakermit opened this issue Mar 27, 2018 · 2 comments

Comments

@metakermit
Copy link

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

@VernonGrant
Copy link

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")))))

@antoniocorbi
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants