I have installed GitHub for Windows recently and am using the git bash prompt - the one thing that is bugging me right now is when I type LS all directories are listed in blue.<
I've never tried to use GIT on Windows ... but you should be able to adjust text colors with "git-config":
There is also a (hidden?) .gitconfig file you should be able to edit directly:
Finally, this link has some good tips: