.dircolors 5.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226
  1. #
  2. # Configuration file for dircolors, a utility to help you set the
  3. # LS_COLORS environment variable used by GNU ls with the --color option.
  4. #
  5. # Deeply inspired from
  6. # https://github.com/seebi/solarized/raw/master/ls-colors-solarized/dircolors.256dark
  7. #
  8. # 2011, Emmanuel Bouthenot <kolter@openics.org>
  9. #
  10. # This file is distributed in the hope that it will be useful,
  11. # but WITHOUT ANY WARRANTY
  12. #
  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 cons25
  27. TERM console
  28. TERM cygwin
  29. TERM dtterm
  30. TERM eterm-color
  31. TERM gnome
  32. TERM gnome-256color
  33. TERM jfbterm
  34. TERM konsole
  35. TERM kterm
  36. TERM linux
  37. TERM linux-c
  38. TERM mach-color
  39. TERM mlterm
  40. TERM putty
  41. TERM rxvt
  42. TERM rxvt-256color
  43. TERM rxvt-cygwin
  44. TERM rxvt-cygwin-native
  45. TERM rxvt-unicode
  46. TERM rxvt-unicode256
  47. TERM screen
  48. TERM screen-256color
  49. TERM screen-256color-bce
  50. TERM screen-bce
  51. TERM screen-w
  52. TERM screen.linux
  53. TERM vt100
  54. TERM xterm
  55. TERM xterm-16color
  56. TERM xterm-256color
  57. TERM xterm-88color
  58. TERM xterm-color
  59. TERM xterm-debian
  60. # Below are the color init strings for the basic file types. A color init
  61. # string consists of one or more of the following numeric codes:
  62. # Attribute codes:
  63. # 00=none 01=bold 04=underscore 05=blink 07=reverse 08=concealed
  64. # Text color codes:
  65. # 30=black 31=red 32=green 33=yellow 34=blue 35=magenta 36=cyan 37=white
  66. # Background color codes:
  67. # 40=black 41=red 42=green 43=yellow 44=blue 45=magenta 46=cyan 47=white
  68. ## dircolors 256 COLOR SUPPORT (see here: http://www.mail-archive.com/bug-coreutils@gnu.org/msg11030.html)
  69. # Text 256 color coding:
  70. # 38;5;COLOR_NUMBER
  71. # Background 256 color coding:
  72. # 48;5;COLOR_NUMBER
  73. NORMAL 00 # no color code at all
  74. FILE 00 # regular file: use no color at all
  75. RESET 0 # reset to "normal" color
  76. DIR 00;38;5;33 # directory
  77. LINK 01;38;5;45 # symbolic link. (If you set this to 'target' instead of a numerical value, the color is as for the file pointed to.)
  78. MULTIHARDLINK 30;41 # regular file with more than one link
  79. FIFO 48;5;230;38;5;136;01 # pipe
  80. SOCK 48;5;230;38;5;136;01 # socket
  81. DOOR 48;5;230;38;5;136;01 # door
  82. BLK 48;5;230;38;5;244;01 # block device driver
  83. CHR 48;5;230;38;5;244;01 # character device driver
  84. ORPHAN 48;5;235;38;5;160 # symlink to nonexistent file, or non-stat'able file
  85. SETUID 48;5;160;38;5;230 # file that is setuid (u+s)
  86. SETGID 48;5;136;38;5;230 # file that is setgid (g+s)
  87. CAPABILITY 30;41 # file with capability
  88. STICKY_OTHER_WRITABLE 48;5;64;38;5;230 # dir that is sticky and other-writable (+t,o+w)
  89. OTHER_WRITABLE 48;5;235;38;5;33 # dir that is other-writable (o+w) and not sticky
  90. STICKY 48;5;33;38;5;230 # dir with the sticky bit set (+t) and not other-writable
  91. EXEC 01;38;5;64 # This is for files with execute permission
  92. # Or if you want to colorize scripts even if they do not have the executable bit actually set.
  93. .sh 01;38;5;64
  94. .csh 01;38;5;64
  95. .ksh 01;38;5;64
  96. .bash 01;38;5;64
  97. # archives or compressed (violet + bold for compression)
  98. .tar 00;38;5;61
  99. .tgz 01;38;5;61
  100. .arj 01;38;5;61
  101. .taz 01;38;5;61
  102. .lzh 01;38;5;61
  103. .lzma 01;38;5;61
  104. .tlz 01;38;5;61
  105. .txz 01;38;5;61
  106. .zip 01;38;5;61
  107. .z 01;38;5;61
  108. .Z 01;38;5;61
  109. .dz 01;38;5;61
  110. .gz 01;38;5;61
  111. .lz 01;38;5;61
  112. .xz 01;38;5;61
  113. .bz2 01;38;5;61
  114. .bz 01;38;5;61
  115. .tbz 01;38;5;61
  116. .tbz2 01;38;5;61
  117. .tz 01;38;5;61
  118. .deb 01;38;5;61
  119. .rpm 01;38;5;61
  120. .jar 01;38;5;61
  121. .rar 01;38;5;61
  122. .ace 01;38;5;61
  123. .zoo 01;38;5;61
  124. .cpio 01;38;5;61
  125. .7z 01;38;5;61
  126. .rz 01;38;5;61
  127. .apk 01;38;5;61
  128. # image formats (yellow)
  129. .jpg 00;38;5;136
  130. .JPG 00;38;5;136 #stupid but needed
  131. .jpeg 00;38;5;136
  132. .gif 00;38;5;136
  133. .bmp 00;38;5;136
  134. .pbm 00;38;5;136
  135. .pgm 00;38;5;136
  136. .ppm 00;38;5;136
  137. .tga 00;38;5;136
  138. .xbm 00;38;5;136
  139. .xpm 00;38;5;136
  140. .tif 00;38;5;136
  141. .tiff 00;38;5;136
  142. .png 00;38;5;136
  143. .svg 00;38;5;136
  144. .svgz 00;38;5;136
  145. .mng 00;38;5;136
  146. .pcx 00;38;5;136
  147. .dl 00;38;5;136
  148. .xcf 00;38;5;136
  149. .xwd 00;38;5;136
  150. .yuv 00;38;5;136
  151. .cgm 00;38;5;136
  152. .emf 00;38;5;136
  153. .eps 00;38;5;136
  154. # files of interest (base1 + bold)
  155. .pdf 01;38;5;245
  156. .tex 01;38;5;245
  157. .rdf 01;38;5;245
  158. .owl 01;38;5;245
  159. .n3 01;38;5;245
  160. .tt 01;38;5;245
  161. .nt 01;38;5;245
  162. # "unimportant" files as logs and backups (base01)
  163. .log 00;38;5;240
  164. .bak 00;38;5;240
  165. .aux 00;38;5;240
  166. .bbl 00;38;5;240
  167. .blg 00;38;5;240
  168. *~ 00;38;5;240
  169. *# 00;38;5;240
  170. # audio formats (orange)
  171. .aac 00;38;5;166
  172. .au 00;38;5;166
  173. .flac 00;38;5;166
  174. .mid 00;38;5;166
  175. .midi 00;38;5;166
  176. .mka 00;38;5;166
  177. .mp3 00;38;5;166
  178. .mpc 00;38;5;166
  179. .ogg 00;38;5;166
  180. .ra 00;38;5;166
  181. .wav 00;38;5;166
  182. # http://wiki.xiph.org/index.php/MIME_Types_and_File_Extensions
  183. .axa 00;38;5;166
  184. .oga 00;38;5;166
  185. .spx 00;38;5;166
  186. .xspf 00;38;5;166
  187. # video formats (as audio + bold)
  188. .mov 01;38;5;166
  189. .mpg 01;38;5;166
  190. .mpeg 01;38;5;166
  191. .m2v 01;38;5;166
  192. .mkv 01;38;5;166
  193. .ogm 01;38;5;166
  194. .mp4 01;38;5;166
  195. .m4v 01;38;5;166
  196. .mp4v 01;38;5;166
  197. .vob 01;38;5;166
  198. .qt 01;38;5;166
  199. .nuv 01;38;5;166
  200. .wmv 01;38;5;166
  201. .asf 01;38;5;166
  202. .rm 01;38;5;166
  203. .rmvb 01;38;5;166
  204. .flc 01;38;5;166
  205. .avi 01;38;5;166
  206. .fli 01;38;5;166
  207. .flv 01;38;5;166
  208. .gl 01;38;5;166
  209. # http://wiki.xiph.org/index.php/MIME_Types_and_File_Extensions
  210. .axv 01;38;5;166
  211. .anx 01;38;5;166
  212. .ogv 01;38;5;166
  213. .ogx 01;38;5;166