From 64e12cf62e7c2b3030d69f68aedeb606abbc0edb Mon Sep 17 00:00:00 2001 From: Dustin Kirkland Date: Wed, 9 Apr 2014 16:14:46 -0400 Subject: [PATCH] use a light grey underline for symlinks --- debian/changelog | 1 + usr/share/byobu/profiles/dircolors | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 82098623..bf2a7ba4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ byobu (5.78) unreleased; urgency=medium * usr/share/byobu/profiles/dircolors: - give executables just a little more pop + - use a light grey underline for symlinks * usr/share/byobu/profiles/bashrc: - Ensure that we use ls with colors, and class/type indicators * usr/share/byobu/profiles/bashrc: diff --git a/usr/share/byobu/profiles/dircolors b/usr/share/byobu/profiles/dircolors index 006d7f9b..49ff8f00 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;36 # symbolic link. (If you set this to 'target' instead of a +LINK 4;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