All patches and comments are welcome. Please squash your changes to logical
commits before using git-format-patch and git-send-email to
patches@git.madduck.net.
If you'd read over the Git project's submission guidelines and adhered to them,
I'd be especially grateful.
3 # colours for directory listings for normal people
5 # Copyright © 1994–2017 martin f. krafft <madduck@madduck.net>
6 # Released under the terms of the Artistic Licence 2.0
8 # Source repository: http://git.madduck.net/v/etc/zsh.git
11 ### BEGIN dircolors --print-database output ##################################
12 # Configuration file for dircolors, a utility to help you set the
13 # LS_COLORS environment variable used by GNU ls with the --color option.
14 # Copyright (C) 1996-2016 Free Software Foundation, Inc.
15 # Copying and distribution of this file, with or without modification,
16 # are permitted provided the copyright notice and this notice are preserved.
17 # The keywords COLOR, OPTIONS, and EIGHTBIT (honored by the
18 # slackware version of dircolors) are recognized but ignored.
19 # Below, there should be one TERM entry for each termtype that is colorizable
49 TERM rxvt-cygwin-native
63 # Below are the color init strings for the basic file types. A color init
64 # string consists of one or more of the following numeric codes:
66 # 00=none 01=bold 04=underscore 05=blink 07=reverse 08=concealed
68 # 30=black 31=red 32=green 33=yellow 34=blue 35=magenta 36=cyan 37=white
69 # Background color codes:
70 # 40=black 41=red 42=green 43=yellow 44=blue 45=magenta 46=cyan 47=white
71 NORMAL 00 # global default, although everything should be something.
74 LINK 01;36 # symbolic link. (If you set this to 'target' instead of a
75 # numerical value, the color is as for the file pointed to.)
79 BLK 40;33;01 # block device driver
80 CHR 40;33;01 # character device driver
81 ORPHAN 40;31;01 # symlink to nonexistent file, or non-stat'able file
82 SETUID 37;41 # file that is setuid (u+s)
83 SETGID 30;43 # file that is setgid (g+s)
84 CAPABILITY 30;41 # file with capability
85 STICKY_OTHER_WRITABLE 30;42 # dir that is sticky and other-writable (+t,o+w)
86 OTHER_WRITABLE 34;42 # dir that is other-writable (o+w) and not sticky
87 STICKY 37;44 # dir with the sticky bit set (+t) and not other-writable
88 # This is for files with execute permission:
90 # List any file extensions like '.gz' or '.tar' that you would like ls
91 # to colorize below. Put the extension, a space, and the color init string.
92 # (and any comments you want to add after a '#')
93 # If you use DOS-style suffixes, you may want to uncomment the following:
94 #.cmd 01;32 # executables (bright green)
99 # Or if you want to colorize scripts even if they do not have the
100 # executable bit actually set.
103 # archives or compressed (bright red)
195 # http://wiki.xiph.org/index.php/MIME_Types_and_File_Extensions
211 # http://wiki.xiph.org/index.php/MIME_Types_and_File_Extensions
216 ### END dircolors --print-database output ####################################
221 # 00=none 01=bold 04=underscore 05=blink 07=reverse 08=concealed
223 # 30=black 31=red 32=green 33=yellow 34=blue 35=magenta 36=cyan 37=white
224 # Background color codes:
225 # 40=black 41=red 42=green 43=yellow 44=blue 45=magenta 46=cyan 47=white
230 # and remove all the bold from the images and archives:
231 # archives or compressed (bright red)
323 # http://wiki.xiph.org/index.php/MIME_Types_and_File_Extensions