From d209e8b6049525361dbc120146335e987a1ba330 Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Lallement Date: Thu, 8 Mar 2018 15:21:51 +0100 Subject: [PATCH 1/2] * usr/share/byobu/profiles/dircolors: LP: #1752352 - Changed color attribute of symlinks from blinking to underscore. --- usr/share/byobu/profiles/dircolors | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr/share/byobu/profiles/dircolors b/usr/share/byobu/profiles/dircolors index e5b0ef75..691e818e 100644 --- a/usr/share/byobu/profiles/dircolors +++ b/usr/share/byobu/profiles/dircolors @@ -71,7 +71,7 @@ TERM xterm-debian #FILE 00 # regular file: use no color at all RESET 0 # reset to "normal" color DIR 38;5;5 # directory -LINK 4;5;37 # symbolic link. (If you set this to 'target' instead of a +LINK 4;4;37 # symbolic link. (If you set this to 'target' instead of a # numerical value, the color is as for the file pointed to.) MULTIHARDLINK 00 # regular file with more than one link FIFO 40;33 # pipe From f9b58596bdff70fdfb4ea9eebc72b87662aaf7b5 Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Lallement Date: Fri, 9 Mar 2018 09:05:00 +0100 Subject: [PATCH 2/2] * usr/share/byobu/profiles/dircolors: Adjust color of symlink to cyan-ish foreground, without any attribute --- usr/share/byobu/profiles/dircolors | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr/share/byobu/profiles/dircolors b/usr/share/byobu/profiles/dircolors index 691e818e..2d742244 100644 --- a/usr/share/byobu/profiles/dircolors +++ b/usr/share/byobu/profiles/dircolors @@ -71,7 +71,7 @@ TERM xterm-debian #FILE 00 # regular file: use no color at all RESET 0 # reset to "normal" color DIR 38;5;5 # directory -LINK 4;4;37 # symbolic link. (If you set this to 'target' instead of a +LINK 38;5;37 # symbolic link. (If you set this to 'target' instead of a # numerical value, the color is as for the file pointed to.) MULTIHARDLINK 00 # regular file with more than one link FIFO 40;33 # pipe