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.83k stars 453 forks source link

how do i change colors for Directories with permissions drwxrwsrwx #81

Closed eg020571 closed 4 years ago

eg020571 commented 7 years ago

image

I am unable to read directories names which have drwxrwsrwx permissions with green background ,Can someone suggest some alternative . i am using solarized dark theme in terminal.

seebi commented 7 years ago

IMHO - the background color comes from the sticky bit. can you remove it and check again?

mhall commented 6 years ago

This is an issue for me too, and appears to show up for all directories that are other-writable.

seebi commented 6 years ago

can you please play around with these lines

STICKY_OTHER_WRITABLE 48;5;64;38;5;230 # dir that is sticky and other-writable (+t,o+w)
OTHER_WRITABLE 48;5;235;38;5;33 # dir that is other-writable (o+w) and not sticky
STICKY 48;5;33;38;5;230 # dir with the sticky bit set (+t) and not other-writable