* updated kmousetool (21.12.1 -> 21.12.2), untested
[t2-trunk.git] / package / base / sysfiles / etc_dircolors.txt
blobccfd761057c3ec1eebc957009ef6e981a080c825
1 # --- T2-COPYRIGHT-NOTE-BEGIN ---
2 # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
3
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
7
8 # More information can be found in the files COPYING and README.
9
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
23 TERM linux
24 TERM console
25 TERM con132x25
26 TERM con132x30
27 TERM con132x43
28 TERM con132x60
29 TERM con80x25
30 TERM con80x28
31 TERM con80x30
32 TERM con80x43
33 TERM con80x50
34 TERM con80x60
35 TERM xterm
36 TERM vt100
37 TERM vt220
38 TERM screen
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:
42 # Attribute codes:
43 # 00=none 01=bold 04=underscore 05=blink 07=reverse 08=concealed
44 # Text color codes:
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.
49 FILE 00         # normal file
50 DIR 01;34       # directory
51 LINK 01;36      # symbolic link
52 FIFO 35         # pipe
53 SOCK 01;35      # socket
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:
59 EXEC 01;32
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)
66 .exe 01;32
67 .com 01;32
68 .btm 01;32
69 .bat 01;32
71 .tar 01;31 # archives or compressed (bright red)
72 .tgz 01;31
73 .arj 01;31
74 .taz 01;31
75 .lzh 01;31
76 .zip 01;31
77 .z   01;31
78 .Z   01;31
79 .gz  01;31
80 .bz2 01;31
81 .tbz2 01;31
82 .deb 01;31
83 .rpm 01;31
84 .cpio 01;31
86 .jpg 01;35 # image formats
87 .jpeg 01;35
88 .gif 01;35
89 .png 01;35
90 .bmp 01;35
91 .ppm 01;35
92 .tga 01;35
93 .xbm 01;35
94 .xpm 01;35
95 .tif 01;35
96 .tiff 01;35
97 .mpg 01;35
98 .mpeg 01;35
99 .avi 01;35
100 .xcf 01;35
101 .gl 01;35
102 .dl 01;35