OpenSDE Packages Database (without history before r20070)
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.

109 lines
2.9 KiB

  1. # --- ROCK-COPYRIGHT-NOTE-BEGIN ---
  2. #
  3. # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
  4. # Please add additional copyright information _after_ the line containing
  5. # the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by
  6. # the ./scripts/Create-CopyPatch script. Do not edit this copyright text!
  7. #
  8. # ROCK Linux: rock-src/package/*/sysfiles/etc_dircolors.txt
  9. # Copyright (C) 1998 - 2003 Clifford Wolf
  10. #
  11. # This program is free software; you can redistribute it and/or modify
  12. # it under the terms of the GNU General Public License as published by
  13. # the Free Software Foundation; either version 2 of the License, or
  14. # (at your option) any later version. A copy of the GNU General Public
  15. # License can be found at Documentation/COPYING.
  16. #
  17. # Many people helped and are helping developing ROCK Linux. Please
  18. # have a look at http://www.rocklinux.org/ and the Documentation/TEAM
  19. # file for details.
  20. #
  21. # --- ROCK-COPYRIGHT-NOTE-END ---
  22. #
  23. # Configuration file for dircolors, a utility to help you set the
  24. # LS_COLORS environment variable used by GNU ls with the --color option.
  25. # The keywords COLOR, OPTIONS, and EIGHTBIT (honored by the
  26. # slackware version of dircolors) are recognized but ignored.
  27. # Below, there should be one TERM entry for each termtype that is colorizable
  28. TERM linux
  29. TERM console
  30. TERM con132x25
  31. TERM con132x30
  32. TERM con132x43
  33. TERM con132x60
  34. TERM con80x25
  35. TERM con80x28
  36. TERM con80x30
  37. TERM con80x43
  38. TERM con80x50
  39. TERM con80x60
  40. TERM xterm
  41. TERM vt100
  42. TERM vt220
  43. TERM screen
  44. # Below are the color init strings for the basic file types. A color init
  45. # string consists of one or more of the following numeric codes:
  46. # Attribute codes:
  47. # 00=none 01=bold 04=underscore 05=blink 07=reverse 08=concealed
  48. # Text color codes:
  49. # 30=black 31=red 32=green 33=yellow 34=blue 35=magenta 36=cyan 37=white
  50. # Background color codes:
  51. # 40=black 41=red 42=green 43=yellow 44=blue 45=magenta 46=cyan 47=white
  52. NORMAL 00 # global default, although everything should be something.
  53. FILE 00 # normal file
  54. DIR 01;34 # directory
  55. LINK 01;36 # symbolic link
  56. FIFO 35 # pipe
  57. SOCK 01;35 # socket
  58. BLK 35;01 # block device driver
  59. CHR 35;01 # character device driver
  60. ORPHAN 31;01 # symlink to nonexistent file
  61. # This is for files with execute permission:
  62. EXEC 01;32
  63. # List any file extensions like '.gz' or '.tar' that you would like ls
  64. # to colorize below. Put the extension, a space, and the color init string.
  65. # (and any comments you want to add after a '#')
  66. .cmd 01;32 # DOS executables (bright green)
  67. .exe 01;32
  68. .com 01;32
  69. .btm 01;32
  70. .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
  85. .jpg 01;35 # image formats
  86. .jpeg 01;35
  87. .gif 01;35
  88. .png 01;35
  89. .bmp 01;35
  90. .ppm 01;35
  91. .tga 01;35
  92. .xbm 01;35
  93. .xpm 01;35
  94. .tif 01;35
  95. .tiff 01;35
  96. .mpg 01;35
  97. .mpeg 01;35
  98. .avi 01;35
  99. .xcf 01;35
  100. .gl 01;35
  101. .dl 01;35