diff --git a/.dircolors b/.dircolors index 6ceb7b9..58d261a 100644 --- a/.dircolors +++ b/.dircolors @@ -1,216 +1,1023 @@ -# 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-2012 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. -# You can copy this file to .dir_colors in your $HOME directory to override -# the system defaults. -# 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 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 -# 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 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 01;36 # symbolic link. (If you set this to 'target' instead of a - # numerical value, the color is as for the file pointed to.) -MULTIHARDLINK 00 # regular file with more than one link -FIFO 40;33 # pipe -SOCK 01;35 # socket -DOOR 01;35 # door -BLK 40;33;01 # block device driver -CHR 40;33;01 # 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 -# This is for files with execute permission: -EXEC 01;32 -# List any file extensions like '.gz' or '.tar' that you would like ls -# to colorize below. Put the extension, a space, and the color init string. -# (and any comments you want to add after a '#') -# If you use DOS-style suffixes, you may want to uncomment the following: -.cmd 01;32 # executables (bright green) -.exe 01;32 -.com 01;32 -.btm 01;32 -.bat 01;32 -# Or if you want to colorize scripts even if they do not have the -# executable bit actually set. -.sh 01;32 -.csh 01;32 - # archives or compressed (bright red) -.tar 01;31 -.tgz 01;31 -.arj 01;31 -.taz 01;31 -.lzh 01;31 -.lzma 01;31 -.tlz 01;31 -.txz 01;31 -.zip 01;31 -.z 01;31 -.Z 01;31 -.dz 01;31 -.gz 01;31 -.lz 01;31 -.xz 01;31 -.bz2 01;31 -.bz 01;31 -.tbz 01;31 -.tbz2 01;31 -.tz 01;31 -.deb 01;31 -.rpm 01;31 -.jar 01;31 -.war 01;31 -.ear 01;31 -.sar 01;31 -.rar 01;31 -.ace 01;31 -.zoo 01;31 -.cpio 01;31 -.7z 01;31 -.rz 01;31 -# image formats -.jpg 01;35 -.jpeg 01;35 -.gif 01;35 -.bmp 01;35 -.pbm 01;35 -.pgm 01;35 -.ppm 01;35 -.tga 01;35 -.xbm 01;35 -.xpm 01;35 -.tif 01;35 -.tiff 01;35 -.png 01;35 -.svg 01;35 -.svgz 01;35 -.mng 01;35 -.pcx 01;35 -.mov 01;35 -.mpg 01;35 -.mpeg 01;35 -.m2v 01;35 -.mkv 01;35 -.webm 01;35 -.ogm 01;35 -.mp4 01;35 -.m4v 01;35 -.mp4v 01;35 -.vob 01;35 -.qt 01;35 -.nuv 01;35 -.wmv 01;35 -.asf 01;35 -.rm 01;35 -.rmvb 01;35 -.flc 01;35 -.avi 01;35 -.fli 01;35 -.flv 01;35 -.gl 01;35 -.dl 01;35 -.xcf 01;35 -.xwd 01;35 -.yuv 01;35 -.cgm 01;35 -.emf 01;35 -# http://wiki.xiph.org/index.php/MIME_Types_and_File_Extensions -.axv 01;35 -.anx 01;35 -.ogv 01;35 -.ogx 01;35 -# Document files -.pdf 00;32 -.ps 00;32 -.txt 00;32 -.patch 00;32 -.diff 00;32 -.log 00;32 -.tex 00;32 -.doc 00;32 -# audio formats -.aac 00;36 -.au 00;36 -.flac 00;36 -.mid 00;36 -.midi 00;36 -.mka 00;36 -.mp3 00;36 -.mpc 00;36 -.ogg 00;36 -.ra 00;36 -.wav 00;36 -# http://wiki.xiph.org/index.php/MIME_Types_and_File_Extensions -.axa 00;36 -.oga 00;36 -.spx 00;36 -.xspf 00;36 +# 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. +#=============================================================================== + +# 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 diff --git a/.dircolors_256 b/.dircolors_256 new file mode 100644 index 0000000..51c2e3b --- /dev/null +++ b/.dircolors_256 @@ -0,0 +1,482 @@ +# LS_COLORS +# Maintainer: Magnus Woldrich +# URL: https://github.com/trapd00r/LS_COLORS +# Version: 0.238 +# Updated: 2012-12-19 16:17:51 +# +# This is a collection of extension:color mappings, suitable to use as your +# LS_COLORS environment variable. Most of them use the extended color map, +# described in the ECMA-48 document; in other words, you'll need a terminal +# with capabilities of displaying 256 colors. +# +# As of this writing, around 300 different filetypes/extensions is supported. +# That's indeed a lot of extensions, but there's a lot more! Therefore I need +# your help. +# +# Fork this project on github, add the extensions you are missing, and send me +# a pull request. +# +# For files that usually ends up next to each other, like html, css and js, +# try to pick colors that fit nicely together. Filetypes with multiple +# possible extensions, like htm and html, should have the same color. + + +BLK 38;5;68 +CAPABILITY 38;5;17 +CHR 38;5;113;1 +DIR 38;5;30 +DOOR 38;5;127 +EXEC 38;5;166;1 +FIFO 38;5;126 +FILE 38;5;253 +LINK target +MULTIHARDLINK 38;5;220;1 +NORMAL 38;5;254 +ORPHAN 48;5;196;38;5;232;1 +OTHER_WRITABLE 38;5;220;1 +SETGID 48;5;234;38;5;100;1 +SETUID 38;5;137 +SOCK 38;5;197 +STICKY 38;5;86;48;5;234 +STICKY_OTHER_WRITABLE 48;5;235;38;5;139;3 + + +# code, text, documents {{{ +.BAT 38;5;108 +.PL 38;5;160 +.asm 38;5;240;1 +.awk 38;5;148;1 +.bash 38;5;173 +.bat 38;5;108 +.c 38;5;110 +.cfg 1 +.coffee 38;5;94;1 +.conf 1 +.cpp 38;5;24;1 +.cs 38;5;74;1 +.css 38;5;91 +.csv 38;5;78 +.ctp 38;5;95 +.diff 48;5;197;38;5;232 +.enc 38;5;192;3 +.eps 38;5;192 +.etx 38;5;172 +.ex 38;5;148;1 +.example 38;5;225;1 +.git 38;5;197 +.gitignore 38;5;240 +.go 38;5;36;1 +.h 38;5;81 +.vala 38;5;110 +.vapi 38;5;81 +# interface file in GHC - https://github.com/trapd00r/LS_COLORS/pull/9 +.hi 38;5;240 +.hs 38;5;155;1 +.htm 38;5;125;1 +.html 38;5;125;1 +.info 38;5;101 +.ini 38;5;122 +.java 38;5;142;1 +.jhtm 38;5;125;1 +.js 38;5;42 +.jsm 38;5;42 +.jsm 38;5;42 +.json 38;5;199 +.jsp 38;5;45 +.lisp 38;5;204;1 +.log 38;5;190 +.lua 38;5;34;1 +.map 38;5;58;3 +.markdown 38;5;184 +.md 38;5;184 +.mf 38;5;220;3 +.mfasl 38;5;73 +.mi 38;5;124 +.mkd 38;5;184 +.mtx 38;5;36;3 +.nfo 38;5;220 +.o 38;5;240 +.pacnew 38;5;33 +.patch 48;5;197;38;5;232;1 +.pc 38;5;100 +.pfa 38;5;43 +.php 38;5;93 +.pid 38;5;160 +.pl 38;5;214 +.pm 38;5;197;1 +.pod 38;5;172;1 +.py 38;5;41 +# compiled python code - https://github.com/trapd00r/LS_COLORS/pull/10 +.pyc 38;5;240 +.rb 38;5;192 +.rdf 38;5;144 +.rst 38;5;67 +.ru 38;5;142 +.sed 38;5;130;1 +.sfv 38;5;197 +.sh 38;5;113 +.signature 38;5;206 +.sql 38;5;222 +.srt 38;5;116 +.sty 38;5;58 +.sug 38;5;44 +.t 38;5;28;1 +.tcl 38;5;64;1 +.tdy 38;5;214 +.tex 38;5;172 +.textile 38;5;106 +.tfm 38;5;64 +.tfnt 38;5;140 +.theme 38;5;109 +.txt 38;5;192 +.urlview 38;5;85 +.vim 1 +.viminfo 38;5;240;1 +.xml 38;5;199 +.yml 38;5;208 +.zsh 38;5;173 + +# Build stuff +.1 38;5;196;1 +.1p 38;5;160 +.3p 38;5;160 +.am 38;5;242 +.in 38;5;242 +.old 38;5;242 +.out 38;5;46;1 + + + + +#}}} +# pictures, icons {{{ +.bmp 38;5;62 +.cdr 38;5;59 +.gif 38;5;72 +.ico 38;5;73 +.jpeg 38;5;66 +.jpg 38;5;66 +.JPG 38;5;66 +.png 38;5;68;1 +.svg 38;5;24;1 +.xpm 38;5;36 +#}}} +# Emulator roms, emulator savegames {{{ +.32x 38;5;137 +.A64 38;5;82 +.a00 38;5;11 +.a52 38;5;112 +.a64 38;5;82 +.a78 38;5;112 +.adf 38;5;35 +.atr 38;5;213 +.cdi 38;5;124 +.fm2 38;5;35 +.gb 38;5;203 +.gba 38;5;205 +.gbc 38;5;204 +.gel 38;5;83 +.gg 38;5;138 +.ggl 38;5;83 +.j64 38;5;102 +.nds 38;5;193 +.nes 38;5;160 +.rom 38;5;59;1 +.sav 38;5;220 +.sms 38;5;33 +.st 38;5;208;1 +#}}} +# images {{{ +.iso 38;5;124 +.nrg 38;5;124 +.qcow 38;5;141 +#}}} +# video {{{ +.VOB 38;5;137 +.IFO 38;5;240 +.BUP 38;5;241 +.MOV 38;5;42 +.asf 38;5;25 +.avi 38;5;114 +.flv 38;5;131 +.m2v 38;5;166 +.mkv 38;5;202 +.mov 38;5;42 +.mp4 38;5;160 +.mpg 38;5;38 +.mpeg 38;5;38 +.ogm 38;5;97 +.ogv 38;5;94 +.rmvb 38;5;112 +.sample 38;5;130;1 +.ts 38;5;39 +.vob 38;5;137 +.webm 38;5;109 +.wmv 38;5;113 +#}}} +# music, audio {{{ +.S3M 38;5;71;1 +.aac 38;5;137 +.cue 38;5;112 +.dat 38;5;165 +.dts 38;5;100;1 +.fcm 38;5;41 +.flac 38;5;166;1 +.m3u 38;5;172 +.m4 38;5;196;3 +.m4a 38;5;137;1 +.mid 38;5;102 +.midi 38;5;102 +.mod 38;5;72 +.mp3 38;5;191 +.oga 38;5;95 +.ogg 38;5;96 +.s3m 38;5;71;1 +.sid 38;5;69;1 +.spl 38;5;173 +.wv 38;5;149 +.wvc 38;5;149 +#}}} +# fonts {{{ +.afm 38;5;58 +.pfb 38;5;58 +.pfm 38;5;58 +.ttf 48;5;1 +.pcf 38;5;65 +.psf 38;5;64 +#}}} +# backups, undo files, tempfiles {{{ +.bak 38;5;41;1 +.bin 38;5;249 +.swo 38;5;236 +.swp 38;5;241 +.tmp 38;5;244 +.un~ 38;5;240 +.zcompdump 38;5;240 +.zwc 38;5;240 +#}}} +# databases {{{ +.db 38;5;60 +.dump 38;5;119 +.sqlite 38;5;60 +.typelib 38;5;60 + +#}}} +# (compressed) archives {{{ +.7z 38;5;40 +.a 38;5;46 +.arj 38;5;41 +.bz2 38;5;44 +.ipk 38;5;117 +.jad 38;5;50 +.jar 38;5;51 +.nth 38;5;40 +.sis 38;5;39 +.part 38;5;239;1 +.r00 38;5;239 +.r01 38;5;239 +.r02 38;5;239 +.r03 38;5;239 +.r04 38;5;239 +.r05 38;5;239 +.r06 38;5;239 +.r07 38;5;239 +.r08 38;5;239 +.r09 38;5;239 +.r10 38;5;239 +.r100 38;5;239 +.r101 38;5;239 +.r102 38;5;239 +.r103 38;5;239 +.r104 38;5;239 +.r105 38;5;239 +.r106 38;5;239 +.r107 38;5;239 +.r108 38;5;239 +.r109 38;5;239 +.r11 38;5;239 +.r110 38;5;239 +.r111 38;5;239 +.r112 38;5;239 +.r113 38;5;239 +.r114 38;5;239 +.r115 38;5;239 +.r116 38;5;239 +.r12 38;5;239 +.r13 38;5;239 +.r14 38;5;239 +.r15 38;5;239 +.r16 38;5;239 +.r17 38;5;239 +.r18 38;5;239 +.r19 38;5;239 +.r20 38;5;239 +.r21 38;5;239 +.r22 38;5;239 +.r25 38;5;239 +.r26 38;5;239 +.r27 38;5;239 +.r28 38;5;239 +.r29 38;5;239 +.r30 38;5;239 +.r31 38;5;239 +.r32 38;5;239 +.r33 38;5;239 +.r34 38;5;239 +.r35 38;5;239 +.r36 38;5;239 +.r37 38;5;239 +.r38 38;5;239 +.r39 38;5;239 +.r40 38;5;239 +.r41 38;5;239 +.r42 38;5;239 +.r43 38;5;239 +.r44 38;5;239 +.r45 38;5;239 +.r46 38;5;239 +.r47 38;5;239 +.r48 38;5;239 +.r49 38;5;239 +.r50 38;5;239 +.r51 38;5;239 +.r52 38;5;239 +.r53 38;5;239 +.r54 38;5;239 +.r55 38;5;239 +.r56 38;5;239 +.r57 38;5;239 +.r58 38;5;239 +.r59 38;5;239 +.r60 38;5;239 +.r61 38;5;239 +.r62 38;5;239 +.r63 38;5;239 +.r64 38;5;239 +.r65 38;5;239 +.r66 38;5;239 +.r67 38;5;239 +.r68 38;5;239 +.r69 38;5;239 +.r69 38;5;239 +.r70 38;5;239 +.r71 38;5;239 +.r72 38;5;239 +.r73 38;5;239 +.r74 38;5;239 +.r75 38;5;239 +.r76 38;5;239 +.r77 38;5;239 +.r78 38;5;239 +.r79 38;5;239 +.r80 38;5;239 +.r81 38;5;239 +.r82 38;5;239 +.r83 38;5;239 +.r84 38;5;239 +.r85 38;5;239 +.r86 38;5;239 +.r87 38;5;239 +.r88 38;5;239 +.r89 38;5;239 +.r90 38;5;239 +.r91 38;5;239 +.r92 38;5;239 +.r93 38;5;239 +.r94 38;5;239 +.r95 38;5;239 +.r96 38;5;239 +.r97 38;5;239 +.r98 38;5;239 +.r99 38;5;239 +.rar 38;5;106;1 +.tar 38;5;118 +.tar.gz 38;5;34 +.tgz 38;5;35;1 +.xz 38;5;118 +.zip 38;5;41 +#}}} +# really compressed archives, but mostly used for documents, comics (and {{{ +# documentation on MS Windows) +.pdf 38;5;203 +.djvu 38;5;141 +.cbr 38;5;140 +.cbz 38;5;140 +.chm 38;5;144 +#}}} +# open document formats {{{ +.odt 38;5;111 +.ods 38;5;112 +.odp 38;5;166 +.odb 38;5;161 +#}}} +# /etc/hosts.{deny,allow} {{{ +.allow 38;5;112 +.deny 38;5;196 +#}}} +# other {{{ +.SKIP 38;5;244 +.def 38;5;136 +.directory 38;5;83 +.err 38;5;160;1 +.error 38;5;160;1 +.pi 38;5;126 +.properties 38;5;197;1 +.torrent 38;5;58 +.gp3 38;5;114 +.gp4 38;5;115 +.tg 38;5;99 +#}}} + +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.rxvt +TERM screen.linux +TERM terminator +TERM vt100 +TERM xterm +TERM xterm-16color +TERM xterm-256color +TERM xterm-88color +TERM xterm-color +TERM xterm-debian + +# vim: set ft=dircolors fdm=marker et sw=2: