1 # --- T2-COPYRIGHT-NOTE-BEGIN ---
2 # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
4 # T2 SDE: package/.../sysfiles/etc_dircolors.txt
5 # Copyright (C) 2004 - 2008 The T2 SDE Project
6 # Copyright (C) 1998 - 2003 ROCK Linux Project
8 # More information can be found in the files COPYING and README.
10 # This program is free software; you can redistribute it and/or modify
11 # it under the terms of the GNU General Public License as published by
12 # the Free Software Foundation; version 2 of the License. A copy of the
13 # GNU General Public License can be found in the file COPYING.
14 # --- T2-COPYRIGHT-NOTE-END ---
16 # Configuration file for dircolors, a utility to help you set the
17 # LS_COLORS environment variable used by GNU ls with the --color option.
19 # The keywords COLOR, OPTIONS, and EIGHTBIT (honored by the
20 # slackware version of dircolors) are recognized but ignored.
22 # Below, there should be one TERM entry for each termtype that is colorizable
40 # Below are the color init strings for the basic file types. A color init
41 # string consists of one or more of the following numeric codes:
43 # 00=none 01=bold 04=underscore 05=blink 07=reverse 08=concealed
45 # 30=black 31=red 32=green 33=yellow 34=blue 35=magenta 36=cyan 37=white
46 # Background color codes:
47 # 40=black 41=red 42=green 43=yellow 44=blue 45=magenta 46=cyan 47=white
48 NORMAL 00 # global default, although everything should be something.
51 LINK 01;36 # symbolic link
54 BLK 35;01 # block device driver
55 CHR 35;01 # character device driver
56 ORPHAN 31;01 # symlink to nonexistent file
58 # This is for files with execute permission:
61 # List any file extensions like '.gz' or '.tar' that you would like ls
62 # to colorize below. Put the extension, a space, and the color init string.
63 # (and any comments you want to add after a '#')
65 .cmd 01;32 # DOS executables (bright green)
71 .tar 01;31 # archives or compressed (bright red)
86 .jpg 01;35 # image formats