seebi / dircolors-solarized

This is a repository of themes for GNU ls (configured via GNU dircolors) that support Ethan Schoonover’s Solarized color scheme.
http://ethanschoonover.com/solarized
MIT License
2.84k stars 452 forks source link

SOCK hard to read (magenta on blue) #66

Closed blueyed closed 8 years ago

blueyed commented 8 years ago

Sockets get colored using SOCK 35;44, which translates to magenta on blue.

Given that the intention here is to have a blue background, I'd say to use 37;44 as with CHR here, too.

It might be better to use 01;37;44 (bright white) here even.

BLK 33;44 is also problematic (33=yellow).

seebi commented 8 years ago

I agree, pls send pull request ...