files in directory listing are illegible with most themes
Closed this issue · 3 comments
jderose9 commented
lukesampson commented
Assuming this screenshot is from a PowerShell session, are you using PSColor or some other override for PowerShell's Get-ChildItem
? The default dir
/ls
/Get-ChildItem
output for PowerShell 5.1 doesn't seem to use different colors.
jderose9 commented
Ahh I didn't realize that. I found this is caused by the pshazz xpando theme.
https://github.com/lukesampson/pshazz/blob/master/themes/xpando.json
[".*", "darkgray", ""]
Thanks for the hint and your time!
lukesampson commented
Ah, of course! Nice find. You're very welcome.