316 lines
		
	
	
		
			5.0 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
			
		
		
	
	
			316 lines
		
	
	
		
			5.0 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
| # .dircolors
 | |
| # Configuration file for dircolors, a utility to help you set the
 | |
| # LS_COLORS environment variable used by GNU ls with the --color option.
 | |
| # Copyright (C) 1996-2014 Free Software Foundation, Inc.
 | |
| # Copying and distribution of this file, with or without modification,
 | |
| # are permitted provided the copyright notice and this notice are preserved.
 | |
| # The keywords COLOR, OPTIONS, and EIGHTBIT (honored by the
 | |
| # slackware version of dircolors) are recognized but ignored.
 | |
| # Below, there should be one TERM entry for each termtype that is colorizable
 | |
| TERM Eterm
 | |
| TERM ansi
 | |
| TERM color-xterm
 | |
| TERM con132x25
 | |
| TERM con132x30
 | |
| TERM con132x43
 | |
| TERM con132x60
 | |
| TERM con80x25
 | |
| TERM con80x28
 | |
| TERM con80x30
 | |
| TERM con80x43
 | |
| TERM con80x50
 | |
| TERM con80x60
 | |
| TERM cons25
 | |
| TERM console
 | |
| TERM cygwin
 | |
| TERM dtterm
 | |
| TERM eterm-color
 | |
| TERM gnome
 | |
| TERM gnome-256color
 | |
| TERM hurd
 | |
| TERM jfbterm
 | |
| TERM konsole
 | |
| TERM kterm
 | |
| TERM linux
 | |
| TERM linux-c
 | |
| TERM mach-color
 | |
| TERM mach-gnu-color
 | |
| TERM mlterm
 | |
| TERM putty
 | |
| TERM putty-256color
 | |
| TERM rxvt
 | |
| TERM rxvt-256color
 | |
| TERM rxvt-cygwin
 | |
| TERM rxvt-cygwin-native
 | |
| TERM rxvt-unicode
 | |
| TERM rxvt-unicode-256color
 | |
| TERM rxvt-unicode256
 | |
| TERM screen
 | |
| TERM screen-256color
 | |
| TERM screen-256color-bce
 | |
| TERM screen-bce
 | |
| TERM screen-w
 | |
| TERM screen.Eterm
 | |
| TERM screen.rxvt
 | |
| TERM screen.linux
 | |
| TERM st
 | |
| TERM st-256color
 | |
| TERM terminator
 | |
| TERM tmux
 | |
| TERM tmux-256color
 | |
| TERM vt100
 | |
| TERM xterm
 | |
| TERM xterm-16color
 | |
| TERM xterm-256color
 | |
| TERM xterm-88color
 | |
| TERM xterm-color
 | |
| TERM xterm-debian
 | |
| # Below are the color init strings for the basic file types. A color init
 | |
| # string consists of one or more of the following numeric codes:
 | |
| # Attribute codes:
 | |
| # 00=none 01=bold 04=underscore 05=blink 07=reverse 08=concealed
 | |
| # Text color codes:
 | |
| # 30=black 31=red 32=green 33=yellow 34=blue 35=magenta 36=cyan 37=white
 | |
| # Background color codes:
 | |
| # 40=black 41=red 42=green 43=yellow 44=blue 45=magenta 46=cyan 47=white
 | |
| 
 | |
| NORMAL 0 # no color code at all
 | |
| FILE 0 # regular file: use no color at all
 | |
| RESET 0 # reset to "normal" color
 | |
| DIR 1;34 # directory
 | |
| ORPHAN 01;41;37 # symlink to nonexistent file, or non-stat'able file
 | |
| LINK 1;37 # symbolic link. (If you set this to 'target' instead of a numerical value, the color is as for the file pointed to.)
 | |
| FIFO 40;33 # pipe
 | |
| SOCK 01;35 # socket
 | |
| DOOR 04;35 # door
 | |
| BLK 40;33;01 # block device driver
 | |
| CHR 40;33;01 # character device driver
 | |
| SETUID 31;43 # file that is setuid (u+s)
 | |
| SETGID 34;43 # file that is setgid (g+s)
 | |
| CAPABILITY 30;41 # file with capability
 | |
| STICKY_OTHER_WRITABLE 30;42 # dir that is sticky and other-writable (+t,o+w)
 | |
| OTHER_WRITABLE 34;42 # dir that is other-writable (o+w) and not sticky
 | |
| STICKY 37;44 # dir with the sticky bit set (+t) and not other-writable
 | |
| EXEC 04;32 # This is for files with execute permission:
 | |
| MULTIHARDLINK 1;4 # regular file with more than one link
 | |
| 
 | |
| # public key / certificate
 | |
| .gpg 4;31
 | |
| .pub 31
 | |
| .pem 31
 | |
| .asc 31
 | |
| .pgp 31
 | |
| .crt 31
 | |
| # request
 | |
| .csr 2;31
 | |
| # private key
 | |
| .key 1;31
 | |
| 
 | |
| # executables win
 | |
| .cmd 2;32;41
 | |
| .exe 2;32;41
 | |
| .com 2;32;41
 | |
| .btm 2;32;41
 | |
| .bat 2;32;41
 | |
| # Or if you want to colorize scripts even if they do not have the
 | |
| # executable bit actually set.
 | |
| .sh 32
 | |
| .csh 32
 | |
| .ksh 32
 | |
| .zsh 32
 | |
| .bash 32
 | |
| .pl 32
 | |
| .pm 32
 | |
| .php 32
 | |
| .py 32
 | |
| .rb 32
 | |
| .js 32
 | |
| 
 | |
| # source code
 | |
| .c 2;32
 | |
| .cc 2;32
 | |
| .h 2;32
 | |
| .cpp 2;32
 | |
| .hh 2;32
 | |
| .go 2;32
 | |
| .java 2;32
 | |
| 
 | |
|  # archives (italic + underline)
 | |
| .tar 3;4;33
 | |
| .tgz 3;4;33
 | |
| .arc 3;4;33
 | |
| .arj 3;4;33
 | |
| .taz 3;4;33
 | |
| .lha 3;4;33
 | |
| .lz4 3;4;33
 | |
| .lzh 3;4;33
 | |
| .lzma 3;4;33
 | |
| .tlz 3;4;33
 | |
| .txz 3;4;33
 | |
| .tzo 3;4;33
 | |
| .t7z 3;4;33
 | |
| .zip 3;4;33
 | |
| .z 3;4;33
 | |
| .Z 3;4;33
 | |
| .dz 3;4;33
 | |
| .gz 3;4;33
 | |
| .lrz 3;4;33
 | |
| .lz 3;4;33
 | |
| .lzo 3;4;33
 | |
| .xz 3;4;33
 | |
| .bz2 3;4;33
 | |
| .bz 3;4;33
 | |
| .tbz 3;4;33
 | |
| .tbz2 3;4;33
 | |
| .tz 3;4;33
 | |
| .deb 3;4;33
 | |
| .rpm 3;4;33
 | |
| .jar 3;4;33
 | |
| .ear 3;4;33
 | |
| .sar 3;4;33
 | |
| .rar 3;4;33
 | |
| .alz 3;4;33
 | |
| .ace 3;4;33
 | |
| .zoo 3;4;33
 | |
| .cpio 3;4;33
 | |
| .7z 3;4;33
 | |
| .rz 3;4;33
 | |
| .cab 3;4;33
 | |
| .iso 3;4;33
 | |
| 
 | |
| 
 | |
| # image src
 | |
| .dot 3;33
 | |
| .xcf 3;33
 | |
| .ps 3;33
 | |
| .svg 3;33
 | |
| .eps 3;33
 | |
| 
 | |
| 
 | |
| # image formats
 | |
| .jpg 33
 | |
| .jpeg 033
 | |
| .gif 033
 | |
| .bmp 033
 | |
| .pbm 033
 | |
| .pgm 033
 | |
| .ppm 033
 | |
| .tga 033
 | |
| .xbm 033
 | |
| .xpm 033
 | |
| .tif 033
 | |
| .tiff 033
 | |
| .png 033
 | |
| .svg 033
 | |
| .svgz 033
 | |
| .mng 033
 | |
| .pcx 033
 | |
| .gl 033
 | |
| .dl 033
 | |
| .xcf 033
 | |
| .xwd 033
 | |
| .yuv 033
 | |
| .cgm 033
 | |
| .emf 033
 | |
| .ico 033
 | |
| # http://wiki.xiph.org/index.php/MIME_Types_and_File_Extensions
 | |
| .axv 033
 | |
| .anx 033
 | |
| .ogv 033
 | |
| .ogx 033
 | |
| 
 | |
| # text documents src
 | |
| .md 1;3;34
 | |
| .rst 1;3;34
 | |
| .txt 1;3;34
 | |
| .latex 1;3;34
 | |
| .tex 1;3;34
 | |
| .texi 1;3;34
 | |
| .texinfo 1;3;34
 | |
| .1 1;3;34
 | |
| .2 1;3;34
 | |
| .3 1;3;34
 | |
| .4 1;3;34
 | |
| .5 1;3;34
 | |
| .6 1;3;34
 | |
| .7 1;3;34
 | |
| .8 1;3;34
 | |
| .9 1;3;34
 | |
| 
 | |
| # documents
 | |
| .pdf 3;35
 | |
| .ps 3;35
 | |
| .dvi 3;35
 | |
| 
 | |
| # documents office
 | |
| .odp 2;35
 | |
| .ods 2;35
 | |
| .odt 2;35
 | |
| .doc 2;35
 | |
| .docx 2;35
 | |
| .xls 2;35
 | |
| .xlsx 2;35
 | |
| .ppt 2;35
 | |
| .pptx 2;35
 | |
| 
 | |
| 
 | |
| # audio formats
 | |
| .aac 36
 | |
| .au 36
 | |
| .flac 36
 | |
| .m4a 36
 | |
| .mid 36
 | |
| .midi 36
 | |
| .mka 36
 | |
| .mp3 36
 | |
| .mpc 36
 | |
| .ogg 36
 | |
| .ra 36
 | |
| .wav 36
 | |
| # http://wiki.xiph.org/index.php/MIME_Types_and_File_Extensions
 | |
| .axa 36
 | |
| .oga 36
 | |
| .spx 36
 | |
| .xspf 36
 | |
| 
 | |
| # video
 | |
| .mov 4;36
 | |
| .mpg 4;36
 | |
| .mpeg 4;36
 | |
| .m2v 4;36
 | |
| .mkv 4;36
 | |
| .webm 4;36
 | |
| .ogm 4;36
 | |
| .mp4 4;36
 | |
| .m4v 4;36
 | |
| .mp4v 4;36
 | |
| .vob 4;36
 | |
| .qt 4;36
 | |
| .nuv 4;36
 | |
| .wmv 4;36
 | |
| .asf 4;36
 | |
| .rm 4;36
 | |
| .rmvb 4;36
 | |
| .flc 4;36
 | |
| .avi 4;36
 | |
| .fli 4;36
 | |
| .flv 4;36
 | |
| .avi 4;36
 | |
| .mov 4;36
 | |
| .mp4 4;36
 | |
| .mpg 4;36
 | |
| .mpeg 4;36
 | |
| .wmv 4;36
 | |
| .flv 4;36
 | |
| .webm 4;36
 | |
| 
 | |
| # some other formats
 | |
| .bak 2
 | |
| .save 2
 | |
| .sav 2
 | |
| .old 2
 | |
| .orig 2
 | |
| .swp 2
 | |
| 
 | |
| # end .dircolors
 |