]> git.pld-linux.org Git - packages/coreutils.git/commitdiff
- I don't know why your colors are better than mine, but OK,
authorTomasz Pala <gotar@pld-linux.org>
Thu, 5 Dec 2002 16:02:47 +0000 (16:02 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- cosmetics (40 is default - removed).

Changed files:
    DIR_COLORS -> 1.7

DIR_COLORS

index 0708330d34401ff52fdd7697e9f85a31c249f466..af934a5494af666fe43a28142c0d720b78f9dc87 100644 (file)
@@ -41,25 +41,25 @@ EIGHTBIT 1
 
 # Below are the color init strings for the basic file types. A color init
 # string consists of one or more of the following numeric codes:
-# Attribute codes: 
+# Attribute codes:
 # 00=none 01=bold 04=underscore 05=blink 07=reverse 08=concealed
 # Text color codes:
 # 30=black 31=red 32=green 33=yellow 34=blue 35=magenta 36=cyan 37=white
 # Background color codes:
 # 40=black 41=red 42=green 43=yellow 44=blue 45=magenta 46=cyan 47=white
 NORMAL 00      # global default, although everything should be something.
-FILE 00        # normal file
-DIR 01;34      # directory
-LINK 01;36     # symbolic link
-FIFO 40;33     # pipe
+FILE 00                # normal file
+DIR 01;34      # directory
+LINK 01;36     # symbolic link
+FIFO 33                # pipe
 SOCK 01;35     # socket
-BLK 40;33;01   # block device driver
-CHR 40;33;01   # character device driver
+BLK 01;33      # block device driver
+CHR 01;33      # character device driver
 ORPHAN 01;05;37;41  # orphaned syminks
 MISSING 01;05;37;41 # ... and the files they point to
 
 # This is for files with execute permission:
-EXEC 01;32 
+EXEC 01;32
 
 # 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.
This page took 0.108255 seconds and 4 git commands to generate.