diff --git a/debian/changelog b/debian/changelog index a489d827..41efc967 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ byobu (5.78) unreleased; urgency=medium - * UNRELEASED + * usr/share/byobu/profiles/dircolors: + - give executables just a little more pop -- Dustin Kirkland Sun, 30 Mar 2014 20:42:10 -0500 diff --git a/usr/share/byobu/profiles/dircolors b/usr/share/byobu/profiles/dircolors index fb810726..006d7f9b 100644 --- a/usr/share/byobu/profiles/dircolors +++ b/usr/share/byobu/profiles/dircolors @@ -87,7 +87,7 @@ STICKY_OTHER_WRITABLE 3;28 # dir that is sticky and other-writable (+t,o+w) OTHER_WRITABLE 34;42 # dir that is other-writable (o+w) and not sticky STICKY 37;44 # dir with the sticky bit set (+t) and not other-writable # This is for files with execute permission: -EXEC 38;5;172 +EXEC 38;5;202 # List any file extensions like '.gz' or '.tar' that you would like ls # to colorize below. Put the extension, a space, and the color init string. # (and any comments you want to add after a '#')