changeset 58:0829728189a2

Standardise dir colour with PS1 on something a step brighter
author IBBoard <dev@ibboard.co.uk>
date Wed, 19 Apr 2017 20:47:29 +0100
parents 28317d15a4cf
children 2a3670fb2ef2
files dircolors
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/dircolors	Wed Apr 19 20:47:03 2017 +0100
+++ b/dircolors	Wed Apr 19 20:47:29 2017 +0100
@@ -64,7 +64,7 @@
 
 NORMAL 00       # global default, although everything should be something.
 FILE   00       # normal file - don't colour so that it works with light and dark terminals
-DIR    01;38;5;25    # directory
+DIR    01;38;5;26    # directory
 LINK   00;38;5;30    # symbolic link
 FIFO   48;5;236;38;5;178    # pipe
 SOCK   01;38;5;248;48;5;58    # socket