1 # Configuration file for dircolors, a utility to help you set the
2 # LS_COLORS environment variable used by GNU ls with the --color option.
4 # Copyright (C) 1996, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006
5 # Free Software Foundation, Inc.
6 # Copying and distribution of this file, with or without modification,
7 # are permitted provided the copyright notice and this notice are preserved.
9 # The keywords COLOR, OPTIONS, and EIGHTBIT (honored by the
10 # slackware version of dircolors) are recognized but ignored.
12 # Below, there should be one TERM entry for each termtype that is colorizable
40 TERM rxvt-cygwin-native
52 # Below are the color init strings for the basic file types. A color init
53 # string consists of one or more of the following numeric codes:
55 # 00=none 01=bold 04=underscore 05=blink 07=reverse 08=concealed
57 # 30=black 31=red 32=green 33=yellow 34=blue 35=magenta 36=cyan 37=white
58 # Background color codes:
59 # 40=black 41=red 42=green 43=yellow 44=blue 45=magenta 46=cyan 47=white
60 NORMAL 00 # global default, although everything should be something.
63 LINK 01;36 # symbolic link. (If you set this to 'target' instead of a
64 # numerical value, the color is as for the file pointed to.)
68 BLK 40;33;01 # block device driver
69 CHR 40;33;01 # character device driver
70 ORPHAN 40;31;01 # symlink to nonexistent file, or non-stat'able file
71 SETUID 37;41 # file that is setuid (u+s)
72 SETGID 30;43 # file that is setgid (g+s)
73 STICKY_OTHER_WRITABLE 30;42 # dir that is sticky and other-writable (+t,o+w)
74 OTHER_WRITABLE 34;42 # dir that is other-writable (o+w) and not sticky
75 STICKY 37;44 # dir with the sticky bit set (+t) and not other-writable
77 # This is for files with execute permission:
80 # List any file extensions like '.gz' or '.tar' that you would like ls
81 # to colorize below. Put the extension, a space, and the color init string.
82 # (and any comments you want to add after a '#')
84 # If you use DOS-style suffixes, you may want to uncomment the following:
85 #.cmd 01;32 # executables (bright green)
90 # Or if you want to colorize scripts even if they do not have the
91 # executable bit actually set.
95 # archives or compressed (bright red)