How can I configure the colour of a directory that has full permissions in .dircolors? (777) I find a directory with full permissions very hard to read in the terminal and would like to change its foreground or perhaps background colour.

Currently I have the following settings:

NORMAL 00
FILE   00
DIR    01;34
LINK   35

# pipe, socket, block device, character device (blue bg)
FIFO 30;44
SOCK 35;44
DOOR 35;44 # Solaris 2.5 and later; unsure what it's for
BLK  33;44
CHR  37;44


Reply via email to