From c233c7513a0f37c9e4811a246b30cc53763d477b Mon Sep 17 00:00:00 2001 From: Kolan Sh Date: Sun, 25 Sep 2016 16:26:01 +0300 Subject: [PATCH] dircolors*: multiple hardlinks not seen on white background. --- .dircolors | 2 +- .dircolors_256 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.dircolors b/.dircolors index 0ca42f0..e7286f1 100644 --- a/.dircolors +++ b/.dircolors @@ -68,7 +68,7 @@ RESET 0 # reset to "normal" color DIR 01;34 # directory # LINK target # symbolic link. LINK 01;36 # symbolic link. -MULTIHARDLINK 00 # regular file with more than one link +MULTIHARDLINK 48;5;188 # regular file with more than one link FIFO 01;45;37 # pipe SOCK 01;45;36 # socket DOOR 01;35 # door diff --git a/.dircolors_256 b/.dircolors_256 index 4d11647..5b125a3 100644 --- a/.dircolors_256 +++ b/.dircolors_256 @@ -68,7 +68,7 @@ RESET 0 # reset to "normal" color DIR 01;34 # directory # LINK target # symbolic link. LINK 01;36 # symbolic link. -MULTIHARDLINK 48;5;235 # regular file with more than one link +MULTIHARDLINK 48;5;188 # regular file with more than one link FIFO 48;5;91 # pipe SOCK 48;5;89 # socket DOOR 01;35 # door