diff --git a/LS_COLORS b/LS_COLORS index f8cce7d..e1ebdf2 100644 --- a/LS_COLORS +++ b/LS_COLORS @@ -2,7 +2,7 @@ # Maintainer: Magnus Woldrich # URL: https://github.com/trapd00r/LS_COLORS # Version: 0.254 -# Updated: 2013-06-07 08:42:38 +# Updated: Sun Jun 1 14:36:30 PDT 2014 # # 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, @@ -20,13 +20,13 @@ # try to pick colors that fit nicely together. Filetypes with multiple # possible extensions, like htm and html, should have the same color. - +# core {{{1 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 +EXEC 38;5;208;1 FIFO 38;5;126 FILE 38;5;253 LINK target @@ -43,275 +43,281 @@ STICKY 38;5;86;48;5;234 STICKY_OTHER_WRITABLE 48;5;235;38;5;139;3 *LS_COLORS 48;5;89;38;5;197;1;3;4;7 # :-) - -# code, text, documents -.BAT 38;5;108 -.PL 38;5;160 -.ahk 38;5;29;1 -.asc 38;5;192;3 -.asm 38;5;240;1 -.awk 38;5;148;1 -.bash 38;5;173 -.bat 38;5;108 -.c 38;5;110 -.cc 38;5;24;1 -.ii 38;5;24;1 +# }}} +# documents {{{1 +*README 38;5;220;1 +.log 38;5;190 +# plain-text {{{2 +.txt 38;5;253 +# markup {{{2 +.etx 38;5;184 +.info 38;5;184 +.markdown 38;5;184 +.md 38;5;184 +.mkd 38;5;184 +.nfo 38;5;184 +.tex 38;5;184 +.textile 38;5;184 +# key-value, non-relational data {{{2 +.xml 38;5;199 +.json 38;5;199 +.yml 38;5;199 +# }}} +# binary {{{2 +.cbr 38;5;141 +.cbz 38;5;141 +.chm 38;5;141 +.djvu 38;5;141 +.pdf 38;5;141 +.PDF 38;5;141 +# words {{{3 +.docm 38;5;111;4 +.docx 38;5;111 +.eps 38;5;111 +.odb 38;5;111 +.odt 38;5;111 +# presentation {{{3 +.odp 38;5;166 +.pps 38;5;166 +.ppt 38;5;166 +# spreadsheet {{{3 +.csv 38;5;78 +# Open document spreadsheet +.ods 38;5;112 +.xla 38;5;76 +# Excel spreadsheet +.xlsx 38;5;112 +# Excel spreadsheet with macros +.xlsxm 38;5;112;4 +# Excel module +.xltm 38;5;73;4 +.xltx 38;5;73 +# }}} +# }}} +# configs {{{2 .cfg 1 .conf 1 +.ini 1 .rc 1 -.cl 38;5;204;1 -.coffee 38;5;94;1 -.C 38;5;24;1 -.cp 38;5;24;1 -.cpp 38;5;24;1 -.cxx 38;5;24;1 -.c++ 38;5;24;1 -.ii 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 +# vim +.vim 1 +.viminfo 1 +# cisco VPN client configuration +.pcf 1 +# adobe photoshop proof settings file +.psf 1 +# }}} +# }}} +# code {{{1 +# version control {{{2 .git 38;5;197 .gitignore 38;5;240 .gitattributes 38;5;240 -.go 38;5;36;1 -.h 38;5;81 -.H 38;5;81 -.hpp 38;5;81 -.hxx 38;5;81 -.h++ 38;5;81 -.tcc 38;5;81 +.gitmodules 38;5;240 + +# shell {{{2 +.awk 38;5;172 +.bash 38;5;172 +.bat 38;5;172 +.BAT 38;5;172 +.sed 38;5;172 +.sh 38;5;172 +.zsh 38;5;172 + +# interpreted {{{2 +.ahk 38;5;29;1 +.py 38;5;41 +# sql +.msql 38;5;222 +.mysql 38;5;222 +.pgsql 38;5;222 +.sql 38;5;222 +# Tool Command Language +.tcl 38;5;64;1 + +# compiled {{{2 +# +# assembly language +.asm 38;5;81 +# LISP +.cl 38;5;81 +.lisp 38;5;81 +# lua +.lua 38;5;81 +# C +.c 38;5;81 +.C 38;5;81 +.h 38;5;110 +.H 38;5;110 +.tcc 38;5;110 +# C++ +.c++ 38;5;81 +.h++ 38;5;110 +.hpp 38;5;110 +.hxx 38;5;110 +.ii 38;5;110 +# method file for Objective C +.M 38;5;110 +.m 38;5;110 +# Csharp +.cc 38;5;81 +.cs 38;5;81 +.cp 38;5;81 +.cpp 38;5;81 +.cxx 38;5;81 +# fortran .f 38;5;81 .for 38;5;81 .ftn 38;5;81 -.s 38;5;81 -.S 38;5;81 +# pascal +.s 38;5;110 +.S 38;5;110 +# ? .sx 38;5;81 -.gpg 38;5;192;3 -# interface file in GHC - https://github.com/trapd00r/LS_COLORS/pull/9 -.hi 38;5;240 -.hs 38;5;155;1 +# interface file in GHC - https://github.com/trapd00r/LS_COLORS/pull/9 +.hi 38;5;110 +# haskell +.hs 38;5;81 + +# binaries {{{2 +# compiled apps for interpreted languages +.PL 38;5;160 +.pyc 38;5;240 +# }}} +# html {{{2 +.css 38;5;125;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 -.m 38;5;130;3 -.mht 38;5;129 -.mm 38;5;130;3 -.M 38;5;130;3 -.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 -.pgp 38;5;192;3 -.pgsql 38;5;222 -.php 38;5;93 -.pl 38;5;214 -.plt 38;5;204;1 -.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 -.scm 38;5;204;1 -.sed 38;5;130;1 -.sfv 38;5;197 -.sh 38;5;113 -.sig 38;5;192;3 -.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 -*README 38;5;220;1 -*Makefile 38;5;196 +# }}} +# java {{{2 +.coffee 38;5;074;1 +.java 38;5;074;1 +.js 38;5;074;1 +.jsm 38;5;074;1 +.jsm 38;5;074;1 +.jsp 38;5;074;1 +# }}} +# php {{{2 +.php 38;5;81 +# CakePHP view scripts and helpers +.ctp 38;5;81 +# }}} +# Build stuff {{{2 +*Makefile 38;5;155 *MANIFEST 38;5;243 *pm_to_blib 38;5;240 -.1 38;5;196;1 -.3 38;5;196;1 -.7 38;5;196;1 -.1p 38;5;160 -.3p 38;5;160 +# automake .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 -.3gp 38;5;134 -.3g2 38;5;133 -.asf 38;5;25 +.SKIP 38;5;244 +# }}} +# patch files {{{2 +.diff 48;5;197;38;5;232 +.patch 48;5;197;38;5;232;1 +#}}} +# graphics {{{1 +.bmp 38;5;97 +.cdr 38;5;97 +.gif 38;5;97 +.go 38;5;97 +.ico 38;5;97 +.jpeg 38;5;97 +.JPG 38;5;97 +.jpg 38;5;97 +.nth 38;5;97 +.png 38;5;97 +.svg 38;5;97 +.xpm 38;5;97 +# }}} +# video {{{1 .avi 38;5;114 -.divx 38;5;112 -.f4v 38;5;125 -.flv 38;5;131 -.m2v 38;5;166 -.mkv 38;5;202 -.mov 38;5;42 -.mp4 38;5;124 -.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 -.3ga 38;5;95 -.S3M 38;5;71;1 -.aac 38;5;137 -.ape 38;5;166;1 -.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 -.m3u8 38;5;172 -.m4 38;5;196;3 +.divx 38;5;114 +.IFO 38;5;114 +.m2v 38;5;114 +.mkv 38;5;114 +.MOV 38;5;114 +.mov 38;5;114 +.mp4 38;5;114 +.mpeg 38;5;114 +.mpg 38;5;114 +.ogm 38;5;114 +.rmvb 38;5;114 +.sample 38;5;114 +.wmv 38;5;114 + # mobile/streaming {{{2 +.3g2 38;5;115 +.3gp 38;5;115 +.gp3 38;5;115 +.webm 38;5;115 +.gp4 38;5;115 +.asf 38;5;115 +.flv 38;5;115 +.ts 38;5;115 +.ogv 38;5;115 +.f4v 38;5;115 + # }}} + # lossless {{{2 +.VOB 38;5;115;1 +.vob 38;5;115;1 +# }}} +# audio {{{1 +.3ga 38;5;137;1 +.S3M 38;5;137;1 +.aac 38;5;137;1 +.dat 38;5;137;1 +.dts 38;5;137;1 +.fcm 38;5;137;1 .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 +.mid 38;5;137;1 +.midi 38;5;137;1 +.mod 38;5;137;1 +.mp3 38;5;137;1 +.oga 38;5;137;1 +.ogg 38;5;137;1 +.s3m 38;5;137;1 +.sid 38;5;137;1 +# lossless +.ape 38;5;136;1 +.flac 38;5;136;1 +.wav 38;5;136;1 +.wv 38;5;136;1 +.wvc 38;5;136;1 + +# }}} +# fonts {{{1 +.afm 38;5;66 +.pfb 38;5;66 +.pfm 38;5;66 .ttf 38;5;66 -.pcf 38;5;65 -.psf 38;5;64 -# backups, undo files, tempfiles -.bak 38;5;41;1 -.bin 38;5;249 -.pid 38;5;160 -.state 38;5;124 -.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 -.localstorage 38;5;60 -# (compressed) archives +# postscript fonts +.PFA 38;5;66 +.pfa 38;5;66 +# }}} +# archives {{{1 .7z 38;5;40 -.a 38;5;46 -.apk 38;5;172;3 -.arj 38;5;41 -.bsp 38;5;239;1 -.bz2 38;5;44 -.cab 38;5;215 +.a 38;5;40 +.arj 38;5;40 +.bz2 38;5;40 +.gz 38;5;40 +.rar 38;5;40 +.tar 38;5;40 +.tgz 38;5;40 +.xz 38;5;40 +.zip 38;5;40 + # packaged apps {{{2 +.apk 38;5;215 .deb 38;5;215 -.gz 38;5;34 -.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 +.jad 38;5;215 +.jar 38;5;215 +.cab 38;5;215 +.vdf 38;5;215 +.vpk 38;5;215 +.bsp 38;5;215 + # }}} + # segments {{{2 .r00 38;5;239 .r01 38;5;239 .r02 38;5;239 @@ -428,80 +434,170 @@ STICKY_OTHER_WRITABLE 48;5;235;38;5;139;3 .r97 38;5;239 .r98 38;5;239 .r99 38;5;239 -.rar 38;5;106;1 -.tar 38;5;118 -.tgz 38;5;35;1 -.vpk 38;5;239;1 -.vdf 38;5;215 -.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 -# ms office file formats +# partial files +.part 38;5;239 + # }}} +# partition images {{{2 +.iso 38;5;124 +.bin 38;5;124 +.nrg 38;5;124 +.qcow 38;5;124 +# }}} +# databases {{{2 .accdb 38;5;60 .accde 38;5;60 -.accdt 38;5;60 .accdr 38;5;60 -.docx 38;5;111 -.docm 38;5;111;4 -.xla 38;5;76 -.xlsx 38;5;112 -.xlsxm 38;5;112;4 -.xltx 38;5;73 -.xltm 38;5;73;4 -.ppt 38;5;166 -.pot 38;5;166 -.pps 38;5;166 -# /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 +.accdt 38;5;60 +.db 38;5;60 +.localstorage 38;5;60 +.sqlite 38;5;60 +.typelib 38;5;60 +# }}} +# tempfiles {{{1 +# undo files +.pacnew 38;5;33 +.un~ 38;5;241 +# backups +.BUP 38;5;241 +.bak 38;5;241 +.o 38;5;241 # *nix Object file (shared libraries, core dumps etc) +# temporary files +.swp 38;5;244 +.swo 38;5;244 +.tmp 38;5;244 +# state files +.pid 38;5;248 +.state 38;5;248 +# state dumps +.dump 38;5;241 .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 -.gbr 38;5;2 -.ger 38;5;2 -.pcb 38;5;28 -.sch 38;5;34 -.cnc 38;5;37 -.xln 38;5;37 -# tcpdump +.zcompdump 38;5;241 +.zwc 38;5;241 +# tcpdump, network traffic capture .pcap 38;5;29 .cap 38;5;29 .dmp 38;5;29 -# systemd units +# }}} +# hosts {{{1 +# /etc/hosts.{deny,allow} +.allow 38;5;112 +.deny 38;5;196 +# }}} +# systemd {{{1 # http://www.freedesktop.org/software/systemd/man/systemd.unit.html -.service 38;5;81 +.service 38;5;45 *@.service 38;5;45 -.socket 38;5;75 -.device 38;5;24 -.mount 38;5;115 -.automount 38;5;114 -.swap 38;5;113 -.target 38;5;73 -.path 38;5;116 -.timer 38;5;111 -.snapshot 38;5;139 +.socket 38;5;45 +.swap 38;5;45 +.device 38;5;45 +.mount 38;5;45 +.automount 38;5;45 +.target 38;5;45 +.path 38;5;45 +.timer 38;5;45 +.snapshot 38;5;45 +# }}} +# metadata {{{1 +.application 38;5;116 +.cue 38;5;116 +.directory 38;5;116 +.m3u 38;5;116 +.m3u8 38;5;116 +.properties 38;5;116 +.sfv 38;5;116 +.srt 38;5;116 +.theme 38;5;116 +.torrent 38;5;116 +.urlview 38;5;116 +# }}} +# encrypted data {{{1 +.gpg 38;5;192;3 +.signature 38;5;192;3 +.sig 38;5;192;3 +.pgp 38;5;192;3 +.asc 38;5;192;3 +.enc 38;5;192;3 +# }}} +# emulators {{{1 +.32x 38;5;137 +.cdi 38;5;124 +.fm2 38;5;35 +.rom 38;5;59;1 +.sav 38;5;220 +.st 38;5;208;1 + # atari +.a00 38;5;11 +.a52 38;5;112 +.A64 38;5;82 +.a64 38;5;82 +.a78 38;5;112 +.adf 38;5;35 +.atr 38;5;213 + # nintendo +.gb 38;5;203 +.gba 38;5;205 +.gbc 38;5;204 +.gel 38;5;83 +.gg 38;5;138 +.ggl 38;5;83 +.ipk 38;5;117 # Nintendo (DS Packed Images) +.j64 38;5;102 +.nds 38;5;193 +.nes 38;5;160 + # Sega +.sms 38;5;33 +# }}} +# unsorted {{{1 +# +# Portable Object Translation for GNU Gettext +.pot 38;5;166 +# CAD files for printed circuit boards +.pcb 38;5;28 +# groff (rendering app for texinfo) +.mm 38;5;130;3 +# perldoc +.pod 38;5;172;1 +# GIMP brush +.gbr 38;5;2 +# Linux Shell Executable Binary +.pl 38;5;214 +# printer spool file +.spl 38;5;2 -TERM Eterm +.1p 38;5;160 +.3p 38;5;160 +.cnc 38;5;37 +.def 38;5;136 +.ex 38;5;148;1 +.example 38;5;225;1 +.ger 38;5;2 +.map 38;5;58;3 +.mf 38;5;220;3 +.mfasl 38;5;73 +.mht 38;5;129 +.mi 38;5;124 +.mtx 38;5;36;3 +.pc 38;5;100 +.pi 38;5;126 +.plt 38;5;204;1 +.pm 38;5;197;1 +.rb 38;5;192 +.rdf 38;5;144 +.rst 38;5;67 +.ru 38;5;142 +.sch 38;5;34 +.sis 38;5;39 # Nokia Symbian OS files +.sty 38;5;58 +.sug 38;5;44 +.t 38;5;28;1 +.tdy 38;5;214 +.tfm 38;5;64 +.tfnt 38;5;140 +.tg 38;5;99 +.xln 38;5;37 +# }}} +# termcap {{{1 TERM ansi TERM color-xterm TERM con132x25 @@ -518,6 +614,7 @@ TERM cons25 TERM console TERM cygwin TERM dtterm +TERM Eterm TERM eterm-color TERM gnome TERM gnome-256color @@ -541,8 +638,8 @@ TERM screen-256color TERM screen-256color-bce TERM screen-bce TERM screen-w -TERM screen.rxvt TERM screen.linux +TERM screen.rxvt TERM terminator TERM vt100 TERM xterm @@ -551,5 +648,9 @@ TERM xterm-256color TERM xterm-88color TERM xterm-color TERM xterm-debian +# }}} + +# GIMP project file +.scm 38;5;204;1 # vim: ft=dircolors:fdm=marker:et:sw=2: