X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;f=shell%2Fdircolors.in;h=532f818eafb6d0de7b1b61e918c70ad0f9999c02;hb=23da4a2741e7d304e3a8a4178c22b640447a99f0;hp=0df7768de3a7703ea750c50a41b3bb2ae5797748;hpb=a81024704049644fb532e0f1dfaa6c66e78806c2;p=config%2Fdotfiles.git diff --git a/shell/dircolors.in b/shell/dircolors.in index 0df7768..532f818 100644 --- a/shell/dircolors.in +++ b/shell/dircolors.in @@ -54,10 +54,10 @@ STICKY_OTHER_WRITABLE 34;42;01 # yellow background. STICKY 34;43;01 -# Named pipes: normal. -FIFO 00 -# Sockets: normal. -SOCK 00 +# Named pipes: green. +FIFO 32 +# Sockets: green. +SOCK 32 # Block devices: normal. BLK 00 # Character devices: normal. @@ -75,11 +75,18 @@ CHR 00 # (e.g. example.foo). # Read-me files (e.g. README, program.readme, etc.): bold magenta. -*README 35;01 -*readme 35;01 +*README 35;01 +*README.txt 35;01 +*README.md 35;01 +*README.mkd 35;01 +*readme 35;01 # Misc files: bold magenta. *NEWS 35;01 +*FAQ 35;01 +*faq 35;01 *TODO 35;01 *todo 35;01 +# Makefiles: bold magenta. +*Makefile 35;01 # vim: ft=dircolors