From b3d72e480cc097601097b3a3695b1ab67e22c8cd Mon Sep 17 00:00:00 2001 From: Kolan Sh Date: Mon, 18 Mar 2013 16:29:11 +0400 Subject: [PATCH] .dircolors updated!!! --- .dircolors | 1785 ++++++++++++++++++++++------------------------------ 1 file changed, 763 insertions(+), 1022 deletions(-) diff --git a/.dircolors b/.dircolors index 58d261a..0ca42f0 100644 --- a/.dircolors +++ b/.dircolors @@ -1,1023 +1,764 @@ -# NAME ........: DIR_COLORS -# AUTHOR ......: José Lopes de Oliveira Júnior -# DESCRIPTION .: Color schema for the ls utility. -# OBSERVATION .: This file goes in the /etc directory, and must be world -# readable (give it 644 permition). You can copy this file to .dir_colors in -# your $HOME directory to override the system defaults. -#=============================================================================== +# Terminals {{{ +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 jfbterm +TERM konsole +TERM kterm +TERM linux +TERM linux-c +TERM mach-color +TERM mlterm +TERM putty +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 vt100 +TERM xterm +TERM xterm-16color +TERM xterm-256color +TERM xterm-88color +TERM xterm-color +TERM xterm-debian +# }}} + +# Help on colors {{{ +# Attr: 00=none 01=bold 04=underscore 05=blink 07=reverse 08=concealed +# Text: 30=black 31=red 32=green 33=yellow 34=blue 35=magenta 36=cyan 37=white +# 256c: 38;5;0-255 +# Back: 40=black 41=red 42=green 43=yellow 44=blue 45=magenta 46=cyan 47=white +# 256c: 48;5;0-255 }}} -# TERM terminal-type -# Starts a terminal-specific section and specifies which terminal it applies to. -# Multiple TERM statements can be used to create a section which applies for -# several terminal types. -TERM linux -TERM linux-c -TERM console -TERM con132x25 -TERM con132x30 -TERM con132x43 -TERM con132x60 -TERM con80x25 -TERM con80x28 -TERM con80x30 -TERM con80x43 -TERM con80x50 -TERM con80x60 -TERM Eterm -TERM gnome -TERM rxvt -TERM screen -TERM screen-w -TERM xterm -TERM vt100 -TERM vt102 - -# ISO 6429 (ANSI) COLOR SEQUENCES -# Most color-capable ASCII terminals today use ISO 6429 (ANSI) color sequences, -# and many common terminals without color capability, including xterm and the -# widely used and cloned DEC VT100, will recognize ISO 6429 color codes and -# harmlessly eliminate them from the output or emulate them. ls uses ISO 6429 -# codes by default, assuming colorization is enabled. -# ISO 6429 color sequences are composed of sequences of numbers separated by -# semicolons. The most common codes are (not all commands will work on all -# systems or display devices): -# COLOR RESULT -# 00 restore default color -# 01 brighter colors -# 04 underlined text -# 05 flashing text -# 30 black foreground -# 31 red foreground -# 32 green foreground -# 33 yellow (or brown) foreground -# 34 blue foreground -# 35 purple foreground -# 36 cyan foreground -# 37 white (or gray) foreground -# 40 black background -# 41 red background -# 42 green background -# 43 yellow (or brown) background -# 44 blue background -# 45 purple background -# 46 cyan background -# 47 white (or gray) background - -# NORMAL color-sequence -# Specifies the color used for normal (non-filename) text. -# ls default: NORMAL 0 -NORMAL 00 - -# FILE color-sequence -# Specifies the color used for a regular file. -# ls default: FILE 0 -FILE 00 - -# DIR color-sequence -# Specifies the color used for directories. -# ls default: DIR 32 -DIR 34;01 - -# LINK color-sequence -# Specifies the color used for a symbolic link. -# ls default: LINK 36 -LINK 36;01 - -# ORPHAN color-sequence -# Specifies the color used for an orphaned symbolic link (one which points to a -# nonexistent file). If this is unspecified, ls will use the LINK color -# instead. -# ls default: ORPHAN undefined -ORPHAN 31;05 - -# MISSING color-sequence -# Specifies the color used for a missing file (a nonexistent file which -# nevertheless has a symbolic link pointing to it). If this is unspecified, -# ls will use the FILE color instead. -# ls default: MISSING undefined -MISSING 33;05 - -# FIFO color-sequence -# Specifies the color used for a FIFO (named pipe). -# ls default: FIFO 31 -FIFO 35 - -# SOCK color-sequence -# Specifies the color used for a socket. -# ls default: SOCK 33 -SOCK 35 - -# BLK color-sequence -# Specifies the color used for a block device special file. -# ls default: BLK 44;37 -BLK 33 - -# CHR color-sequence -# Specifies the color used for a character device special file. -# ls default: CHR 44;37 -CHR 33 - -# EXEC color-sequence -# Specifies the color used for a file with the executable attribute set. -# ls default: EXEC 35 -EXEC 32;01 - -# .extension color-sequence -# Specifies the color used for any file that ends in .extension. -# Note that the period is included in the extension, which makes it impossible -# to specify an extension not starting with a period, such as ~ for emacs -# backup files. This form should be considered obsolete. -# For more informations about file extensions, visit . -# LEGEND: -# BINARY FILES: 32 -# Compiled, library, font and database files. -# DOCUMENT FILES: 37;01 -# Text files, spreadsheets, source-codes, scripts, confs and etc. -# COMPRESSED FILES: 31;01 -# Compressed files and instalation packages. -# MULTIMEDIA FILES: 35;01 -# Image, music and video files. -# BACKUP FILES: 33;01 -# Backup from other files, temporary files and log files. - -# NUMBERS ---------------------------------------------------------------------- -.386 32 -.586 37;01 -.686 37;01 -.8 37;01 - -# SYMBOLS ---------------------------------------------------------------------- -.### 33;01 -.$$$ 33;01 -.&&& 33;01 -*~ 33;01 -.~$~ 33;01 -.~~~ 33;01 - -# A ---------------------------------------------------------------------------- -.a 37;01 -.A 37;01 -.abs 35;01 -.ABS 35;01 -.ari 31;01 -.ARI 31;01 -.arj 31;01 -.ARJ 31;01 -.arq 31;01 -.ARQ 31;01 -.asp 37;01 -.ASP 37;01 -.avi 31;01 -.AVI 31;01 -.awk 37;01 -.AWK 37;01 - -# B ---------------------------------------------------------------------------- -.b 37;01 -.B 37;01 -.bak 33;01 -.BAK 33;01 -.bas 37;01 -.BAS 37;01 -.bat 37;01 -.BAT 37;01 -.bck 33;01 -.BCK 33;01 -.bi 32 -.BI 32 -.bin 32 -.BIN 32 -.bit 35;01 -.BIT 35;01 -.bk 33;01 -.BK 33;01 -.bk! 33;01 -.BK! 33;01 -.bk$ 33;01 -.BK$ 33;01 -.bkp 33;01 -.BKP 33;01 -.bmp 35;01 -.BMP 35;01 -.boo 31;01 -.BOO 31;01 -.bz 31;01 -.BZ 31;01 -.bz2 31;01 -.BZ2 31;01 - -# C ---------------------------------------------------------------------------- -.c 37;01 -.C 37;01 -.c#= 37;01 -.C#= 37;01 -.c++ 37;01 -.C++ 37;01 -.c-- 37;01 -.C-- 37;01 -.cab 31;01 -.CAB 31;01 -.cc 37;01 -.CC 37;01 -.cdr 35;01 -.CDR 35;01 -.cfg 37;01 -.CFG 37;01 -.cgi 37;01 -.CGI 37;01 -.chh 37;01 -.CHH 37;01 -.class 32 -.CLASS 32 -.cmd 37;01 -.CMD 37;01 -.com 32 -.COM 32 -.conf 37;01 -.CONF 37;01 -.cpp 37;01 -.CPP 37;01 -.cpy 37;01 -.CPY 37;01 -.crt 37;01 -.CRT 37;01 -.csh 37;01 -.CSH 37;01 -.css 37;01 -.CSS 37;01 -.cvs 35;01 -.CVS 35;01 - -# D ---------------------------------------------------------------------------- -.d 37;01 -.D 37;01 -.dac 35;01 -.DAC 35;01 -.dat 32 -.DAT 32 -.db 32 -.DB 32 -.dbf 32 -.DBF 32 -.dbg 32 -.DBG 32 -.dcd 32 -.DCD 32 -.ddt 37;01 -.DDT 37;01 -.deb 31;01 -.DEB 31;01 -.debian 37;01 -.DEBIAN 37;01 -.dll 32 -.DLL 32 -.dmp 32 -.DMP 32 -.doc 37;01 -.DOC 37;01 -.dov 33;01 -.DOV 33;01 -.dox 37;01 -.DOX 37;01 -.dt 37;01 -.DT 37;01 -.dvi 37;01 -.DVI 37;01 -.dwc 31;01 -.DWC 31;01 -.dxb 32 -.DXB 32 - -# E ---------------------------------------------------------------------------- -.elf 32 -.ELF 32 -.emu 32 -.EMU 32 -.etf 37;01 -.ETF 37;01 -.exe 32 -.EXE 32 - -# F ---------------------------------------------------------------------------- -.f 37;01 -.F 37;01 -.f77 37;01 -.F77 37;01 -.f90 37;01 -.F90 37;01 -.fb 33;01 -.FB 33;01 -.fdb 32 -.FDB 32 -.fig 35;01 -.FIG 35;01 -.flc 35;01 -.FLC 35;01 -.fli 35;01 -.FLI 35;01 -.flv 35;01 -.FLV 35;01 -.fmx 32 -.FMX 32 -.fphtml 37;01 -.FPHTML 37;01 -.ftn 37;01 -.FTN 37;01 - -# G ---------------------------------------------------------------------------- -.g4 32 -.G4 32 -.gb 32 -.GB 32 -.gba 32 -.GBA 32 -.gbk 33;01 -.GBK 33;01 -.gbr 35;01 -.GBR 35;01 -.gbt 35;01 -.GBT 35;01 -.gcc 37;01 -.GCC 37;01 -.gdb 32 -.GDB 32 -.gds 35;01 -.GDS 35;01 -.grr 35;01 -.GRR 35;01 -.gif 35;01 -.GIF 35;01 -.giff 35;01 -.GIFF 35;01 -.gih 35;01 -.GIH 35;01 -.gz 31;01 -.GZ 31;01 -.gzip 31;01 -.GZIP 31;01 - -# H ---------------------------------------------------------------------------- -.h 37;01 -.H 37;01 -.h++ 37;01 -.H++ 37;01 -.h-- 37;01 -.H-- 37;01 -.hdm 37;01 -.HDM 37;01 -.hdml 37;01 -.HDML 37;01 -.hh 37;01 -.HH 37;01 -.hpp 37;01 -.HPP 37;01 -.hs 37;01 -.HS 37;01 -.hst 37;01 -.HST 37;01 -.ht3 37;01 -.HT3 37;01 -.htm 37;01 -.HTM 37;01 -.html 37;01 -.HTML 37;01 -.hxx 37;01 -.HXX 37;01 - -# I ---------------------------------------------------------------------------- -.ico 35;01 -.ICO 35;01 -.idb 32 -.IDB 32 -.ida 37;01 -.IDA 37;01 -.ief 35;01 -.IEF 35;01 -.ii 32 -.II 32 -.ijx 37;01 -.IJX 37;01 -.il 37;01 -.IL 37;01 -.ima 35;01 -.IMA 35;01 -.imf 35;01 -.IMF 35;01 -.inf 37;01 -.INF 37;01 -.inp 37;01 -.INP 37;01 -.ish 31;01 -.ISH 31;01 -.iso 31;01 -.ISO 31;01 - -# J ---------------------------------------------------------------------------- -.j2k 35;01 -.J2K 35;01 -.jar 31;01 -.JAR 31;01 -.jav 37;01 -.JAV 37;01 -.java 37;01 -.JAVA 37;01 -.jfi 35;01 -.JFI 35;01 -.jfif 35;01 -.JFIF 35;01 -.jif 35;01 -.JIF 35;01 -.jj 37;01 -.JJ 37;01 -.jng 35;01 -.JNG 35;01 -.jp2 35;01 -.JP2 35;01 -.jpe 35;01 -.JPE 35;01 -.jpeg 35;01 -.JPEG 35;01 -.jpg 35;01 -.JPG 35;01 -.jpg_t 35;01 -.JPG_T 35;01 -.jpx 35;01 -.JPX 35;01 -.jsp 37;01 -.JSP 37;01 -.jsp10 37;01 -.JSP10 37;01 -.jspf 37;01 -.JSPF 37;01 -.jss 37;01 -.JSS 37;01 -.jtf 35;01 -.JTF 35;01 -.jtif 35;01 -.JTIF 35;01 -.jxx 37;01 -.JXX 37;01 - -# K ---------------------------------------------------------------------------- -.ko 32 -.KO 32 -.kpl 37;01 -.KPL 37;01 -.ksh 37;01 -.KSH 37;01 -.kshrc 37;01 -.KSHRC 37;01 - -# L ---------------------------------------------------------------------------- -.l 37;01 -.L 37;01 -.la 32 -.LA 32 -.lat 37;01 -.LAT 37;01 -.latex 37;01 -.LATEX 37;01 -.lha 31;01 -.LHA 31;01 -.lhz 31;01 -.LHZ 31;01 -.lif 31;01 -.LIF 31;01 -.log 33;01 -.LOG 33;01 -.logo 37;01 -.LOGO 37;01 -.ltx 37;01 -.LTX 37;01 -.lyr 37;01 -.LYR 37;01 -.lyx 37;01 -.LYX 37;01 -.lzh 31;01 -.LZH 31;01 -.lzx 31;01 -.LZX 31;01 - -# M ---------------------------------------------------------------------------- -.m 37;01 -.M 37;01 -.m1a 35;01 -.M1A 35;01 -.m1s 35;01 -.M1S 35;01 -.m1v 35;01 -.M1V 35;01 -.m2 37;01 -.M2 37;01 -.m2a 35;01 -.M2A 35;01 -.m2s 35;01 -.M2S 35;01 -.m2v 35;01 -.M2V 35;01 -.m3 37;01 -.M3 37;01 -.m32 35;01 -.M32 35;01 -.m3a 35;01 -.M3A 35;01 -.m3u 37;01 -.M3U 37;01 -.m3url 37;01 -.M3URL 37;01 -.m4 37;01 -.M4 37;01 -.m4a 35;01 -.M4A 35;01 -.m4v 35;01 -.M4V 35;01 -.m75 35;01 -.M75 35;01 -.mak 37;01 -.MAK 37;01 -.make 37;01 -.MAKE 37;01 -.makefile 37;01 -.MAKEFILE 37;01 -.man 37;01 -.MAN 37;01 -.manx 37;01 -.MANX 37;01 -.max 37;01 -.MAX 37;01 -.mbi 37;01 -.MBI 37;01 -.md5 37;01 -.MD5 37;01 -.mdb 32 -.MDB 32 -.mdi 35;01 -.MDI 35;01 -.mff 35;01 -.MFF 35;01 -.mgf 35;01 -.MGF 35;01 -.mid 35;01 -.MID 35;01 -.midi 35;01 -.MIDI 35;01 -.mjpg 35;01 -.MJPG 35;01 -.mk 37;01 -.MK 37;01 -.mke 37;01 -.MKE 37;01 -.mkg 37;01 -.MKG 37;01 -.mki 35;01 -.MKI 35;01 -.moov 35;01 -.MOOV 35;01 -.mov 35;01 -.MOV 35;01 -.mp+ 35;01 -.MP+ 35;01 -.mp1 35;01 -.MP1 35;01 -.mp2 35;01 -.MP2 35;01 -.mp2s 35;01 -.MP2S 35;01 -.mp2v 35;01 -.MP2V 35;01 -.mp3 35;01 -.MP3 35;01 -.mp3pro 35;01 -.MP3PRO 35;01 -.mp4 35;01 -.MP4 35;01 -.mp4v 35;01 -.MP4V 35;01 -.mpa 35;01 -.MPA 35;01 -.mpe 35;01 -.MPE 35;01 -.mpeg 35;01 -.MPEG 35;01 -.mpg 35;01 -.MPG 35;01 -.mpg4 35;01 -.MPG4 35;01 -.mpm 35;01 -.MPM 35;01 -.mps 35;01 -.MPS 35;01 -.mrc 37;01 -.MRC 37;01 -.msc 37;01 -.MSC 37;01 -.msq 35;01 -.MSQ 35;01 -.msx 35;01 -.MSX 35;01 -.myd 32 -.MYD 32 - -# N ---------------------------------------------------------------------------- -.nds 32 -.NDS 32 -.nes 32 -.NES 32 -.net 37;01 -.NET 37;01 -.nez 32 -.NEZ 32 -.nfc 37;01 -.NFC 37;01 -.nfo 37;01 -.NFO 37;01 -.ngp 32 -.NGP 32 -.nif 37;01 -.NIF 37;01 - -# O ---------------------------------------------------------------------------- -.o 32 -.O 32 -.obj 32 -.OBJ 32 -.obd 37;01 -.OBD 37;01 -.odc 37;01 -.ODC 37;01 -.odf 37;01 -.ODF 37;01 -.odg 35;01 -.ODG 35;01 -.odi 35;01 -.ODI 35;01 -.odm 37;01 -.ODM 37;01 -.odp 37;01 -.ODP 37;01 -.ods 37;01 -.ODS 37;01 -.odt 37;01 -.ODT 37;01 -.ogg 35;01 -.OGG 35;01 -.ogm 35;01 -.OGM 35;01 -.ognc 37;01 -.OGNC 37;01 -.old 33;01 -.OLD 33;01 -.oma 35;01 -.OMA 35;01 -.oms 35;01 -.OMS 35;01 -.opl 35;01 -.OPL 35;01 -.opx 32 -.OPX 32 -.ovl 32 -.OVL 32 - -# P ---------------------------------------------------------------------------- -.p 37;01 -.P 37;01 -.pas 37;01 -.PAS 37;01 -.pbf 35;01 -.PBF 35;01 -.pbm 35;01 -.PBM 35;01 -.pc 37;01 -.PC 37;01 -.pcc 35;01 -.PCC 35;01 -.pcx 35;01 -.PCX 35;01 -.pcds 31;01 -.PCDS 31;01 -.pcf 32 -.PCF 32 -.pdf 37;01 -.PDF 37;01 -.pe 32 -.PE 32 -.perl 37;01 -.PERL 37;01 -.pgm 35;01 -.PGM 35;01 -.ph 37;01 -.PH 37;01 -.ph3 37;01 -.PH3 37;01 -.ph4 37;01 -.PH4 37;01 -.phl 37;01 -.PHL 37;01 -.php 37;01 -.PHP 37;01 -.php3 37;01 -.PHP3 37;01 -.php4 37;01 -.PHP4 37;01 -.php5 37;01 -.PHP5 37;01 -.phps 37;01 -.PHPS 37;01 -.phtm 37;01 -.PHTM 37;01 -.phtml 37;01 -.PHTML 37;01 -.pic 35;01 -.PIC 35;01 -.pix 35;01 -.PIX 35;01 -.pjp 35;01 -.PJP 35;01 -.pjpeg 35;01 -.PJPEG 35;01 -.pk 31;01 -.PK 31;01 -.pl 37;01 -.PL 37;01 -.plx 37;01 -.PLX 37;01 -.png 35;01 -.PNG 35;01 -.po 37;01 -.PO 37;01 -.pp 37;01 -.PP 37;01 -.ppt 37;01 -.PPT 37;01 -.pphtml 37;01 -.PPHTML 37;01 -.prl 37;01 -.PRL 37;01 -.prn 37;01 -.PRN 37;01 -.psd 35;01 -.PSD 35;01 -.py 37;01 -.PY 37;01 - -# Q ---------------------------------------------------------------------------- - -# R ---------------------------------------------------------------------------- -.rar 31;01 -.RAR 31;01 -.rbf 33;01 -.RBF 33;01 -.rbn 35;01 -.RBN 35;01 -.rm 35;01 -.RM 35;01 -.rmi 35;01 -.RMI 35;01 -.rom 32 -.ROM 32 -.rpm 31;01 -.RPM 31;01 -.rss 37;01 -.RSS 37;01 -.rtf 37;01 -.RTF 37;01 -.rv 35;01 -.RV 35;01 - -# S ---------------------------------------------------------------------------- -.s 37;01 -.S 37;01 -.sav 35;01 -.SAV 35;01 -.sda 37;01 -.SDA 37;01 -.sdc 37;01 -.SDC 37;01 -.sdd 37;01 -.SDD 37;01 -.sdg 37;01 -.SDG 37;01 -.sdm 37;01 -.SDM 37;01 -.sdp 37;01 -.SDP 37;01 -.sdw 37;01 -.SDW 37;01 -.sed 37;01 -.SED 37;01 -.sfs 37;01 -.SFS 37;01 -.sfx 32 -.SFX 32 -.sgf 37;01 -.SGF 37;01 -.sgl 37;01 -.SGL 37;01 -.sh 37;01 -.SH 37;01 -.shz 35;01 -.SHZ 35;01 -.smc 32 -.SMC 32 -.smd 32 -.SMD 32 -.smf 37;01 -.SMF 37;01 -.sms 32 -.SMS 32 -.snes 32 -.SNES 32 -.snf 32 -.SNF 32 -.so 32 -.SO 32 -.sqz 31;01 -.SQZ 31;01 -.srm 33;01 -.SRM 33;01 -.shtml 37;01 -.SHTML 37;01 -.sty 37;01 -.STY 37;01 -.style 37;01 -.STYLE 37;01 -.svg 35;01 -.SVG 35;01 -.swp 32 -.SWP 32 -.sxc 37;01 -.SXC 37;01 -.sxd 37;01 -.SXD 37;01 -.sxg 37;01 -.SXG 37;01 -.sxm 37;01 -.SXM 37;01 -.sxp 37;01 -.SXP 37;01 -.sxw 37;01 -.SXW 37;01 -.sys 37;01 -.SYS 37;01 -.sz0 32 -.SZ0 32 - -# T ---------------------------------------------------------------------------- -.t1 32 -.T1 32 -.t2 32 -.T2 32 -.t3 32 -.T3 32 -.tar 31;01 -.TAR 31;01 -.targa 35;01 -.TARGA 35;01 -.taz 31;01 -.TAZ 31;01 -.tbz 31;01 -.TBZ 31;01 -.tcl 37;01 -.TCL 37;01 -.tcsh 37;01 -.TCSH 37;01 -.tex 37;01 -.TEX 37;01 -.tga 35;01 -.TGA 35;01 -.tgz 31;01 -.TGZ 31;01 -.tif 35;01 -.TIF 35;01 -.tiff 35;01 -.TIFF 35;01 -.tk 37;01 -.TK 37;01 -.tmp 33;01 -.TMP 33;01 -.tpl 32 -.TPL 32 -.tpp 32 -.TPP 32 -.tpz 31;01 -.TPZ 31;01 -.tt 32 -.TT 32 -.ttc 31;01 -.TTC 31;01 -.ttf 32 -.TTF 32 -.ttr 32 -.TTR 32 -.txt 37;01 -.TXT 37;01 -.tz 31;01 -.TZ 31;01 -.tzb 31;01 -.TZB 31;01 -.tzip 31;01 -.TZIP 31;01 - -# U ---------------------------------------------------------------------------- -.uu 31;01 -.UU 31;01 - -# V ---------------------------------------------------------------------------- -.vala 37;01 -.vapi 37;01 -.vcd 35;01 -.VCD 35;01 -.ver 37;01 -.VER 37;01 -.vga 35;01 -.VGA 35;01 -.vjs 35;01 -.VJS 35;01 -.vm 32 -.VM 32 -.vmc 37;01 -.VMC 37;01 - -# W ---------------------------------------------------------------------------- -.wav 35;01 -.WAV 35;01 -.wave 35;01 -.WAVE 35;01 -.win 33;01 -.WIN 33;01 -.wma 35;01 -.WMA 35;01 -.wmp 35;01 -.WMP 35;01 -.wmv 35;01 -.WMV 35;01 - -# X ---------------------------------------------------------------------------- -.xbm 35;01 -.XBM 35;01 -.xcf 35;01 -.XCF 35;01 -.xfi 37;01 -.XFI 37;01 -.xhdml 37;01 -.XHDML 37;01 -.xht 37;01 -.XHT 37;01 -.xhtm 37;01 -.XHTM 37;01 -.xhtml 37;01 -.XHTML 37;01 -.xif 35;01 -.XIF 35;01 -.xjt 31;01 -.XJT 31;01 -.xjtgz 31;01 -.XJTGZ 31;01 -.xjtz2 31;01 -.XJTZ2 31;01 -.xla 32 -.XLA 32 -.xlb 37;01 -.XLB 37;01 -.xlc 37;01 -.XLC 37;01 -.xld 37;01 -.XLD 37;01 -.xlk 33;01 -.XLK 33;01 -.xll 37;01 -.XLL 37;01 -.xlm 37;01 -.XLM 37;01 -.xls 37;01 -.XLS 37;01 -.xlshtml 37;01 -.XLSHTML 37;01 -.xlsmhtml 37;01 -.XLSMHTML 37;01 -.xlsx 37;01 -.XLSX 37;01 -.xlxml 37;01 -.XLXML 37;01 -.xmf 35;01 -.XMF 35;01 -.xml 37;01 -.XML 37;01 -.xpm 35;01 -.XPM 35;01 - -# Y ---------------------------------------------------------------------------- - -# Z ---------------------------------------------------------------------------- -.z 31;01 -.Z 31;01 -.zfs 37;01 -.ZFS 37;01 -.zip 31;01 -.ZIP 31;01 -.zoo 31;01 -.ZOO 31;01 -.zsh 37;01 -.ZSH 37;01 - -# EOF +# Special files {{{ +#NORMAL 00 # no color code at all +#FILE 00 # regular file: use no color at all +RESET 0 # reset to "normal" color +DIR 01;34 # directory +# LINK target # symbolic link. +LINK 01;36 # symbolic link. +MULTIHARDLINK 00 # regular file with more than one link +FIFO 01;45;37 # pipe +SOCK 01;45;36 # socket +DOOR 01;35 # door +BLK 01;43;33 # block device driver +CHR 01;46;33 # character device driver +ORPHAN 01;05;37;41 # orphaned syminks +MISSING 01;05;37;41 # ... and the files they point to +SETUID 37;41 # file that is setuid (u+s) +SETGID 30;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 01;32 # This is for files with execute permission: +# }}} + +# Vim-editable: code, text, etc... {{{ +.alias 36 +.ALIAS 36 +.allow 36 +.ALLOW 36 +.am 36 +.AM 36 +.awk 36 +.AWK 36 +.ascii 36 +.ASCII 36 +.asm 36 +.ASM 36 +.bash 36 +.BASH 36 +.bashrc 36 +.BASHRC 36 +.bat 36 +.BAT 36 +.bff 36 +.BFF 36 +.c 36 +.C 36 +.c++ 36 +.C++ 36 +.cat 36 +.CAT 36 +.cc 36 +.CC 36 +.cert 36 +.CERT 36 +.cfg 36 +.CFG 36 +.cgi 36 +.CGI 36 +.cgl 36 +.CGL 36 +.cl 36 +.CL 36 +.cmake 36 +.CMAKE 36 +.cmd 36 +.CMD 36 +.cnf 36 +.CNF 36 +.conf 36 +.CONF 36 +.cpp 36 +.CPP 36 +.crc 36 +.CRC 36 +.crt 36 +.CRT 36 +.csh 36 +.CSH 36 +.csp 36 +.CSP 36 +.csr 36 +.CSR 36 +.css 36 +.CSS 36 +.csv 36 +.CSV 36 +.cu 36 +.CU 36 +.cxx 36 +.CXX 36 +.def 36 +.DEF 36 +.defs 36 +.DEFS 36 +.dep 36 +.DEP 36 +.desc 36 +.DESC 36 +.daily 36 +.DAILY 36 +.deny 36 +.DENY 36 +.diff 36 +.DIFF 36 +.diz 36 +.DIZ 36 +.ebuild 36 +.EBUILD 36 +.emacs 36 +.EMACS 36 +.env 36 +.ENV 36 +.exim 36 +.EXIM 36 +.fcgi 36 +.FCGI 36 +.geany 36 +.GEANY 36 +.h 36 +.H 36 +.hh 36 +.HH 36 +.hpp 36 +.HPP 36 +.htm 36 +.HTM 36 +.html 36 +.HTML 36 +.hourly 36 +.HOURLY 36 +.in 36 +.IN 36 +.inc 36 +.INC 36 +.inf 36 +.INF 36 +.info 36 +.INFO 36 +.ini 36 +.INI 36 +.java 36 +.JAVA 36 +.jhtm 36 +.JHTM 36 +.js 36 +.JS 36 +.latex 36 +.LATEX 36 +.layout 36 +.LAYOUT 36 +.lex 36 +.LEX 36 +.lisp 36 +.LISP 36 +.list 36 +.LIST 36 +.log 36 +.LOG 36 +.lst 36 +.LST 36 +.lua 36 +.LUA 36 +.make 36 +.MAKE 36 +.monthly 36 +.MONTHLY 36 +.out 36 +.OUT 36 +.pas 36 +.PAS 36 +.patch 36 +.PATCH 36 +.pc 36 +.PC 36 +.pem 36 +.PEM 36 +.perl 36 +.PERL 36 +.php 36 +.PHP 36 +.pl 36 +.PL 36 +.po 36 +.PO 36 +.pot 36 +.POT 36 +.py 36 +.PY 36 +.rb 36 +.RB 36 +.rc 36 +.RC 36 +.reg 36 +.REG 36 +.rhtml 36 +.RHTML 36 +.rsp 36 +.RSP 36 +.ruby 36 +.RUBY 36 +.sed 36 +.SED 36 +.sgml 36 +.SGML 36 +.sh 36 +.SH 36 +.sql 36 +.SQL 36 +.src 36 +.SRC 36 +.sty 36 +.STY 36 +.style 36 +.STYLE 36 +.tcc 36 +.TCC 36 +.tcsh 36 +.TCSH 36 +.tcl 36 +.TCL 36 +.tex 36 +.TEX 36 +.text 36 +.TEXT 36 +.txt 36 +.TXT 36 +.vala 36 +.VALA 36 +.vapi 36 +.VAPI 36 +.vb 36 +.VB 36 +.vbi 36 +.VBI 36 +.vim 36 +.VIM 36 +.weekly 36 +.WEEKLY 36 +.wsgi 36 +.WSGI 36 +.xml 36 +.XML 36 +.xhtm 36 +.XHTM 36 +.xhtml 36 +.XHTML 36 +.yml 36 +.YML 36 +.yaml 36 +.YAML 36 +.zh 36 +.ZH 36 +.zsh 36 +.ZSH 36 +.zshrc 36 +.ZSHRC 36 +#}}} + +# Pictures and icons {{{ +.ani 01;31 +.ANI 01;31 +.bmp 01;31 +.BMP 01;31 +.cdr 01;31 +.CDR 01;31 +.cur 01;31 +.CUR 01;31 +.eps 01;31 +.EPS 01;31 +.gif 01;31 +.GIF 01;31 +.ico 01;31 +.ICO 01;31 +.jpg 01;31 +.JPG 01;31 +.jpeg 01;31 +.JPEG 01;31 +.mng 01;31 +.MNG 01;31 +.pcx 01;31 +.PCX 01;31 +.pic 01;31 +.PIC 01;31 +.png 01;31 +.PNG 01;31 +.ppm 01;31 +.PPM 01;31 +.rgb 01;31 +.RGB 01;31 +.svg 01;31 +.SVG 01;31 +.svgz 01;31 +.SVGZ 01;31 +.tif 01;31 +.TIF 01;31 +.tiff 01;31 +.TIFF 01;31 +.xbm 01;31 +.XBM 01;31 +.xpm 01;31 +.XPM 01;31 +.wmf 01;31 +.WMF 01;31 +# }}} + +# Emulator roms, emulator savegames {{{ +.32x 01;33 +.32X 01;33 +.A64 01;33 +.a64 01;33 +.a00 01;33 +.A00 01;33 +.a52 01;33 +.A52 01;33 +.a64 01;33 +.A64 01;33 +.a78 01;33 +.A78 01;33 +.adf 01;33 +.ADF 01;33 +.atr 01;33 +.ATR 01;33 +.cdi 01;33 +.CDI 01;33 +.fm2 01;33 +.FM2 01;33 +.gb 01;33 +.GB 01;33 +.gba 01;33 +.GBA 01;33 +.gbc 01;33 +.GBC 01;33 +.gel 01;33 +.GEL 01;33 +.gg 01;33 +.GG 01;33 +.ggl 01;33 +.GGL 01;33 +.j64 01;33 +.J64 01;33 +.nds 01;33 +.NDS 01;33 +.nes 01;33 +.NES 01;33 +.rom 01;33 +.ROM 01;33 +.sav 01;33 +.SAV 01;33 +.sms 01;33 +.SMS 01;33 +.st 01;33 +.ST 01;33 +#}}} + +# Disk images: iso, mdf, ... {{{ +.image 01;33 +.IMAGE 01;33 +.img 01;33 +.IMG 01;33 +.iso 01;33 +.ISO 01;33 +.mdf 01;33 +.MDF 01;33 +.nrg 01;33 +.NRG 01;33 +.qcow 01;33 +.QCOW 01;33 +.vdi 01;33 +.VDI 01;33 +.vdmk 01;33 +.VDMK 01;33 +#}}} + +# Video {{{ +.3gp 01;35 +.3GP 01;35 +.asf 01;35 +.ASF 01;35 +.avi 01;35 +.AVI 01;35 +.bup 01;35 +.BUP 01;35 +.flv 01;35 +.FLV 01;35 +.ifo 01;35 +.IFO 01;35 +.m2v 01;35 +.M2V 01;35 +.mkv 01;35 +.MKV 01;35 +.mov 01;35 +.MOV 01;35 +.mp4 01;35 +.MP4 01;35 +.mpeg 01;35 +.MPEG 01;35 +.mpg 01;35 +.MPG 01;35 +.ogm 01;35 +.OGM 01;35 +.ogv 01;35 +.OGV 01;35 +.rmvb 01;35 +.RMVB 01;35 +.sample 01;35 +.SAMPLE 01;35 +.ts 01;301;35 +.TS 01;35 +.vob 01;35 +.VOB 01;35 +.webm 01;35 +.WEBM 01;35 +.wmv 01;35 +.WMV 01;35 +#}}} + +# music, audio {{{ +.aac 33 +.AAC 33 +.ape 33 +.APE 33 +.cue 33 +.CUE 33 +.dat 33 +.DAT 33 +.dts 33 +.DTS 33 +.fcm 33 +.FCM 33 +.flac 33 +.FLAC 33 +.m3u 33 +.M3U 33 +.m4 33 +.M4 33 +.m4a 33 +.M4A 33 +.mid 33 +.MID 33 +.midi 33 +.MIDI 33 +.mod 33 +.MOD 33 +.mp3 33 +.MP3 33 +.oga 33 +.OGA 33 +.ogg 33 +.OGG 33 +.plist 33 +.PLIST 33 +.pls 33 +.PLS 33 +.s3m 33 +.S3M 33 +.sid 33 +.SID 33 +.spl 33 +.SPL 33 +.wav 33 +.WAV 33 +.wma 33 +.WMA 33 +.wv 33 +.WV 33 +.wvc 33 +.WVC 33 +#}}} + +# fonts {{{ +.afm 01;34 +.AFM 01;34 +.pfb 01;34 +.PFB 01;34 +.pfm 01;34 +.PFM 01;34 +.ttf 01;34 +.TTF 01;34 +.pcf 01;34 +.PCF 01;34 +.psf 01;34 +.PSF 01;34 +#}}} + +# backups, undo files, tempfiles {{{ +.$$$ 01;30 +.@@@ 01;30 +.back 01;30 +.BACK 01;30 +.bak 01;30 +.BAK 01;30 +.bkp 01;30 +.BKP 01;30 +.chk 01;30 +.CHK 01;30 +.dbg 01;30 +.DBG 01;30 +.gdb 01;30 +.GDB 01;30 +.local 01;30 +.LOCAL 01;30 +.obj 01;30 +.OBJ 01;30 +.old 01;30 +.OLD 01;30 +.orig 01;30 +.ORIG 01;30 +.original 01;30 +.ORIGINAL 01;30 +.pch 01;30 +.PCH 01;30 +.pyc 01;30 +.PYC 01;30 +.rej 01;30 +.REJ 01;30 +.swo 01;30 +.SWO 01;30 +.swp 01;30 +.SWP 01;30 +.tds 01;30 +.TDS 01;30 +.tmp 01;30 +.TMP 01;30 +.tmpl 01;30 +.TMPL 01;30 +.un~ 01;30 +.UN~ 01;30 +.zcompdump 01;30 +.ZCOMPDUMP 01;30 +.zwc 01;30 +.ZWC 01;30 +#}}} + +# databases {{{ +.cdb 33 +.CDB 33 +.db 33 +.DB 33 +.dbt 33 +.DBT 33 +.dump 33 +.DUMP 33 +.mdb 33 +.MDB 33 +.pdb 33 +.PDB 33 +.sqlite 33 +.SQLITE 33 +.typelib 33 +.TYPELIB 33 +#}}} + +# (compressed) archives {{{ +.7z 31 +.7Z 31 +.a 31 +.A 31 +.apk 31 +.APK 31 +.arj 31 +.ARJ 31 +.bz2 31 +.BZ2 31 +.cpio 31 +.CPIO 31 +.deb 31 +.DEB 31 +.gz 31 +.GZ 31 +.ipk 31 +.IPK 31 +.jad 31 +.JAD 31 +.jar 31 +.JAR 31 +.lzma 31 +.LZMA 31 +.nth 31 +.NTH 31 +.pack 31 +.PACK 31 +.part 31 +.PART 31 +.rar 31 +.RAR 31 +.rpm 31 +.RPM 31 +.sfx 31 +.SFX 31 +.sis 31 +.SIS 31 +.tar 31 +.TAR 31 +.tgz 31 +.TGZ 31 +.xz 31 +.XZ 31 +.zip 31 +.ZIP 31 +#}}} + +# Office files: pdf, lyx, Gimp, odf, etc ... {{{ +.cbr 01;34 +.CBR 01;34 +.cbz 01;34 +.CBZ 01;34 +.chm 01;34 +.CHM 01;34 +.dfl 01;34 +.DFL 01;34 +.dia 01;34 +.DIA 01;34 +.djv 01;34 +.DJV 01;34 +.djvu 01;34 +.DJVU 01;34 +.doc 01;34 +.DOC 01;34 +.docx 01;34 +.DOCX 01;34 +.dvi 01;34 +.DVI 01;34 +.glade 01;34 +.GLADE 01;34 +.hlp 01;34 +.HLP 01;34 +.howto 01;34 +.HOWTO 01;34 +.lyx 01;34 +.LYX 01;34 +.mga 01;34 +.MGA 01;34 +.mht 01;34 +.MHT 01;34 +.ocp 01;34 +.OCP 01;34 +.odf 01;34 +.ODF 01;34 +.odt 01;34 +.ODT 01;34 +.ods 01;34 +.ODS 01;34 +.odp 01;34 +.ODP 01;34 +.odb 01;34 +.ODB 01;34 +.pdf 01;34 +.PDF 01;34 +.ppt 01;34 +.PPT 01;34 +.ps 01;34 +.PS 01;34 +.rfpdf 01;34 +.RFPDF 01;34 +.rtf 01;34 +.RTF 01;34 +.xcf 01;34 +.XCF 01;34 +.xls 01;34 +.XLS 01;34 +# }}} + +# Other file types {{{ +.ac 01;35 # AutoCAD file +.AC 01;35 # AutoCAD file +.acm 01;30 # Windows system file +.ACM 01;30 # Windows system file +.app 01;32 +.APP 01;32 +.com 01;32 +.COM 01;32 +.exe 01;32 +.EXE 01;32 +.jam 01;32 # Java executable +.JAM 01;32 # Java executable +.jar 01;32 # Java executable +.JAR 01;32 # Java executable +.lvlib 01;35 # LabVIEW file +.LVLIB 01;35 # LabVIEW file +.lvproj 01;35 # LabVIEW file +.LVPROJ 01;35 # LabVIEW file +.msi 01;32 +.MSI 01;32 +.pid 31 +.PID 31 +.pk 35 # Adobe Audition +.PK 35 # Adobe Audition +.rtexe 01;32 # LabVIEW RT-executable file +.RTEXE 01;32 # LabVIEW RT-executable file +.swf 01;35 # Adobe Flesh +.SWF 01;35 # Adobe Flesh +.torrent 32 +.TORRENT 32 +.vi 01;35 # LabVIEW file +.VI 01;35 # LabVIEW file +.xpi 35 +.XPI 35 +# }}} + +# vim: set ft=dircolors fdm=marker et sw=2: