-
Notifications
You must be signed in to change notification settings - Fork 77
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
Labels of inputs not readable #88
Comments
@eddy147 hey, you might want to set
|
I ran into this problem as well, and am also using As @mCassy pointed out, this appears to be fixable by adjusting the The neo-tree highlights code constructs the The issue is that by default, it ends up with this (inspecting via
Where the fg and bg are too close in color to be viewable in NeoTree. It's because it derives from
My fix for this is to create my own fork to directly modify the Which ends up giving the following output, with the default neo-tree |
It may also be worth calling out that if you don't change the colors and just directly switch the neo-tree |
the pop-up inputs do not show text, so it's impossible to input text.
I can batter show a picture.
With tokyo-night, when adding/renaming a file in NeoTree:
In oxocarbon:
To reproduce:
The text was updated successfully, but these errors were encountered: