neilpa / cmd-colors-solarized

Solarized color settings for Windows command prompt
1.11k stars 176 forks source link

Invisible letters #29

Closed alesmenzel closed 7 years ago

alesmenzel commented 7 years ago

The DarkGrey color is so dark its hardly visible which makes life missarbale with a simple git commit -m "..." command as you cant even see the -m

rbeesley commented 7 years ago

I don't think you are having your defaults set correctly. I believe the issue is that Set-SolarizedDarkColorDefaults.ps1 is not being executed. If it were rendering correctly, the quotes would be light blue as well. Since this is an elevated process, did you start it from Win-X?

alesmenzel commented 7 years ago

Thank you, i was actually missing the last step of installation. There is said to add some code into a profile but there was never shown how to create one.

To create it, run (powershell):

New-Item -path $profile -type file –force

You might not need to use --force, but it didn´t work for me without it.