* src/dd.c (flags): noatime and nofollow now depend on
[coreutils/bo.git] / src / dircolors.hin
blob737ab0358c835bfeef94c765f396d7e59bd338ee
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
13 TERM Eterm
14 TERM ansi
15 TERM color-xterm
16 TERM con132x25
17 TERM con132x30
18 TERM con132x43
19 TERM con132x60
20 TERM con80x25
21 TERM con80x28
22 TERM con80x30
23 TERM con80x43
24 TERM con80x50
25 TERM con80x60
26 TERM console
27 TERM cygwin
28 TERM dtterm
29 TERM gnome
30 TERM konsole
31 TERM kterm
32 TERM linux
33 TERM linux-c
34 TERM mach-color
35 TERM mlterm
36 TERM putty
37 TERM rxvt
38 TERM rxvt-cygwin
39 TERM rxvt-cygwin-native
40 TERM rxvt-unicode
41 TERM screen
42 TERM screen-bce
43 TERM screen-w
44 TERM screen.linux
45 TERM vt100
46 TERM xterm
47 TERM xterm-256color
48 TERM xterm-color
49 TERM xterm-debian
51 # Below are the color init strings for the basic file types. A color init
52 # string consists of one or more of the following numeric codes:
53 # Attribute codes:
54 # 00=none 01=bold 04=underscore 05=blink 07=reverse 08=concealed
55 # Text color codes:
56 # 30=black 31=red 32=green 33=yellow 34=blue 35=magenta 36=cyan 37=white
57 # Background color codes:
58 # 40=black 41=red 42=green 43=yellow 44=blue 45=magenta 46=cyan 47=white
59 NORMAL 00       # global default, although everything should be something.
60 FILE 00         # normal file
61 DIR 01;34       # directory
62 LINK 01;36      # symbolic link.  (If you set this to 'target' instead of a
63                 # numerical value, the color is as for the file pointed to.)
64 FIFO 40;33      # pipe
65 SOCK 01;35      # socket
66 DOOR 01;35      # door
67 BLK 40;33;01    # block device driver
68 CHR 40;33;01    # character device driver
69 ORPHAN 40;31;01 # symlink to nonexistent file, or non-stat'able file
70 SETUID 37;41    # file that is setuid (u+s)
71 SETGID 30;43    # file that is setgid (g+s)
72 STICKY_OTHER_WRITABLE 30;42 # dir that is sticky and other-writable (+t,o+w)
73 OTHER_WRITABLE 34;42 # dir that is other-writable (o+w) and not sticky
74 STICKY 37;44    # dir with the sticky bit set (+t) and not other-writable
76 # This is for files with execute permission:
77 EXEC 01;32
79 # List any file extensions like '.gz' or '.tar' that you would like ls
80 # to colorize below. Put the extension, a space, and the color init string.
81 # (and any comments you want to add after a '#')
83 # If you use DOS-style suffixes, you may want to uncomment the following:
84 #.cmd 01;32 # executables (bright green)
85 #.exe 01;32
86 #.com 01;32
87 #.btm 01;32
88 #.bat 01;32
90 .tar 01;31 # archives or compressed (bright red)
91 .tgz 01;31
92 .arj 01;31
93 .taz 01;31
94 .lzh 01;31
95 .zip 01;31
96 .z   01;31
97 .Z   01;31
98 .gz  01;31
99 .bz2 01;31
100 .deb 01;31
101 .rpm 01;31
102 .jar 01;31
104 # image formats
105 .jpg 01;35
106 .jpeg 01;35
107 .gif 01;35
108 .bmp 01;35
109 .pbm 01;35
110 .pgm 01;35
111 .ppm 01;35
112 .tga 01;35
113 .xbm 01;35
114 .xpm 01;35
115 .tif 01;35
116 .tiff 01;35
117 .png 01;35
118 .mov 01;35
119 .mpg 01;35
120 .mpeg 01;35
121 .avi 01;35
122 .fli 01;35
123 .gl 01;35
124 .dl 01;35
125 .xcf 01;35
126 .xwd 01;35
128 # audio formats
129 .flac 01;35
130 .mp3 01;35
131 .mpc 01;35
132 .ogg 01;35
133 .wav 01;35