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.

101 lines
2.5 KiB

  1. # --- SDE-COPYRIGHT-NOTE-BEGIN ---
  2. # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
  3. #
  4. # Filename: package/.../sysfiles/etc_dircolors.txt
  5. # Copyright (C) 1998 - 2003 Clifford Wolf
  6. #
  7. # More information can be found in the files COPYING and README.
  8. #
  9. # This program is free software; you can redistribute it and/or modify
  10. # it under the terms of the GNU General Public License as published by
  11. # the Free Software Foundation; version 2 of the License. A copy of the
  12. # GNU General Public License can be found in the file COPYING.
  13. # --- SDE-COPYRIGHT-NOTE-END ---
  14. #
  15. # Configuration file for dircolors, a utility to help you set the
  16. # LS_COLORS environment variable used by GNU ls with the --color option.
  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
  20. TERM linux
  21. TERM console
  22. TERM con132x25
  23. TERM con132x30
  24. TERM con132x43
  25. TERM con132x60
  26. TERM con80x25
  27. TERM con80x28
  28. TERM con80x30
  29. TERM con80x43
  30. TERM con80x50
  31. TERM con80x60
  32. TERM xterm
  33. TERM vt100
  34. TERM vt220
  35. TERM screen
  36. # Below are the color init strings for the basic file types. A color init
  37. # string consists of one or more of the following numeric codes:
  38. # Attribute codes:
  39. # 00=none 01=bold 04=underscore 05=blink 07=reverse 08=concealed
  40. # Text color codes:
  41. # 30=black 31=red 32=green 33=yellow 34=blue 35=magenta 36=cyan 37=white
  42. # Background color codes:
  43. # 40=black 41=red 42=green 43=yellow 44=blue 45=magenta 46=cyan 47=white
  44. NORMAL 00 # global default, although everything should be something.
  45. FILE 00 # normal file
  46. DIR 01;34 # directory
  47. LINK 01;36 # symbolic link
  48. FIFO 35 # pipe
  49. SOCK 01;35 # socket
  50. BLK 35;01 # block device driver
  51. CHR 35;01 # character device driver
  52. ORPHAN 31;01 # symlink to nonexistent file
  53. # This is for files with execute permission:
  54. EXEC 01;32
  55. # List any file extensions like '.gz' or '.tar' that you would like ls
  56. # to colorize below. Put the extension, a space, and the color init string.
  57. # (and any comments you want to add after a '#')
  58. .cmd 01;32 # DOS executables (bright green)
  59. .exe 01;32
  60. .com 01;32
  61. .btm 01;32
  62. .bat 01;32
  63. .tar 01;31 # archives or compressed (bright red)
  64. .tgz 01;31
  65. .arj 01;31
  66. .taz 01;31
  67. .lzh 01;31
  68. .zip 01;31
  69. .z 01;31
  70. .Z 01;31
  71. .gz 01;31
  72. .bz2 01;31
  73. .tbz2 01;31
  74. .deb 01;31
  75. .rpm 01;31
  76. .cpio 01;31
  77. .jpg 01;35 # image formats
  78. .jpeg 01;35
  79. .gif 01;35
  80. .png 01;35
  81. .bmp 01;35
  82. .ppm 01;35
  83. .tga 01;35
  84. .xbm 01;35
  85. .xpm 01;35
  86. .tif 01;35
  87. .tiff 01;35
  88. .mpg 01;35
  89. .mpeg 01;35
  90. .avi 01;35
  91. .xcf 01;35
  92. .gl 01;35
  93. .dl 01;35