You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

235 lines
6.0 KiB

  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.
  3. # Copyright (C) 1996, 1999-2010 Free Software Foundation, Inc.
  4. # Copying and distribution of this file, with or without modification,
  5. # are permitted provided the copyright notice and this notice are preserved.
  6. # The keywords COLOR, OPTIONS, and EIGHTBIT (honored by the
  7. # slackware version of dircolors) are recognized but ignored.
  8. # Below, there should be one TERM entry for each termtype that is colorizable
  9. TERM Eterm
  10. TERM ansi
  11. TERM color-xterm
  12. TERM con132x25
  13. TERM con132x30
  14. TERM con132x43
  15. TERM con132x60
  16. TERM con80x25
  17. TERM con80x28
  18. TERM con80x30
  19. TERM con80x43
  20. TERM con80x50
  21. TERM con80x60
  22. TERM cons25
  23. TERM console
  24. TERM cygwin
  25. TERM dtterm
  26. TERM eterm-color
  27. TERM gnome
  28. TERM gnome-256color
  29. TERM jfbterm
  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-256color
  39. TERM rxvt-cygwin
  40. TERM rxvt-cygwin-native
  41. TERM rxvt-unicode
  42. TERM rxvt-unicode256
  43. TERM rxvt-unicode-256color
  44. TERM screen
  45. TERM screen-256color
  46. TERM screen-256color-bce
  47. TERM screen-bce
  48. TERM screen-w
  49. TERM screen.linux
  50. TERM vt100
  51. TERM xterm
  52. TERM xterm-16color
  53. TERM xterm-256color
  54. TERM xterm-88color
  55. TERM xterm-color
  56. TERM xterm-debian
  57. # Below are the color init strings for the basic file types. A color init
  58. # string consists of one or more of the following numeric codes:
  59. # Attribute codes:
  60. # 00=none 01=bold 04=underscore 05=blink 07=reverse 08=concealed
  61. # Text color codes:
  62. # 30=black 31=red 32=green 33=yellow 34=blue 35=magenta 36=cyan 37=white
  63. # Background color codes:
  64. # 40=black 41=red 42=green 43=yellow 44=blue 45=magenta 46=cyan 47=white
  65. ## dircolors 256 COLOR SUPPORT (see here: http://www.mail-archive.com/bug-coreutils@gnu.org/msg11030.html)
  66. # Text 256 color coding:
  67. # 38;5;COLOR_NUMBER
  68. # Background 256 color coding:
  69. # 48;5;COLOR_NUMBER
  70. NORMAL 00;38;5;244 # no color code at all
  71. #FILE 00 # regular file: use no color at all
  72. RESET 0 # reset to "normal" color
  73. DIR 00;38;5;33 # directory 01;34
  74. LINK 01;38;5;33 # symbolic link. (If you set this to 'target' instead of a
  75. # numerical value, the color is as for the file pointed to.)
  76. MULTIHARDLINK 00 # regular file with more than one link
  77. FIFO 48;5;230;38;5;136;01 # pipe
  78. SOCK 48;5;230;38;5;136;01 # socket
  79. DOOR 48;5;230;38;5;136;01 # door
  80. BLK 48;5;230;38;5;244;01 # block device driver
  81. CHR 48;5;230;38;5;244;01 # character device driver
  82. ORPHAN 48;5;235;38;5;160 # symlink to nonexistent file, or non-stat'able file
  83. SETUID 48;5;160;38;5;230 # file that is setuid (u+s)
  84. SETGID 48;5;136;38;5;230 # file that is setgid (g+s)
  85. CAPABILITY 30;41 # file with capability
  86. STICKY_OTHER_WRITABLE 48;5;64;38;5;230 # dir that is sticky and other-writable (+t,o+w)
  87. OTHER_WRITABLE 48;5;235;38;5;33 # dir that is other-writable (o+w) and not sticky
  88. STICKY 48;5;33;38;5;230 # dir with the sticky bit set (+t) and not other-writable
  89. # This is for files with execute permission:
  90. EXEC 01;38;5;64
  91. # List any file extensions like '.gz' or '.tar' that you would like ls
  92. # to colorize below. Put the extension, a space, and the color init string.
  93. # (and any comments you want to add after a '#')
  94. # If you use DOS-style suffixes, you may want to uncomment the following:
  95. #.cmd 01;32 # executables (bright green)
  96. #.exe 01;32
  97. #.com 01;32
  98. #.btm 01;32
  99. #.bat 01;32
  100. # Or if you want to colorize scripts even if they do not have the
  101. # executable bit actually set.
  102. #.sh 01;32
  103. #.csh 01;32
  104. # archives or compressed (violet + bold for compression)
  105. .tar 00;38;5;61
  106. .tgz 01;38;5;61
  107. .arj 01;38;5;61
  108. .taz 01;38;5;61
  109. .lzh 01;38;5;61
  110. .lzma 01;38;5;61
  111. .tlz 01;38;5;61
  112. .txz 01;38;5;61
  113. .zip 01;38;5;61
  114. .z 01;38;5;61
  115. .Z 01;38;5;61
  116. .dz 01;38;5;61
  117. .gz 01;38;5;61
  118. .lz 01;38;5;61
  119. .xz 01;38;5;61
  120. .bz2 01;38;5;61
  121. .bz 01;38;5;61
  122. .tbz 01;38;5;61
  123. .tbz2 01;38;5;61
  124. .tz 01;38;5;61
  125. .deb 01;38;5;61
  126. .rpm 01;38;5;61
  127. .jar 01;38;5;61
  128. .rar 01;38;5;61
  129. .ace 01;38;5;61
  130. .zoo 01;38;5;61
  131. .cpio 01;38;5;61
  132. .7z 01;38;5;61
  133. .rz 01;38;5;61
  134. .apk 01;38;5;61
  135. # image formats (yellow)
  136. .jpg 00;38;5;136
  137. .JPG 00;38;5;136 #stupid but needed
  138. .jpeg 00;38;5;136
  139. .gif 00;38;5;136
  140. .bmp 00;38;5;136
  141. .pbm 00;38;5;136
  142. .pgm 00;38;5;136
  143. .ppm 00;38;5;136
  144. .tga 00;38;5;136
  145. .xbm 00;38;5;136
  146. .xpm 00;38;5;136
  147. .tif 00;38;5;136
  148. .tiff 00;38;5;136
  149. .png 00;38;5;136
  150. .svg 00;38;5;136
  151. .svgz 00;38;5;136
  152. .mng 00;38;5;136
  153. .pcx 00;38;5;136
  154. .dl 00;38;5;136
  155. .xcf 00;38;5;136
  156. .xwd 00;38;5;136
  157. .yuv 00;38;5;136
  158. .cgm 00;38;5;136
  159. .emf 00;38;5;136
  160. .eps 00;38;5;136
  161. .CR2 00;38;5;136
  162. # files of interest (base1 + bold)
  163. .pdf 01;38;5;245
  164. .tex 01;38;5;245
  165. .rdf 01;38;5;245
  166. .owl 01;38;5;245
  167. .n3 01;38;5;245
  168. .tt 01;38;5;245
  169. .nt 01;38;5;245
  170. .torrent 01;38;5;245
  171. # "unimportant" files as logs and backups (base01)
  172. .log 00;38;5;240
  173. .bak 00;38;5;240
  174. .aux 00;38;5;240
  175. .bbl 00;38;5;240
  176. .blg 00;38;5;240
  177. *~ 00;38;5;240
  178. *# 00;38;5;240
  179. .part 00;38;5;240
  180. .incomplete 00;38;5;240
  181. .swp 00;38;5;240
  182. # audio formats (orange)
  183. .aac 00;38;5;166
  184. .au 00;38;5;166
  185. .flac 00;38;5;166
  186. .mid 00;38;5;166
  187. .midi 00;38;5;166
  188. .mka 00;38;5;166
  189. .mp3 00;38;5;166
  190. .mpc 00;38;5;166
  191. .ogg 00;38;5;166
  192. .ra 00;38;5;166
  193. .wav 00;38;5;166
  194. .m4a 00;38;5;166
  195. # http://wiki.xiph.org/index.php/MIME_Types_and_File_Extensions
  196. .axa 00;38;5;166
  197. .oga 00;38;5;166
  198. .spx 00;38;5;166
  199. .xspf 00;38;5;166
  200. # video formats (as audio + bold)
  201. .mov 01;38;5;166
  202. .mpg 01;38;5;166
  203. .mpeg 01;38;5;166
  204. .m2v 01;38;5;166
  205. .mkv 01;38;5;166
  206. .ogm 01;38;5;166
  207. .mp4 01;38;5;166
  208. .m4v 01;38;5;166
  209. .mp4v 01;38;5;166
  210. .vob 01;38;5;166
  211. .qt 01;38;5;166
  212. .nuv 01;38;5;166
  213. .wmv 01;38;5;166
  214. .asf 01;38;5;166
  215. .rm 01;38;5;166
  216. .rmvb 01;38;5;166
  217. .flc 01;38;5;166
  218. .avi 01;38;5;166
  219. .fli 01;38;5;166
  220. .flv 01;38;5;166
  221. .gl 01;38;5;166
  222. .m2ts 01;38;5;166
  223. # http://wiki.xiph.org/index.php/MIME_Types_and_File_Extensions
  224. .axv 01;38;5;166
  225. .anx 01;38;5;166
  226. .ogv 01;38;5;166
  227. .ogx 01;38;5;166