0
+# Configuration file for dircolors, a utility to help you set the
0
+# LS_COLORS environment variable used by GNU ls with the --color option.
0
+# Copyright (C) 1996, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006
0
+# Free Software Foundation, Inc.
0
+# Copying and distribution of this file, with or without modification,
0
+# are permitted provided the copyright notice and this notice are preserved.
0
+# You can copy this file to .dir_colors in your $HOME directory to override
0
+# Below, there should be one TERM entry for each termtype that is colorizable
0
+TERM rxvt-cygwin-native
0
+# Below are the color init strings for the basic file types. A color init
0
+# string consists of one or more of the following numeric codes:
0
+# 00=none 01=bold 04=underscore 05=blink 07=reverse 08=concealed
0
+# 30=black 31=red 32=green 33=yellow 34=blue 35=magenta 36=cyan 37=white
0
+# Background color codes:
0
+# 40=black 41=red 42=green 43=yellow 44=blue 45=magenta 46=cyan 47=white
0
+NORMAL 00 # global default, although everything should be something.
0
+LINK 01;36 # symbolic link. (If you set this to 'target' instead of a
0
+ # numerical value, the color is as for the file pointed to.)
0
+BLK 40;33;01 # block device driver
0
+CHR 40;33;01 # character device driver
0
+ORPHAN 01;05;37;41 # orphaned syminks
0
+MISSING 01;05;37;41 # ... and the files they point to
0
+SETUID 37;41 # file that is setuid (u+s)
0
+SETGID 30;43 # file that is setgid (g+s)
0
+STICKY_OTHER_WRITABLE 30;42 # dir that is sticky and other-writable (+t,o+w)
0
+OTHER_WRITABLE 34;42 # dir that is other-writable (o+w) and not sticky
0
+STICKY 37;44 # dir with the sticky bit set (+t) and not other-writable
0
+# This is for files with execute permission:
0
+# List any file extensions like '.gz' or '.tar' that you would like ls
0
+# to colorize below. Put the extension, a space, and the color init string.
0
+# (and any comments you want to add after a '#')
0
+# If you use DOS-style suffixes, you may want to uncomment the following:
0
+#.cmd 01;32 # executables (bright green)
0
+# Or if you want to colorize scripts even if they do not have the
0
+# executable bit actually set.
0
+ # archives or compressed (bright red)
Comments
No one has commented yet.