lukesampson/concfg

files in directory listing are illegible with most themes

Closed this issue · 3 comments

Most themes I have tried (monokai, tomorrow, oceannext, mocha) have basically illegible file listings from dir/ls as any files which are not text files or executables are presented with a very dark gray color. Any ideas on how this can be resolved? Thanks!

image

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.

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!

Ah, of course! Nice find. You're very welcome.