EliverLara/Andromeda

Andromeda with git text colors

AbdelhakimMhioul opened this issue · 2 comments

Expected Behavior

The text color should be white when the file or folder is not ignored by git and grayed out when it is ignored.

Current Behavior

The file's folders' colors are the same whether they are ignored (.gitignore) using git or not.
image

Possible Solution

Change the text color to white when the file or folder is not ignored by git.

Steps to Reproduce

Just install Andromeda & enable git support for some project

Hey @AbdelhakimMhioul -- my new PR (#30) hopefully takes care of this

Yes, that solved the problem @famazak , Thanks.