From 70d101aff60058f385311733b281c15fb80bb4e8 Mon Sep 17 00:00:00 2001 From: Ryan Delaney Date: Mon, 24 Mar 2014 09:51:11 -0700 Subject: [PATCH 01/40] removed .1 .3 .7 extensions because this leads to bizarre rainbow effect with rotated logfiles in /var/log --- LS_COLORS | 4 ---- 1 file changed, 4 deletions(-) diff --git a/LS_COLORS b/LS_COLORS index f8cce7d..7f2df6b 100644 --- a/LS_COLORS +++ b/LS_COLORS @@ -20,7 +20,6 @@ # 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 @@ -173,9 +172,6 @@ STICKY_OTHER_WRITABLE 48;5;235;38;5;139;3 *Makefile 38;5;196 *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 .am 38;5;242 From e7c1074391b072d559578b36e60db084121fb7bd Mon Sep 17 00:00:00 2001 From: Ryan Delaney Date: Mon, 24 Mar 2014 09:56:48 -0700 Subject: [PATCH 02/40] added a section for encrypted files --- LS_COLORS | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/LS_COLORS b/LS_COLORS index 7f2df6b..c364d9a 100644 --- a/LS_COLORS +++ b/LS_COLORS @@ -47,7 +47,6 @@ STICKY_OTHER_WRITABLE 48;5;235;38;5;139;3 .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 @@ -71,7 +70,6 @@ STICKY_OTHER_WRITABLE 48;5;235;38;5;139;3 .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 @@ -92,7 +90,12 @@ STICKY_OTHER_WRITABLE 48;5;235;38;5;139;3 .s 38;5;81 .S 38;5;81 .sx 38;5;81 +# Encrypted data .gpg 38;5;192;3 +.sig 38;5;192;3 +.pgp 38;5;192;3 +.asc 38;5;192;3 +.enc 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 @@ -128,7 +131,6 @@ STICKY_OTHER_WRITABLE 48;5;235;38;5;139;3 .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 @@ -146,7 +148,6 @@ STICKY_OTHER_WRITABLE 48;5;235;38;5;139;3 .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 From 0b25158dd862e4b24033ab0d645d877d13764339 Mon Sep 17 00:00:00 2001 From: Ryan Delaney Date: Mon, 24 Mar 2014 10:01:59 -0700 Subject: [PATCH 03/40] starting groups for shell scripts, source code --- LS_COLORS | 19 +++++++++++-------- 1 file changed, 11 insertions(+), 8 deletions(-) diff --git a/LS_COLORS b/LS_COLORS index c364d9a..bf30f24 100644 --- a/LS_COLORS +++ b/LS_COLORS @@ -51,19 +51,12 @@ STICKY_OTHER_WRITABLE 48;5;235;38;5;139;3 .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 .cfg 1 .conf 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 @@ -74,10 +67,20 @@ STICKY_OTHER_WRITABLE 48;5;235;38;5;139;3 .etx 38;5;172 .ex 38;5;148;1 .example 38;5;225;1 +.go 38;5;36;1 +# version control .git 38;5;197 .gitignore 38;5;240 .gitattributes 38;5;240 -.go 38;5;36;1 +# shell scripts +# source code, includes etc +.c 38;5;110 +.cc 38;5;24;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 .h 38;5;81 .H 38;5;81 .hpp 38;5;81 From b879f77158f7079f46eccc49a31f53e186737638 Mon Sep 17 00:00:00 2001 From: Ryan Delaney Date: Mon, 24 Mar 2014 10:02:30 -0700 Subject: [PATCH 04/40] .signature is typically for gpg signatures afaik --- LS_COLORS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LS_COLORS b/LS_COLORS index bf30f24..b7302c3 100644 --- a/LS_COLORS +++ b/LS_COLORS @@ -95,6 +95,7 @@ STICKY_OTHER_WRITABLE 48;5;235;38;5;139;3 .sx 38;5;81 # Encrypted data .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 @@ -151,7 +152,6 @@ STICKY_OTHER_WRITABLE 48;5;235;38;5;139;3 .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 From 765d612a82080a74964739045662cc12e8796ab3 Mon Sep 17 00:00:00 2001 From: Ryan Delaney Date: Mon, 24 Mar 2014 10:10:37 -0700 Subject: [PATCH 05/40] starting section for web services (html, js etc) --- LS_COLORS | 2 ++ 1 file changed, 2 insertions(+) diff --git a/LS_COLORS b/LS_COLORS index b7302c3..db934aa 100644 --- a/LS_COLORS +++ b/LS_COLORS @@ -103,6 +103,7 @@ STICKY_OTHER_WRITABLE 48;5;235;38;5;139;3 # interface file in GHC - https://github.com/trapd00r/LS_COLORS/pull/9 .hi 38;5;240 .hs 38;5;155;1 +# web services .htm 38;5;125;1 .html 38;5;125;1 .info 38;5;101 @@ -114,6 +115,7 @@ STICKY_OTHER_WRITABLE 48;5;235;38;5;139;3 .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 From 20ebd9041e839715b5229c1314e8d03481315535 Mon Sep 17 00:00:00 2001 From: Ryan Delaney Date: Mon, 24 Mar 2014 10:19:52 -0700 Subject: [PATCH 06/40] sorting misc extensions into appropriate groups --- LS_COLORS | 25 ++++++++++++------------- 1 file changed, 12 insertions(+), 13 deletions(-) diff --git a/LS_COLORS b/LS_COLORS index db934aa..3b9b133 100644 --- a/LS_COLORS +++ b/LS_COLORS @@ -44,22 +44,14 @@ 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 .asm 38;5;240;1 -.awk 38;5;148;1 -.bash 38;5;173 -.bat 38;5;108 -.ii 38;5;24;1 .cfg 1 .conf 1 .rc 1 .cl 38;5;204;1 .coffee 38;5;94;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 @@ -73,9 +65,14 @@ STICKY_OTHER_WRITABLE 48;5;235;38;5;139;3 .gitignore 38;5;240 .gitattributes 38;5;240 # shell scripts +.BAT 38;5;108 +.bash 38;5;173 +.bat 38;5;108 +.awk 38;5;148;1 # source code, includes etc .c 38;5;110 .cc 38;5;24;1 +.cs 38;5;74;1 .C 38;5;24;1 .cp 38;5;24;1 .cpp 38;5;24;1 @@ -86,6 +83,7 @@ STICKY_OTHER_WRITABLE 48;5;235;38;5;139;3 .hpp 38;5;81 .hxx 38;5;81 .h++ 38;5;81 +.ii 38;5;24;1 .tcc 38;5;81 .f 38;5;81 .for 38;5;81 @@ -104,6 +102,7 @@ STICKY_OTHER_WRITABLE 48;5;235;38;5;139;3 .hi 38;5;240 .hs 38;5;155;1 # web services +.css 38;5;91 .htm 38;5;125;1 .html 38;5;125;1 .info 38;5;101 @@ -145,15 +144,14 @@ STICKY_OTHER_WRITABLE 48;5;235;38;5;139;3 .pod 38;5;172;1 .py 38;5;41 # compiled python code - https://github.com/trapd00r/LS_COLORS/pull/10 +.sed 38;5;130;1 +.sh 38;5;113 .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 .sql 38;5;222 .srt 38;5;116 .sty 38;5;58 @@ -235,6 +233,8 @@ STICKY_OTHER_WRITABLE 48;5;235;38;5;139;3 .divx 38;5;112 .f4v 38;5;125 .flv 38;5;131 +.gp3 38;5;114 +.gp4 38;5;115 .m2v 38;5;166 .mkv 38;5;202 .mov 38;5;42 @@ -476,8 +476,7 @@ STICKY_OTHER_WRITABLE 48;5;235;38;5;139;3 .pi 38;5;126 .properties 38;5;197;1 .torrent 38;5;58 -.gp3 38;5;114 -.gp4 38;5;115 +.rst 38;5;67 .tg 38;5;99 .gbr 38;5;2 .ger 38;5;2 From 474943febd9def5f36491cd5245eedaa663231a9 Mon Sep 17 00:00:00 2001 From: Ryan Delaney Date: Mon, 24 Mar 2014 10:24:48 -0700 Subject: [PATCH 07/40] added section for patch files, miscellaneous sorting --- LS_COLORS | 25 +++++++++++++------------ 1 file changed, 13 insertions(+), 12 deletions(-) diff --git a/LS_COLORS b/LS_COLORS index 3b9b133..c05a0d8 100644 --- a/LS_COLORS +++ b/LS_COLORS @@ -44,6 +44,9 @@ 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 +.markdown 38;5;184 +.mkd 38;5;184 +.md 38;5;184 .PL 38;5;160 .ahk 38;5;29;1 .asm 38;5;240;1 @@ -54,21 +57,21 @@ STICKY_OTHER_WRITABLE 48;5;235;38;5;139;3 .coffee 38;5;94;1 .csv 38;5;78 .ctp 38;5;95 -.diff 48;5;197;38;5;232 .eps 38;5;192 .etx 38;5;172 .ex 38;5;148;1 .example 38;5;225;1 -.go 38;5;36;1 # version control .git 38;5;197 .gitignore 38;5;240 .gitattributes 38;5;240 # shell scripts .BAT 38;5;108 +.awk 38;5;148;1 .bash 38;5;173 .bat 38;5;108 -.awk 38;5;148;1 +.sed 38;5;130;1 +.sh 38;5;113 # source code, includes etc .c 38;5;110 .cc 38;5;24;1 @@ -91,6 +94,9 @@ STICKY_OTHER_WRITABLE 48;5;235;38;5;139;3 .s 38;5;81 .S 38;5;81 .sx 38;5;81 +# patch files +.diff 48;5;197;38;5;232 +.patch 48;5;197;38;5;232;1 # Encrypted data .gpg 38;5;192;3 .signature 38;5;192;3 @@ -114,6 +120,7 @@ STICKY_OTHER_WRITABLE 48;5;235;38;5;139;3 .jsm 38;5;42 .json 38;5;199 .jsp 38;5;45 +.php 38;5;93 # .lisp 38;5;204;1 .log 38;5;190 @@ -123,29 +130,22 @@ STICKY_OTHER_WRITABLE 48;5;235;38;5;139;3 .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 .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 -.sed 38;5;130;1 -.sh 38;5;113 .pyc 38;5;240 .rb 38;5;192 .rdf 38;5;144 @@ -182,14 +182,15 @@ STICKY_OTHER_WRITABLE 48;5;235;38;5;139;3 .in 38;5;242 .old 38;5;242 .out 38;5;46;1 -# pictures, icons +# graphics +.JPG 38;5;66 .bmp 38;5;62 .cdr 38;5;59 .gif 38;5;72 +.go 38;5;36;1 .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 From 35947767fc23ce0ed31d8142b6a1d0b122e163f0 Mon Sep 17 00:00:00 2001 From: Ryan Delaney Date: Mon, 24 Mar 2014 10:33:37 -0700 Subject: [PATCH 08/40] added group for interpreted languages, sorting --- LS_COLORS | 25 +++++++++++++------------ 1 file changed, 13 insertions(+), 12 deletions(-) diff --git a/LS_COLORS b/LS_COLORS index c05a0d8..e786e43 100644 --- a/LS_COLORS +++ b/LS_COLORS @@ -44,23 +44,23 @@ 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 -.markdown 38;5;184 -.mkd 38;5;184 -.md 38;5;184 -.PL 38;5;160 .ahk 38;5;29;1 .asm 38;5;240;1 .cfg 1 -.conf 1 -.rc 1 .cl 38;5;204;1 .coffee 38;5;94;1 +.conf 1 .csv 38;5;78 .ctp 38;5;95 .eps 38;5;192 .etx 38;5;172 .ex 38;5;148;1 .example 38;5;225;1 +.markdown 38;5;184 +.md 38;5;184 +.mkd 38;5;184 +.rc 1 +.tex 38;5;172 # version control .git 38;5;197 .gitignore 38;5;240 @@ -72,6 +72,10 @@ STICKY_OTHER_WRITABLE 48;5;235;38;5;139;3 .bat 38;5;108 .sed 38;5;130;1 .sh 38;5;113 +# interpreted procedural languages +.py 38;5;41 +.pgsql 38;5;222 +.sql 38;5;222 # source code, includes etc .c 38;5;110 .cc 38;5;24;1 @@ -94,6 +98,9 @@ STICKY_OTHER_WRITABLE 48;5;235;38;5;139;3 .s 38;5;81 .S 38;5;81 .sx 38;5;81 +# compiled binaries for procedural languages +.PL 38;5;160 +.pyc 38;5;240 # patch files .diff 48;5;197;38;5;232 .patch 48;5;197;38;5;232;1 @@ -139,27 +146,21 @@ STICKY_OTHER_WRITABLE 48;5;235;38;5;139;3 .pacnew 38;5;33 .pc 38;5;100 .pfa 38;5;43 -.pgsql 38;5;222 .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 .ru 38;5;142 .scm 38;5;204;1 .sfv 38;5;197 -.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 From e9284001133df9cd5fd2556cfc56b0247290ed4f Mon Sep 17 00:00:00 2001 From: Ryan Delaney Date: Mon, 24 Mar 2014 10:41:55 -0700 Subject: [PATCH 09/40] Renamed section to 'compiled procedural languages', merged ms-office documents into general document section --- LS_COLORS | 64 +++++++++++++++++++++++++++---------------------------- 1 file changed, 31 insertions(+), 33 deletions(-) diff --git a/LS_COLORS b/LS_COLORS index e786e43..671f4b9 100644 --- a/LS_COLORS +++ b/LS_COLORS @@ -44,23 +44,43 @@ 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 -.ahk 38;5;29;1 .asm 38;5;240;1 .cfg 1 .cl 38;5;204;1 .coffee 38;5;94;1 .conf 1 -.csv 38;5;78 .ctp 38;5;95 -.eps 38;5;192 -.etx 38;5;172 .ex 38;5;148;1 .example 38;5;225;1 +.rc 1 +# documents: markup language, plain-text +.csv 38;5;78 +.etx 38;5;172 .markdown 38;5;184 .md 38;5;184 .mkd 38;5;184 -.rc 1 .tex 38;5;172 +# documents: compiled, binary +.cbr 38;5;140 +.cbz 38;5;140 +.chm 38;5;144 +.djvu 38;5;141 +.docm 38;5;111;4 +.docx 38;5;111 +.eps 38;5;192 +.odb 38;5;161 +.odp 38;5;166 +.ods 38;5;112 +.odt 38;5;111 +.pdf 38;5;203 +.pot 38;5;166 +.pps 38;5;166 +.ppt 38;5;166 +.xla 38;5;76 +.xlsx 38;5;112 +.xlsxm 38;5;112;4 +.xltm 38;5;73;4 +.xltx 38;5;73 # version control .git 38;5;197 .gitignore 38;5;240 @@ -73,10 +93,11 @@ STICKY_OTHER_WRITABLE 48;5;235;38;5;139;3 .sed 38;5;130;1 .sh 38;5;113 # interpreted procedural languages +.ahk 38;5;29;1 .py 38;5;41 .pgsql 38;5;222 .sql 38;5;222 -# source code, includes etc +# compiled procedural languages .c 38;5;110 .cc 38;5;24;1 .cs 38;5;74;1 @@ -295,6 +316,10 @@ STICKY_OTHER_WRITABLE 48;5;235;38;5;139;3 .zcompdump 38;5;240 .zwc 38;5;240 # databases +.accdb 38;5;60 +.accde 38;5;60 +.accdt 38;5;60 +.accdr 38;5;60 .db 38;5;60 .dump 38;5;119 .sqlite 38;5;60 @@ -439,33 +464,6 @@ STICKY_OTHER_WRITABLE 48;5;235;38;5;139;3 .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 -.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 From 6e0d43ce4b81519ca6258fd45d37b24411b39c20 Mon Sep 17 00:00:00 2001 From: Ryan Delaney Date: Mon, 24 Mar 2014 10:51:38 -0700 Subject: [PATCH 10/40] better headers, horizontal section delimiter --- LS_COLORS | 61 +++++++++++++++++++++++++++++++++++++++++++------------ 1 file changed, 48 insertions(+), 13 deletions(-) diff --git a/LS_COLORS b/LS_COLORS index 671f4b9..18f1352 100644 --- a/LS_COLORS +++ b/LS_COLORS @@ -20,6 +20,7 @@ # 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 @@ -43,16 +44,17 @@ 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 .asm 38;5;240;1 .cfg 1 -.cl 38;5;204;1 .coffee 38;5;94;1 .conf 1 .ctp 38;5;95 .ex 38;5;148;1 .example 38;5;225;1 .rc 1 +# ////////////////////////////////////////////// # documents: markup language, plain-text .csv 38;5;78 .etx 38;5;172 @@ -60,6 +62,7 @@ STICKY_OTHER_WRITABLE 48;5;235;38;5;139;3 .md 38;5;184 .mkd 38;5;184 .tex 38;5;172 +# ////////////////////////////////////////////// # documents: compiled, binary .cbr 38;5;140 .cbz 38;5;140 @@ -81,10 +84,12 @@ STICKY_OTHER_WRITABLE 48;5;235;38;5;139;3 .xlsxm 38;5;112;4 .xltm 38;5;73;4 .xltx 38;5;73 +# ////////////////////////////////////////////// # version control .git 38;5;197 .gitignore 38;5;240 .gitattributes 38;5;240 +# ////////////////////////////////////////////// # shell scripts .BAT 38;5;108 .awk 38;5;148;1 @@ -92,39 +97,58 @@ STICKY_OTHER_WRITABLE 48;5;235;38;5;139;3 .bat 38;5;108 .sed 38;5;130;1 .sh 38;5;113 +# ////////////////////////////////////////////// # interpreted procedural languages .ahk 38;5;29;1 .py 38;5;41 .pgsql 38;5;222 .sql 38;5;222 +# ////////////////////////////////////////////// # compiled procedural languages +# +# LISP +.cl 38;5;204;1 +# C .c 38;5;110 +.C 38;5;24;1 +.h 38;5;81 +.H 38;5;81 +.tcc 38;5;81 +# C++ +.c++ 38;5;24;1 +.h++ 38;5;81 +.hpp 38;5;81 +.hxx 38;5;81 +.ii 38;5;24;1 +# Csharp .cc 38;5;24;1 .cs 38;5;74;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 -.h 38;5;81 -.H 38;5;81 -.hpp 38;5;81 -.hxx 38;5;81 -.h++ 38;5;81 -.ii 38;5;24;1 -.tcc 38;5;81 +# fortran .f 38;5;81 .for 38;5;81 .ftn 38;5;81 +# pascal .s 38;5;81 .S 38;5;81 +# ? .sx 38;5;81 +# interface file in GHC - https://github.com/trapd00r/LS_COLORS/pull/9 +.hi 38;5;240 +# haskell +.hs 38;5;155;1 +# ////////////////////////////////////////////// # compiled binaries for procedural languages +# .PL 38;5;160 .pyc 38;5;240 +# ////////////////////////////////////////////// # patch files .diff 48;5;197;38;5;232 .patch 48;5;197;38;5;232;1 +# ////////////////////////////////////////////// # Encrypted data .gpg 38;5;192;3 .signature 38;5;192;3 @@ -132,9 +156,7 @@ STICKY_OTHER_WRITABLE 48;5;235;38;5;139;3 .pgp 38;5;192;3 .asc 38;5;192;3 .enc 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 +# ////////////////////////////////////////////// # web services .css 38;5;91 .htm 38;5;125;1 @@ -150,6 +172,7 @@ STICKY_OTHER_WRITABLE 48;5;235;38;5;139;3 .jsp 38;5;45 .php 38;5;93 # +# ////////////////////////////////////////////// .lisp 38;5;204;1 .log 38;5;190 .lua 38;5;34;1 @@ -193,6 +216,7 @@ STICKY_OTHER_WRITABLE 48;5;235;38;5;139;3 .xml 38;5;199 .yml 38;5;208 .zsh 38;5;173 +# ////////////////////////////////////////////// # Build stuff *README 38;5;220;1 *Makefile 38;5;196 @@ -204,6 +228,7 @@ STICKY_OTHER_WRITABLE 48;5;235;38;5;139;3 .in 38;5;242 .old 38;5;242 .out 38;5;46;1 +# ////////////////////////////////////////////// # graphics .JPG 38;5;66 .bmp 38;5;62 @@ -216,6 +241,7 @@ STICKY_OTHER_WRITABLE 48;5;235;38;5;139;3 .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 @@ -272,6 +298,7 @@ STICKY_OTHER_WRITABLE 48;5;235;38;5;139;3 .vob 38;5;137 .webm 38;5;109 .wmv 38;5;113 +# ////////////////////////////////////////////// # music, audio .3ga 38;5;95 .S3M 38;5;71;1 @@ -304,6 +331,7 @@ STICKY_OTHER_WRITABLE 48;5;235;38;5;139;3 .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 @@ -315,6 +343,7 @@ STICKY_OTHER_WRITABLE 48;5;235;38;5;139;3 .un~ 38;5;240 .zcompdump 38;5;240 .zwc 38;5;240 +# ////////////////////////////////////////////// # databases .accdb 38;5;60 .accde 38;5;60 @@ -325,6 +354,7 @@ STICKY_OTHER_WRITABLE 48;5;235;38;5;139;3 .sqlite 38;5;60 .typelib 38;5;60 .localstorage 38;5;60 +# ////////////////////////////////////////////// # (compressed) archives .7z 38;5;40 .a 38;5;46 @@ -464,9 +494,11 @@ STICKY_OTHER_WRITABLE 48;5;235;38;5;139;3 .vdf 38;5;215 .xz 38;5;118 .zip 38;5;41 +# ////////////////////////////////////////////// # /etc/hosts.{deny,allow} .allow 38;5;112 .deny 38;5;196 +# ////////////////////////////////////////////// # other .SKIP 38;5;244 .def 38;5;136 @@ -484,10 +516,12 @@ STICKY_OTHER_WRITABLE 48;5;235;38;5;139;3 .sch 38;5;34 .cnc 38;5;37 .xln 38;5;37 +# ////////////////////////////////////////////// # tcpdump .pcap 38;5;29 .cap 38;5;29 .dmp 38;5;29 +# ////////////////////////////////////////////// # systemd units # http://www.freedesktop.org/software/systemd/man/systemd.unit.html .service 38;5;81 @@ -502,6 +536,7 @@ STICKY_OTHER_WRITABLE 48;5;235;38;5;139;3 .timer 38;5;111 .snapshot 38;5;139 +# ////////////////////////////////////////////// TERM Eterm TERM ansi TERM color-xterm From d3f7f4044d7dde43842f682e216d972039fad90c Mon Sep 17 00:00:00 2001 From: Ryan Delaney Date: Mon, 24 Mar 2014 12:35:02 -0700 Subject: [PATCH 11/40] added group for configuration files, misc sorting --- LS_COLORS | 24 ++++++++++++++---------- 1 file changed, 14 insertions(+), 10 deletions(-) diff --git a/LS_COLORS b/LS_COLORS index 18f1352..b6d65da 100644 --- a/LS_COLORS +++ b/LS_COLORS @@ -45,14 +45,16 @@ 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 -.asm 38;5;240;1 -.cfg 1 .coffee 38;5;94;1 -.conf 1 .ctp 38;5;95 .ex 38;5;148;1 .example 38;5;225;1 +.info 38;5;101 +# ////////////////////////////////////////////// +# configuration files +.cfg 1 +.conf 1 +.ini 38;5;122 .rc 1 # ////////////////////////////////////////////// # documents: markup language, plain-text @@ -106,6 +108,8 @@ STICKY_OTHER_WRITABLE 48;5;235;38;5;139;3 # ////////////////////////////////////////////// # compiled procedural languages # +# assembly language +.asm 38;5;240;1 # LISP .cl 38;5;204;1 # C @@ -150,19 +154,18 @@ STICKY_OTHER_WRITABLE 48;5;235;38;5;139;3 .patch 48;5;197;38;5;232;1 # ////////////////////////////////////////////// # Encrypted data -.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 +.gpg 38;5;192;3 +.pgp 38;5;192;3 +.sig 38;5;192;3 +.signature 38;5;192;3 # ////////////////////////////////////////////// # web services .css 38;5;91 .htm 38;5;125;1 .html 38;5;125;1 -.info 38;5;101 -.ini 38;5;122 +# java/script .java 38;5;142;1 .jhtm 38;5;125;1 .js 38;5;42 @@ -324,6 +327,7 @@ STICKY_OTHER_WRITABLE 48;5;235;38;5;139;3 .spl 38;5;173 .wv 38;5;149 .wvc 38;5;149 +# ////////////////////////////////////////////// # fonts .afm 38;5;58 .pfb 38;5;58 From f1c84a62eeddfc82798a1bdc7b75485c227b3880 Mon Sep 17 00:00:00 2001 From: Ryan Delaney Date: Mon, 24 Mar 2014 13:11:40 -0700 Subject: [PATCH 12/40] formatting, sorting --- LS_COLORS | 129 ++++++++++++++++++++++++++++++++++-------------------- 1 file changed, 81 insertions(+), 48 deletions(-) diff --git a/LS_COLORS b/LS_COLORS index b6d65da..c0a703d 100644 --- a/LS_COLORS +++ b/LS_COLORS @@ -45,25 +45,34 @@ STICKY_OTHER_WRITABLE 48;5;235;38;5;139;3 *LS_COLORS 48;5;89;38;5;197;1;3;4;7 # :-) # ////////////////////////////////////////////// -.coffee 38;5;94;1 .ctp 38;5;95 .ex 38;5;148;1 .example 38;5;225;1 -.info 38;5;101 + # ////////////////////////////////////////////// # configuration files .cfg 1 .conf 1 .ini 38;5;122 .rc 1 +.vim 1 +.viminfo 38;5;240;1 + # ////////////////////////////////////////////// # documents: markup language, plain-text .csv 38;5;78 .etx 38;5;172 +.info 38;5;101 +.log 38;5;190 .markdown 38;5;184 .md 38;5;184 .mkd 38;5;184 .tex 38;5;172 +.textile 38;5;106 +.txt 38;5;192 +.xml 38;5;199 +.yml 38;5;208 + # ////////////////////////////////////////////// # documents: compiled, binary .cbr 38;5;140 @@ -73,6 +82,7 @@ STICKY_OTHER_WRITABLE 48;5;235;38;5;139;3 .docm 38;5;111;4 .docx 38;5;111 .eps 38;5;192 +.nfo 38;5;220 .odb 38;5;161 .odp 38;5;166 .ods 38;5;112 @@ -86,11 +96,13 @@ STICKY_OTHER_WRITABLE 48;5;235;38;5;139;3 .xlsxm 38;5;112;4 .xltm 38;5;73;4 .xltx 38;5;73 + # ////////////////////////////////////////////// # version control .git 38;5;197 .gitignore 38;5;240 .gitattributes 38;5;240 + # ////////////////////////////////////////////// # shell scripts .BAT 38;5;108 @@ -99,12 +111,15 @@ STICKY_OTHER_WRITABLE 48;5;235;38;5;139;3 .bat 38;5;108 .sed 38;5;130;1 .sh 38;5;113 +.zsh 38;5;173 + # ////////////////////////////////////////////// # interpreted procedural languages .ahk 38;5;29;1 .py 38;5;41 .pgsql 38;5;222 .sql 38;5;222 + # ////////////////////////////////////////////// # compiled procedural languages # @@ -112,6 +127,7 @@ STICKY_OTHER_WRITABLE 48;5;235;38;5;139;3 .asm 38;5;240;1 # LISP .cl 38;5;204;1 +.lisp 38;5;204;1 # C .c 38;5;110 .C 38;5;24;1 @@ -143,15 +159,18 @@ STICKY_OTHER_WRITABLE 48;5;235;38;5;139;3 .hi 38;5;240 # haskell .hs 38;5;155;1 + # ////////////////////////////////////////////// -# compiled binaries for procedural languages +# compiled binaries for interpreted languages # .PL 38;5;160 .pyc 38;5;240 + # ////////////////////////////////////////////// # patch files .diff 48;5;197;38;5;232 .patch 48;5;197;38;5;232;1 + # ////////////////////////////////////////////// # Encrypted data .asc 38;5;192;3 @@ -160,12 +179,15 @@ STICKY_OTHER_WRITABLE 48;5;235;38;5;139;3 .pgp 38;5;192;3 .sig 38;5;192;3 .signature 38;5;192;3 + # ////////////////////////////////////////////// # web services .css 38;5;91 .htm 38;5;125;1 .html 38;5;125;1 + # java/script +.coffee 38;5;94;1 .java 38;5;142;1 .jhtm 38;5;125;1 .js 38;5;42 @@ -174,51 +196,10 @@ STICKY_OTHER_WRITABLE 48;5;235;38;5;139;3 .json 38;5;199 .jsp 38;5;45 .php 38;5;93 + # # ////////////////////////////////////////////// -.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 -.mf 38;5;220;3 -.mfasl 38;5;73 -.mi 38;5;124 -.mtx 38;5;36;3 -.nfo 38;5;220 -.o 38;5;240 -.pacnew 38;5;33 -.pc 38;5;100 -.pfa 38;5;43 -.pl 38;5;214 -.plt 38;5;204;1 -.pm 38;5;197;1 -.pod 38;5;172;1 -.rb 38;5;192 -.rdf 38;5;144 -.ru 38;5;142 -.scm 38;5;204;1 -.sfv 38;5;197 -.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 -.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 @@ -231,6 +212,7 @@ STICKY_OTHER_WRITABLE 48;5;235;38;5;139;3 .in 38;5;242 .old 38;5;242 .out 38;5;46;1 + # ////////////////////////////////////////////// # graphics .JPG 38;5;66 @@ -244,6 +226,7 @@ STICKY_OTHER_WRITABLE 48;5;235;38;5;139;3 .png 38;5;68;1 .svg 38;5;24;1 .xpm 38;5;36 + # ////////////////////////////////////////////// # Emulator roms, emulator savegames .32x 38;5;137 @@ -269,11 +252,15 @@ STICKY_OTHER_WRITABLE 48;5;235;38;5;139;3 .sav 38;5;220 .sms 38;5;33 .st 38;5;208;1 -# images + +# ////////////////////////////////////////////// +# partition images .iso 38;5;124 .nrg 38;5;124 .qcow 38;5;141 -# video + +# ////////////////////////////////////////////// +# video .VOB 38;5;137 .IFO 38;5;240 .BUP 38;5;241 @@ -301,6 +288,7 @@ STICKY_OTHER_WRITABLE 48;5;235;38;5;139;3 .vob 38;5;137 .webm 38;5;109 .wmv 38;5;113 + # ////////////////////////////////////////////// # music, audio .3ga 38;5;95 @@ -327,6 +315,7 @@ STICKY_OTHER_WRITABLE 48;5;235;38;5;139;3 .spl 38;5;173 .wv 38;5;149 .wvc 38;5;149 + # ////////////////////////////////////////////// # fonts .afm 38;5;58 @@ -335,6 +324,7 @@ STICKY_OTHER_WRITABLE 48;5;235;38;5;139;3 .ttf 38;5;66 .pcf 38;5;65 .psf 38;5;64 + # ////////////////////////////////////////////// # backups, undo files, tempfiles .bak 38;5;41;1 @@ -346,7 +336,12 @@ STICKY_OTHER_WRITABLE 48;5;235;38;5;139;3 .tmp 38;5;244 .un~ 38;5;240 .zcompdump 38;5;240 +# *nix Object file (shared libraries, core dumps etc) +.o 38;5;240 .zwc 38;5;240 +# GIMP project file +.scm 38;5;204;1 + # ////////////////////////////////////////////// # databases .accdb 38;5;60 @@ -358,6 +353,7 @@ STICKY_OTHER_WRITABLE 48;5;235;38;5;139;3 .sqlite 38;5;60 .typelib 38;5;60 .localstorage 38;5;60 + # ////////////////////////////////////////////// # (compressed) archives .7z 38;5;40 @@ -498,10 +494,12 @@ STICKY_OTHER_WRITABLE 48;5;235;38;5;139;3 .vdf 38;5;215 .xz 38;5;118 .zip 38;5;41 + # ////////////////////////////////////////////// # /etc/hosts.{deny,allow} .allow 38;5;112 .deny 38;5;196 + # ////////////////////////////////////////////// # other .SKIP 38;5;244 @@ -520,11 +518,45 @@ STICKY_OTHER_WRITABLE 48;5;235;38;5;139;3 .sch 38;5;34 .cnc 38;5;37 .xln 38;5;37 + +.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 +.mf 38;5;220;3 +.mfasl 38;5;73 +.mi 38;5;124 +.mtx 38;5;36;3 +.pacnew 38;5;33 +.pc 38;5;100 +.pfa 38;5;43 +.pl 38;5;214 +.plt 38;5;204;1 +.pm 38;5;197;1 +.pod 38;5;172;1 +.rb 38;5;192 +.rdf 38;5;144 +.ru 38;5;142 +.sfv 38;5;197 +.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 +.tfm 38;5;64 +.tfnt 38;5;140 +.theme 38;5;109 +.urlview 38;5;85 + # ////////////////////////////////////////////// # tcpdump .pcap 38;5;29 .cap 38;5;29 .dmp 38;5;29 + # ////////////////////////////////////////////// # systemd units # http://www.freedesktop.org/software/systemd/man/systemd.unit.html @@ -541,6 +573,7 @@ STICKY_OTHER_WRITABLE 48;5;235;38;5;139;3 .snapshot 38;5;139 # ////////////////////////////////////////////// + TERM Eterm TERM ansi TERM color-xterm From e28ee9e9770007337fe7864a6102e487b4f8231f Mon Sep 17 00:00:00 2001 From: Ryan Delaney Date: Mon, 24 Mar 2014 13:32:57 -0700 Subject: [PATCH 13/40] add folding instead of ugly horizontal rules --- LS_COLORS | 172 ++++++++++++++++++++++-------------------------------- 1 file changed, 69 insertions(+), 103 deletions(-) diff --git a/LS_COLORS b/LS_COLORS index c0a703d..b53c9f4 100644 --- a/LS_COLORS +++ b/LS_COLORS @@ -20,7 +20,7 @@ # 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 @@ -43,23 +43,17 @@ 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 # :-) - -# ////////////////////////////////////////////// -.ctp 38;5;95 -.ex 38;5;148;1 -.example 38;5;225;1 - -# ////////////////////////////////////////////// -# configuration files +# }}} +# configs {{{1 .cfg 1 .conf 1 .ini 38;5;122 .rc 1 .vim 1 .viminfo 38;5;240;1 - -# ////////////////////////////////////////////// -# documents: markup language, plain-text +# }}} +# documents {{{1 +# markup, plain-text {{{2 .csv 38;5;78 .etx 38;5;172 .info 38;5;101 @@ -72,9 +66,8 @@ STICKY_OTHER_WRITABLE 48;5;235;38;5;139;3 .txt 38;5;192 .xml 38;5;199 .yml 38;5;208 - -# ////////////////////////////////////////////// -# documents: compiled, binary +# }}} +# binary {{{2 .cbr 38;5;140 .cbz 38;5;140 .chm 38;5;144 @@ -96,15 +89,15 @@ STICKY_OTHER_WRITABLE 48;5;235;38;5;139;3 .xlsxm 38;5;112;4 .xltm 38;5;73;4 .xltx 38;5;73 - -# ////////////////////////////////////////////// -# version control +# }}} +# }}} +# code {{{1 +# version control {{{2 .git 38;5;197 .gitignore 38;5;240 .gitattributes 38;5;240 -# ////////////////////////////////////////////// -# shell scripts +# shell scripts {{{2 .BAT 38;5;108 .awk 38;5;148;1 .bash 38;5;173 @@ -113,15 +106,13 @@ STICKY_OTHER_WRITABLE 48;5;235;38;5;139;3 .sh 38;5;113 .zsh 38;5;173 -# ////////////////////////////////////////////// -# interpreted procedural languages +# interpreted {{{2 .ahk 38;5;29;1 .py 38;5;41 .pgsql 38;5;222 .sql 38;5;222 -# ////////////////////////////////////////////// -# compiled procedural languages +# compiled {{{2 # # assembly language .asm 38;5;240;1 @@ -160,32 +151,15 @@ STICKY_OTHER_WRITABLE 48;5;235;38;5;139;3 # haskell .hs 38;5;155;1 -# ////////////////////////////////////////////// -# compiled binaries for interpreted languages -# +# binaries {{{2 +# compiled apps for interpreted languages .PL 38;5;160 .pyc 38;5;240 -# ////////////////////////////////////////////// -# patch files -.diff 48;5;197;38;5;232 -.patch 48;5;197;38;5;232;1 - -# ////////////////////////////////////////////// -# Encrypted data -.asc 38;5;192;3 -.enc 38;5;192;3 -.gpg 38;5;192;3 -.pgp 38;5;192;3 -.sig 38;5;192;3 -.signature 38;5;192;3 - -# ////////////////////////////////////////////// -# web services +# web apps {{{2 .css 38;5;91 .htm 38;5;125;1 .html 38;5;125;1 - # java/script .coffee 38;5;94;1 .java 38;5;142;1 @@ -196,12 +170,8 @@ STICKY_OTHER_WRITABLE 48;5;235;38;5;139;3 .json 38;5;199 .jsp 38;5;45 .php 38;5;93 - -# -# ////////////////////////////////////////////// - -# ////////////////////////////////////////////// -# Build stuff +# }}} +# Build stuff {{{2 *README 38;5;220;1 *Makefile 38;5;196 *MANIFEST 38;5;243 @@ -212,9 +182,13 @@ STICKY_OTHER_WRITABLE 48;5;235;38;5;139;3 .in 38;5;242 .old 38;5;242 .out 38;5;46;1 +# }}} +# patch files {{{2 +.diff 48;5;197;38;5;232 +.patch 48;5;197;38;5;232;1 +#}}} -# ////////////////////////////////////////////// -# graphics +# graphics {{{1 .JPG 38;5;66 .bmp 38;5;62 .cdr 38;5;59 @@ -226,9 +200,8 @@ STICKY_OTHER_WRITABLE 48;5;235;38;5;139;3 .png 38;5;68;1 .svg 38;5;24;1 .xpm 38;5;36 - -# ////////////////////////////////////////////// -# Emulator roms, emulator savegames +# }}} +# emulators {{{1 .32x 38;5;137 .A64 38;5;82 .a00 38;5;11 @@ -252,15 +225,13 @@ STICKY_OTHER_WRITABLE 48;5;235;38;5;139;3 .sav 38;5;220 .sms 38;5;33 .st 38;5;208;1 - -# ////////////////////////////////////////////// -# partition images +# }}} +# partition images {{{1 .iso 38;5;124 .nrg 38;5;124 .qcow 38;5;141 - -# ////////////////////////////////////////////// -# video +# }}} +# video {{{1 .VOB 38;5;137 .IFO 38;5;240 .BUP 38;5;241 @@ -288,9 +259,8 @@ STICKY_OTHER_WRITABLE 48;5;235;38;5;139;3 .vob 38;5;137 .webm 38;5;109 .wmv 38;5;113 - -# ////////////////////////////////////////////// -# music, audio +# }}} +# audio {{{1 .3ga 38;5;95 .S3M 38;5;71;1 .aac 38;5;137 @@ -315,18 +285,16 @@ STICKY_OTHER_WRITABLE 48;5;235;38;5;139;3 .spl 38;5;173 .wv 38;5;149 .wvc 38;5;149 - -# ////////////////////////////////////////////// -# fonts +# }}} +# fonts {{{1 .afm 38;5;58 .pfb 38;5;58 .pfm 38;5;58 .ttf 38;5;66 .pcf 38;5;65 .psf 38;5;64 - -# ////////////////////////////////////////////// -# backups, undo files, tempfiles +# }}} +# backups, undo files, tempfiles {{{1 .bak 38;5;41;1 .bin 38;5;249 .pid 38;5;160 @@ -341,9 +309,8 @@ STICKY_OTHER_WRITABLE 48;5;235;38;5;139;3 .zwc 38;5;240 # GIMP project file .scm 38;5;204;1 - -# ////////////////////////////////////////////// -# databases +# }}} +# databases {{{1 .accdb 38;5;60 .accde 38;5;60 .accdt 38;5;60 @@ -353,9 +320,8 @@ STICKY_OTHER_WRITABLE 48;5;235;38;5;139;3 .sqlite 38;5;60 .typelib 38;5;60 .localstorage 38;5;60 - -# ////////////////////////////////////////////// -# (compressed) archives +# }}} +# archives {{{1 .7z 38;5;40 .a 38;5;46 .apk 38;5;172;3 @@ -494,51 +460,50 @@ STICKY_OTHER_WRITABLE 48;5;235;38;5;139;3 .vdf 38;5;215 .xz 38;5;118 .zip 38;5;41 - -# ////////////////////////////////////////////// +# }}} +# hosts {{{1 # /etc/hosts.{deny,allow} .allow 38;5;112 .deny 38;5;196 - -# ////////////////////////////////////////////// -# other +# }}} +# unsorted {{{1 +# +.M 38;5;130;3 .SKIP 38;5;244 +.cnc 38;5;37 +.ctp 38;5;95 .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 -.rst 38;5;67 -.tg 38;5;99 +.ex 38;5;148;1 +.example 38;5;225;1 .gbr 38;5;2 .ger 38;5;2 -.pcb 38;5;28 -.sch 38;5;34 -.cnc 38;5;37 -.xln 38;5;37 - .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 .mf 38;5;220;3 .mfasl 38;5;73 +.mht 38;5;129 .mi 38;5;124 +.mm 38;5;130;3 .mtx 38;5;36;3 .pacnew 38;5;33 .pc 38;5;100 +.pcb 38;5;28 .pfa 38;5;43 +.pi 38;5;126 .pl 38;5;214 .plt 38;5;204;1 .pm 38;5;197;1 .pod 38;5;172;1 +.properties 38;5;197;1 .rb 38;5;192 .rdf 38;5;144 +.rst 38;5;67 .ru 38;5;142 +.sch 38;5;34 .sfv 38;5;197 .srt 38;5;116 .sty 38;5;58 @@ -548,17 +513,18 @@ STICKY_OTHER_WRITABLE 48;5;235;38;5;139;3 .tdy 38;5;214 .tfm 38;5;64 .tfnt 38;5;140 +.tg 38;5;99 .theme 38;5;109 +.torrent 38;5;58 .urlview 38;5;85 - -# ////////////////////////////////////////////// -# tcpdump +.xln 38;5;37 +# }}} +# tcpdump {{{1 .pcap 38;5;29 .cap 38;5;29 .dmp 38;5;29 - -# ////////////////////////////////////////////// -# systemd units +# }}} +# systemd units {{{1 # http://www.freedesktop.org/software/systemd/man/systemd.unit.html .service 38;5;81 *@.service 38;5;45 @@ -571,9 +537,8 @@ STICKY_OTHER_WRITABLE 48;5;235;38;5;139;3 .path 38;5;116 .timer 38;5;111 .snapshot 38;5;139 - -# ////////////////////////////////////////////// - +# }}} +# termcap {{{1 TERM Eterm TERM ansi TERM color-xterm @@ -624,5 +589,6 @@ TERM xterm-256color TERM xterm-88color TERM xterm-color TERM xterm-debian +# }}} # vim: ft=dircolors:fdm=marker:et:sw=2: From a5ff0c5287e29dedf34eb8f294f2d7a32f26df90 Mon Sep 17 00:00:00 2001 From: Ryan Delaney Date: Mon, 24 Mar 2014 13:44:50 -0700 Subject: [PATCH 14/40] headers, sorting --- LS_COLORS | 25 ++++++++++++------------- 1 file changed, 12 insertions(+), 13 deletions(-) diff --git a/LS_COLORS b/LS_COLORS index b53c9f4..c32ea05 100644 --- a/LS_COLORS +++ b/LS_COLORS @@ -20,7 +20,7 @@ # try to pick colors that fit nicely together. Filetypes with multiple # possible extensions, like htm and html, should have the same color. -# Core {{{1 +# core {{{1 BLK 38;5;68 CAPABILITY 38;5;17 CHR 38;5;113;1 @@ -97,10 +97,10 @@ STICKY_OTHER_WRITABLE 48;5;235;38;5;139;3 .gitignore 38;5;240 .gitattributes 38;5;240 -# shell scripts {{{2 -.BAT 38;5;108 +# shell {{{2 .awk 38;5;148;1 .bash 38;5;173 +.BAT 38;5;108 .bat 38;5;108 .sed 38;5;130;1 .sh 38;5;113 @@ -108,8 +108,8 @@ STICKY_OTHER_WRITABLE 48;5;235;38;5;139;3 # interpreted {{{2 .ahk 38;5;29;1 -.py 38;5;41 .pgsql 38;5;222 +.py 38;5;41 .sql 38;5;222 # compiled {{{2 @@ -156,11 +156,11 @@ STICKY_OTHER_WRITABLE 48;5;235;38;5;139;3 .PL 38;5;160 .pyc 38;5;240 -# web apps {{{2 +# html {{{2 .css 38;5;91 .htm 38;5;125;1 .html 38;5;125;1 -# java/script +# java {{{2 .coffee 38;5;94;1 .java 38;5;142;1 .jhtm 38;5;125;1 @@ -172,10 +172,10 @@ STICKY_OTHER_WRITABLE 48;5;235;38;5;139;3 .php 38;5;93 # }}} # Build stuff {{{2 -*README 38;5;220;1 *Makefile 38;5;196 *MANIFEST 38;5;243 *pm_to_blib 38;5;240 +*README 38;5;220;1 .1p 38;5;160 .3p 38;5;160 .am 38;5;242 @@ -187,15 +187,14 @@ STICKY_OTHER_WRITABLE 48;5;235;38;5;139;3 .diff 48;5;197;38;5;232 .patch 48;5;197;38;5;232;1 #}}} - # graphics {{{1 -.JPG 38;5;66 .bmp 38;5;62 .cdr 38;5;59 .gif 38;5;72 .go 38;5;36;1 .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 @@ -313,13 +312,13 @@ STICKY_OTHER_WRITABLE 48;5;235;38;5;139;3 # databases {{{1 .accdb 38;5;60 .accde 38;5;60 -.accdt 38;5;60 .accdr 38;5;60 +.accdt 38;5;60 .db 38;5;60 .dump 38;5;119 +.localstorage 38;5;60 .sqlite 38;5;60 .typelib 38;5;60 -.localstorage 38;5;60 # }}} # archives {{{1 .7z 38;5;40 @@ -335,7 +334,6 @@ STICKY_OTHER_WRITABLE 48;5;235;38;5;139;3 .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 @@ -454,10 +452,11 @@ STICKY_OTHER_WRITABLE 48;5;235;38;5;139;3 .r98 38;5;239 .r99 38;5;239 .rar 38;5;106;1 +.sis 38;5;39 .tar 38;5;118 .tgz 38;5;35;1 -.vpk 38;5;239;1 .vdf 38;5;215 +.vpk 38;5;239;1 .xz 38;5;118 .zip 38;5;41 # }}} From f7107eeb2e08f4b0f883b42ca01129109b4085cc Mon Sep 17 00:00:00 2001 From: Ryan Delaney Date: Thu, 27 Mar 2014 10:53:19 -0700 Subject: [PATCH 15/40] sorting document, code types. commenting some unidentified types --- LS_COLORS | 220 ++++++++++++++++++++++++++++++------------------------ 1 file changed, 121 insertions(+), 99 deletions(-) diff --git a/LS_COLORS b/LS_COLORS index c32ea05..6fffa21 100644 --- a/LS_COLORS +++ b/LS_COLORS @@ -49,8 +49,11 @@ STICKY_OTHER_WRITABLE 48;5;235;38;5;139;3 .conf 1 .ini 38;5;122 .rc 1 +# vim .vim 1 .viminfo 38;5;240;1 +# cisco VPN client configuration +.pcf 38;5;65 # }}} # documents {{{1 # markup, plain-text {{{2 @@ -72,21 +75,27 @@ STICKY_OTHER_WRITABLE 48;5;235;38;5;139;3 .cbz 38;5;140 .chm 38;5;144 .djvu 38;5;141 +.pdf 38;5;203 +# words {{{3 .docm 38;5;111;4 .docx 38;5;111 .eps 38;5;192 .nfo 38;5;220 .odb 38;5;161 -.odp 38;5;166 -.ods 38;5;112 .odt 38;5;111 -.pdf 38;5;203 -.pot 38;5;166 +# presentation {{{3 +.odp 38;5;166 .pps 38;5;166 .ppt 38;5;166 +# spreadsheet {{{3 +# 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 # }}} @@ -111,6 +120,8 @@ STICKY_OTHER_WRITABLE 48;5;235;38;5;139;3 .pgsql 38;5;222 .py 38;5;41 .sql 38;5;222 +# Tool Command Language +.tcl 38;5;64;1 # compiled {{{2 # @@ -119,6 +130,8 @@ STICKY_OTHER_WRITABLE 48;5;235;38;5;139;3 # LISP .cl 38;5;204;1 .lisp 38;5;204;1 +# lua +.lua 38;5;34;1 # C .c 38;5;110 .C 38;5;24;1 @@ -131,6 +144,9 @@ STICKY_OTHER_WRITABLE 48;5;235;38;5;139;3 .hpp 38;5;81 .hxx 38;5;81 .ii 38;5;24;1 +# method file for Objective C +.M 38;5;130;3 +.m 38;5;130;3 # Csharp .cc 38;5;24;1 .cs 38;5;74;1 @@ -169,7 +185,10 @@ STICKY_OTHER_WRITABLE 48;5;235;38;5;139;3 .jsm 38;5;42 .json 38;5;199 .jsp 38;5;45 +# php {{{2 .php 38;5;93 +# CakePHP view scripts and helpers +.ctp 38;5;95 # }}} # Build stuff {{{2 *Makefile 38;5;196 @@ -182,6 +201,7 @@ STICKY_OTHER_WRITABLE 48;5;235;38;5;139;3 .in 38;5;242 .old 38;5;242 .out 38;5;46;1 +.SKIP 38;5;244 # }}} # patch files {{{2 .diff 48;5;197;38;5;232 @@ -225,11 +245,6 @@ STICKY_OTHER_WRITABLE 48;5;235;38;5;139;3 .sms 38;5;33 .st 38;5;208;1 # }}} -# partition images {{{1 -.iso 38;5;124 -.nrg 38;5;124 -.qcow 38;5;141 -# }}} # video {{{1 .VOB 38;5;137 .IFO 38;5;240 @@ -290,35 +305,11 @@ STICKY_OTHER_WRITABLE 48;5;235;38;5;139;3 .pfb 38;5;58 .pfm 38;5;58 .ttf 38;5;66 -.pcf 38;5;65 +# adobe photoshop proof settings file .psf 38;5;64 -# }}} -# backups, undo files, tempfiles {{{1 -.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 -# *nix Object file (shared libraries, core dumps etc) -.o 38;5;240 -.zwc 38;5;240 -# GIMP project file -.scm 38;5;204;1 -# }}} -# databases {{{1 -.accdb 38;5;60 -.accde 38;5;60 -.accdr 38;5;60 -.accdt 38;5;60 -.db 38;5;60 -.dump 38;5;119 -.localstorage 38;5;60 -.sqlite 38;5;60 -.typelib 38;5;60 +# postscript fonts +.PFA 38;5;43 +.pfa 38;5;43 # }}} # archives {{{1 .7z 38;5;40 @@ -459,71 +450,43 @@ STICKY_OTHER_WRITABLE 48;5;235;38;5;139;3 .vpk 38;5;239;1 .xz 38;5;118 .zip 38;5;41 -# }}} +# partition images {{{2 +.iso 38;5;124 +.nrg 38;5;124 +.qcow 38;5;141 +# databases {{{2 +.accdb 38;5;60 +.accde 38;5;60 +.accdr 38;5;60 +.accdt 38;5;60 +.db 38;5;60 +.localstorage 38;5;60 +.sqlite 38;5;60 +.typelib 38;5;60 +# backups, undo files, tempfiles {{{2 +.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 +.dump 38;5;119 +# *nix Object file (shared libraries, core dumps etc) +.o 38;5;240 +.zwc 38;5;240 +# tcpdump {{{2 +.pcap 38;5;29 +.cap 38;5;29 +.dmp 38;5;29 # hosts {{{1 # /etc/hosts.{deny,allow} .allow 38;5;112 .deny 38;5;196 # }}} -# unsorted {{{1 -# -.M 38;5;130;3 -.SKIP 38;5;244 -.cnc 38;5;37 -.ctp 38;5;95 -.def 38;5;136 -.directory 38;5;83 -.err 38;5;160;1 -.error 38;5;160;1 -.ex 38;5;148;1 -.example 38;5;225;1 -.gbr 38;5;2 -.ger 38;5;2 -.lua 38;5;34;1 -.m 38;5;130;3 -.map 38;5;58;3 -.mf 38;5;220;3 -.mfasl 38;5;73 -.mht 38;5;129 -.mi 38;5;124 -.mm 38;5;130;3 -.mtx 38;5;36;3 -.pacnew 38;5;33 -.pc 38;5;100 -.pcb 38;5;28 -.pfa 38;5;43 -.pi 38;5;126 -.pl 38;5;214 -.plt 38;5;204;1 -.pm 38;5;197;1 -.pod 38;5;172;1 -.properties 38;5;197;1 -.rb 38;5;192 -.rdf 38;5;144 -.rst 38;5;67 -.ru 38;5;142 -.sch 38;5;34 -.sfv 38;5;197 -.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 -.tfm 38;5;64 -.tfnt 38;5;140 -.tg 38;5;99 -.theme 38;5;109 -.torrent 38;5;58 -.urlview 38;5;85 -.xln 38;5;37 -# }}} -# tcpdump {{{1 -.pcap 38;5;29 -.cap 38;5;29 -.dmp 38;5;29 -# }}} -# systemd units {{{1 +# systemd {{{1 # http://www.freedesktop.org/software/systemd/man/systemd.unit.html .service 38;5;81 *@.service 38;5;45 @@ -537,8 +500,63 @@ STICKY_OTHER_WRITABLE 48;5;235;38;5;139;3 .timer 38;5;111 .snapshot 38;5;139 # }}} +# 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 +# directory-specific settings for KDE +.directory 38;5;83 +# Linux Shell Executable Binary +.pl 38;5;214 + +.cnc 38;5;37 +.def 38;5;136 +.err 38;5;160;1 +.error 38;5;160;1 +.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 +.pacnew 38;5;33 +.pc 38;5;100 +.pi 38;5;126 +.plt 38;5;204;1 +.pm 38;5;197;1 +.properties 38;5;197;1 +.rb 38;5;192 +.rdf 38;5;144 +.rst 38;5;67 +.ru 38;5;142 +.sch 38;5;34 +.sfv 38;5;197 +.srt 38;5;116 +.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 +.theme 38;5;109 +.torrent 38;5;58 +.urlview 38;5;85 +.xln 38;5;37 +# }}} + # termcap {{{1 -TERM Eterm TERM ansi TERM color-xterm TERM con132x25 @@ -555,6 +573,7 @@ TERM cons25 TERM console TERM cygwin TERM dtterm +TERM Eterm TERM eterm-color TERM gnome TERM gnome-256color @@ -578,8 +597,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 @@ -590,4 +609,7 @@ TERM xterm-color TERM xterm-debian # }}} +# GIMP project file +.scm 38;5;204;1 + # vim: ft=dircolors:fdm=marker:et:sw=2: From e104f9c61b8fff6aa2f1ac20e8eaf121e01e9c1a Mon Sep 17 00:00:00 2001 From: Ryan Delaney Date: Thu, 27 Mar 2014 10:53:55 -0700 Subject: [PATCH 16/40] json is a document --- LS_COLORS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LS_COLORS b/LS_COLORS index 6fffa21..320ca60 100644 --- a/LS_COLORS +++ b/LS_COLORS @@ -60,6 +60,7 @@ STICKY_OTHER_WRITABLE 48;5;235;38;5;139;3 .csv 38;5;78 .etx 38;5;172 .info 38;5;101 +.json 38;5;199 .log 38;5;190 .markdown 38;5;184 .md 38;5;184 @@ -183,7 +184,6 @@ STICKY_OTHER_WRITABLE 48;5;235;38;5;139;3 .js 38;5;42 .jsm 38;5;42 .jsm 38;5;42 -.json 38;5;199 .jsp 38;5;45 # php {{{2 .php 38;5;93 From 447537e4c874c3d77b4e6ce4487284e0852d8f60 Mon Sep 17 00:00:00 2001 From: Ryan Delaney Date: Fri, 4 Apr 2014 10:22:56 -0700 Subject: [PATCH 17/40] more sorting the config filetypes --- LS_COLORS | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/LS_COLORS b/LS_COLORS index 320ca60..f2a47b5 100644 --- a/LS_COLORS +++ b/LS_COLORS @@ -44,17 +44,6 @@ STICKY_OTHER_WRITABLE 48;5;235;38;5;139;3 *LS_COLORS 48;5;89;38;5;197;1;3;4;7 # :-) # }}} -# configs {{{1 -.cfg 1 -.conf 1 -.ini 38;5;122 -.rc 1 -# vim -.vim 1 -.viminfo 38;5;240;1 -# cisco VPN client configuration -.pcf 38;5;65 -# }}} # documents {{{1 # markup, plain-text {{{2 .csv 38;5;78 @@ -101,6 +90,17 @@ STICKY_OTHER_WRITABLE 48;5;235;38;5;139;3 .xltx 38;5;73 # }}} # }}} +# configs {{{2 +.cfg 1 +.conf 1 +.ini 38;5;122 +.rc 1 +# vim +.vim 1 +.viminfo 38;5;240;1 +# cisco VPN client configuration +.pcf 38;5;65 +# }}} # code {{{1 # version control {{{2 .git 38;5;197 From 72759db44954602a9b101e0bb95fa16159d83b0e Mon Sep 17 00:00:00 2001 From: Ryan Delaney Date: Fri, 4 Apr 2014 10:42:02 -0700 Subject: [PATCH 18/40] sorting the video formats --- LS_COLORS | 37 ++++++++++++++++++++----------------- 1 file changed, 20 insertions(+), 17 deletions(-) diff --git a/LS_COLORS b/LS_COLORS index f2a47b5..413a01f 100644 --- a/LS_COLORS +++ b/LS_COLORS @@ -246,33 +246,35 @@ STICKY_OTHER_WRITABLE 48;5;235;38;5;139;3 .st 38;5;208;1 # }}} # video {{{1 -.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 .avi 38;5;114 .divx 38;5;112 -.f4v 38;5;125 -.flv 38;5;131 -.gp3 38;5;114 -.gp4 38;5;115 +.IFO 38;5;240 .m2v 38;5;166 .mkv 38;5;202 +.MOV 38;5;42 .mov 38;5;42 .mp4 38;5;124 -.mpg 38;5;38 .mpeg 38;5;38 +.mpg 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 + # mobile/streaming {{{2 +.3g2 38;5;133 +.3gp 38;5;134 +.gp3 38;5;114 +.webm 38;5;109 +.gp4 38;5;115 +.asf 38;5;25 +.flv 38;5;131 +.ts 38;5;39 +.ogv 38;5;94 +.f4v 38;5;125 + # }}} + # lossless {{{2 +.VOB 38;5;137 +.vob 38;5;137 # }}} # audio {{{1 .3ga 38;5;95 @@ -466,6 +468,8 @@ STICKY_OTHER_WRITABLE 48;5;235;38;5;139;3 # backups, undo files, tempfiles {{{2 .bak 38;5;41;1 .bin 38;5;249 +.BUP 38;5;241 +.dump 38;5;119 .pid 38;5;160 .state 38;5;124 .swo 38;5;236 @@ -473,7 +477,6 @@ STICKY_OTHER_WRITABLE 48;5;235;38;5;139;3 .tmp 38;5;244 .un~ 38;5;240 .zcompdump 38;5;240 -.dump 38;5;119 # *nix Object file (shared libraries, core dumps etc) .o 38;5;240 .zwc 38;5;240 From 026c7faff97c4c2d6bef78b0634c37fc9214fa57 Mon Sep 17 00:00:00 2001 From: Ryan Delaney Date: Fri, 4 Apr 2014 10:58:51 -0700 Subject: [PATCH 19/40] sorting the emulator formats --- LS_COLORS | 54 ++++++++++++++++++++++++++++++------------------------ 1 file changed, 30 insertions(+), 24 deletions(-) diff --git a/LS_COLORS b/LS_COLORS index 413a01f..83c0c22 100644 --- a/LS_COLORS +++ b/LS_COLORS @@ -222,15 +222,20 @@ STICKY_OTHER_WRITABLE 48;5;235;38;5;139;3 # }}} # emulators {{{1 .32x 38;5;137 -.A64 38;5;82 +.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 -.cdi 38;5;124 -.fm2 38;5;35 + # nintendo .gb 38;5;203 .gba 38;5;205 .gbc 38;5;204 @@ -240,10 +245,8 @@ STICKY_OTHER_WRITABLE 48;5;235;38;5;139;3 .j64 38;5;102 .nds 38;5;193 .nes 38;5;160 -.rom 38;5;59;1 -.sav 38;5;220 + # Sega .sms 38;5;33 -.st 38;5;208;1 # }}} # video {{{1 .avi 38;5;114 @@ -316,18 +319,27 @@ STICKY_OTHER_WRITABLE 48;5;235;38;5;139;3 # 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 -.deb 38;5;215 .gz 38;5;34 -.ipk 38;5;117 +.ipk 38;5;117 # Nintendo (DS Packed Images) +.nth 38;5;40 +.rar 38;5;106;1 +.tar 38;5;118 +.tgz 38;5;35;1 +.xz 38;5;118 +.zip 38;5;41 + # packaged apps {{{2 +.apk 38;5;172;3 +.deb 38;5;215 .jad 38;5;50 .jar 38;5;51 -.nth 38;5;40 -.part 38;5;239;1 +.cab 38;5;215 +.vdf 38;5;215 +.vpk 38;5;239;1 +.bsp 38;5;239;1 + # }}} + # segments {{{2 .r00 38;5;239 .r01 38;5;239 .r02 38;5;239 @@ -444,14 +456,7 @@ 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 -.sis 38;5;39 -.tar 38;5;118 -.tgz 38;5;35;1 -.vdf 38;5;215 -.vpk 38;5;239;1 -.xz 38;5;118 -.zip 38;5;41 + # }}} # partition images {{{2 .iso 38;5;124 .nrg 38;5;124 @@ -470,6 +475,8 @@ STICKY_OTHER_WRITABLE 48;5;235;38;5;139;3 .bin 38;5;249 .BUP 38;5;241 .dump 38;5;119 +.o 38;5;240 # *nix Object file (shared libraries, core dumps etc) +.part 38;5;239;1 .pid 38;5;160 .state 38;5;124 .swo 38;5;236 @@ -477,10 +484,8 @@ STICKY_OTHER_WRITABLE 48;5;235;38;5;139;3 .tmp 38;5;244 .un~ 38;5;240 .zcompdump 38;5;240 -# *nix Object file (shared libraries, core dumps etc) -.o 38;5;240 .zwc 38;5;240 -# tcpdump {{{2 +# tcpdump .pcap 38;5;29 .cap 38;5;29 .dmp 38;5;29 @@ -545,6 +550,7 @@ STICKY_OTHER_WRITABLE 48;5;235;38;5;139;3 .ru 38;5;142 .sch 38;5;34 .sfv 38;5;197 +.sis 38;5;39 # Nokia Symbian OS files .srt 38;5;116 .sty 38;5;58 .sug 38;5;44 From 91371199e3a28dcdf5895e5ed9b5f8b5aeeda420 Mon Sep 17 00:00:00 2001 From: Ryan Delaney Date: Mon, 7 Apr 2014 13:13:08 -0700 Subject: [PATCH 20/40] allcaps PDF happens --- LS_COLORS | 1 + 1 file changed, 1 insertion(+) diff --git a/LS_COLORS b/LS_COLORS index 83c0c22..be2c7be 100644 --- a/LS_COLORS +++ b/LS_COLORS @@ -66,6 +66,7 @@ STICKY_OTHER_WRITABLE 48;5;235;38;5;139;3 .chm 38;5;144 .djvu 38;5;141 .pdf 38;5;203 +.PDF 38;5;203 # words {{{3 .docm 38;5;111;4 .docx 38;5;111 From f284d8f4fc4a4d7fa6b5ac086b4df3ce6542ed84 Mon Sep 17 00:00:00 2001 From: Ryan Delaney Date: Mon, 7 Apr 2014 13:16:43 -0700 Subject: [PATCH 21/40] added mysql and ms-sql types --- LS_COLORS | 2 ++ 1 file changed, 2 insertions(+) diff --git a/LS_COLORS b/LS_COLORS index be2c7be..06c775b 100644 --- a/LS_COLORS +++ b/LS_COLORS @@ -119,6 +119,8 @@ STICKY_OTHER_WRITABLE 48;5;235;38;5;139;3 # interpreted {{{2 .ahk 38;5;29;1 +.msql 38;5;222 +.mysql 38;5;222 .pgsql 38;5;222 .py 38;5;41 .sql 38;5;222 From 993c613a6f3ffecd4d56de1c43177261f6b43275 Mon Sep 17 00:00:00 2001 From: Ryan Delaney Date: Mon, 7 Apr 2014 14:16:29 -0700 Subject: [PATCH 22/40] add desktop configuration files group --- LS_COLORS | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/LS_COLORS b/LS_COLORS index 06c775b..40e7a47 100644 --- a/LS_COLORS +++ b/LS_COLORS @@ -101,6 +101,9 @@ STICKY_OTHER_WRITABLE 48;5;235;38;5;139;3 .viminfo 38;5;240;1 # cisco VPN client configuration .pcf 38;5;65 +# desktop configuration +.application 35;5;83 +.directory 38;5;83 # }}} # code {{{1 # version control {{{2 @@ -523,8 +526,6 @@ STICKY_OTHER_WRITABLE 48;5;235;38;5;139;3 .pod 38;5;172;1 # GIMP brush .gbr 38;5;2 -# directory-specific settings for KDE -.directory 38;5;83 # Linux Shell Executable Binary .pl 38;5;214 From aa0cac5729a425ce447edbf773542ce10f12fe5d Mon Sep 17 00:00:00 2001 From: Ryan Delaney Date: Wed, 9 Apr 2014 08:17:57 -0700 Subject: [PATCH 23/40] merged 'desktop settings' section into 'metadata' --- LS_COLORS | 23 ++++++++++++----------- 1 file changed, 12 insertions(+), 11 deletions(-) diff --git a/LS_COLORS b/LS_COLORS index 40e7a47..e566544 100644 --- a/LS_COLORS +++ b/LS_COLORS @@ -96,14 +96,12 @@ STICKY_OTHER_WRITABLE 48;5;235;38;5;139;3 .conf 1 .ini 38;5;122 .rc 1 +.pacnew 38;5;33 # vim .vim 1 .viminfo 38;5;240;1 # cisco VPN client configuration .pcf 38;5;65 -# desktop configuration -.application 35;5;83 -.directory 38;5;83 # }}} # code {{{1 # version control {{{2 @@ -514,6 +512,17 @@ STICKY_OTHER_WRITABLE 48;5;235;38;5;139;3 .timer 38;5;111 .snapshot 38;5;139 # }}} +# metadata {{{1 +.application 35;5;83 +.srt 38;5;116 +.directory 38;5;83 +.properties 38;5;197;1 +.torrent 38;5;58 +.err 38;5;160;1 +.error 38;5;160;1 +.theme 38;5;109 +.urlview 38;5;85 +# }}} # unsorted {{{1 # # Portable Object Translation for GNU Gettext @@ -531,8 +540,6 @@ STICKY_OTHER_WRITABLE 48;5;235;38;5;139;3 .cnc 38;5;37 .def 38;5;136 -.err 38;5;160;1 -.error 38;5;160;1 .ex 38;5;148;1 .example 38;5;225;1 .ger 38;5;2 @@ -542,12 +549,10 @@ STICKY_OTHER_WRITABLE 48;5;235;38;5;139;3 .mht 38;5;129 .mi 38;5;124 .mtx 38;5;36;3 -.pacnew 38;5;33 .pc 38;5;100 .pi 38;5;126 .plt 38;5;204;1 .pm 38;5;197;1 -.properties 38;5;197;1 .rb 38;5;192 .rdf 38;5;144 .rst 38;5;67 @@ -555,7 +560,6 @@ STICKY_OTHER_WRITABLE 48;5;235;38;5;139;3 .sch 38;5;34 .sfv 38;5;197 .sis 38;5;39 # Nokia Symbian OS files -.srt 38;5;116 .sty 38;5;58 .sug 38;5;44 .t 38;5;28;1 @@ -563,9 +567,6 @@ STICKY_OTHER_WRITABLE 48;5;235;38;5;139;3 .tfm 38;5;64 .tfnt 38;5;140 .tg 38;5;99 -.theme 38;5;109 -.torrent 38;5;58 -.urlview 38;5;85 .xln 38;5;37 # }}} From 16a6f80cd9c243a70372058369dee2e33d86ae8f Mon Sep 17 00:00:00 2001 From: Ryan Delaney Date: Wed, 9 Apr 2014 08:30:07 -0700 Subject: [PATCH 24/40] awk and sed are interpreted languages --- LS_COLORS | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/LS_COLORS b/LS_COLORS index e566544..83228e9 100644 --- a/LS_COLORS +++ b/LS_COLORS @@ -110,16 +110,16 @@ STICKY_OTHER_WRITABLE 48;5;235;38;5;139;3 .gitattributes 38;5;240 # shell {{{2 -.awk 38;5;148;1 .bash 38;5;173 .BAT 38;5;108 .bat 38;5;108 -.sed 38;5;130;1 .sh 38;5;113 .zsh 38;5;173 # interpreted {{{2 .ahk 38;5;29;1 +.awk 38;5;148;1 +.sed 38;5;130;1 .msql 38;5;222 .mysql 38;5;222 .pgsql 38;5;222 From fe939d69257749462ba9ace12a362c6366641a57 Mon Sep 17 00:00:00 2001 From: Ryan Delaney Date: Wed, 9 Apr 2014 14:04:16 -0700 Subject: [PATCH 25/40] moved cue to metadata section --- LS_COLORS | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/LS_COLORS b/LS_COLORS index 83228e9..8f6063c 100644 --- a/LS_COLORS +++ b/LS_COLORS @@ -103,6 +103,7 @@ STICKY_OTHER_WRITABLE 48;5;235;38;5;139;3 # cisco VPN client configuration .pcf 38;5;65 # }}} +# }}} # code {{{1 # version control {{{2 .git 38;5;197 @@ -176,11 +177,12 @@ STICKY_OTHER_WRITABLE 48;5;235;38;5;139;3 # compiled apps for interpreted languages .PL 38;5;160 .pyc 38;5;240 - +# }}} # html {{{2 .css 38;5;91 .htm 38;5;125;1 .html 38;5;125;1 +# }}} # java {{{2 .coffee 38;5;94;1 .java 38;5;142;1 @@ -189,6 +191,7 @@ STICKY_OTHER_WRITABLE 48;5;235;38;5;139;3 .jsm 38;5;42 .jsm 38;5;42 .jsp 38;5;45 +# }}} # php {{{2 .php 38;5;93 # CakePHP view scripts and helpers @@ -288,7 +291,6 @@ STICKY_OTHER_WRITABLE 48;5;235;38;5;139;3 .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 @@ -465,6 +467,7 @@ STICKY_OTHER_WRITABLE 48;5;235;38;5;139;3 .iso 38;5;124 .nrg 38;5;124 .qcow 38;5;141 +# }}} # databases {{{2 .accdb 38;5;60 .accde 38;5;60 @@ -474,6 +477,7 @@ STICKY_OTHER_WRITABLE 48;5;235;38;5;139;3 .localstorage 38;5;60 .sqlite 38;5;60 .typelib 38;5;60 +# }}} # backups, undo files, tempfiles {{{2 .bak 38;5;41;1 .bin 38;5;249 @@ -493,6 +497,7 @@ STICKY_OTHER_WRITABLE 48;5;235;38;5;139;3 .pcap 38;5;29 .cap 38;5;29 .dmp 38;5;29 +# }}} # hosts {{{1 # /etc/hosts.{deny,allow} .allow 38;5;112 @@ -514,13 +519,14 @@ STICKY_OTHER_WRITABLE 48;5;235;38;5;139;3 # }}} # metadata {{{1 .application 35;5;83 -.srt 38;5;116 +.cue 38;5;112 .directory 38;5;83 -.properties 38;5;197;1 -.torrent 38;5;58 .err 38;5;160;1 .error 38;5;160;1 +.properties 38;5;197;1 +.srt 38;5;116 .theme 38;5;109 +.torrent 38;5;58 .urlview 38;5;85 # }}} # unsorted {{{1 From ea28efb66e94c18335ece6f5a7490139644d26cb Mon Sep 17 00:00:00 2001 From: Ryan Delaney Date: Thu, 29 May 2014 14:32:58 -0700 Subject: [PATCH 26/40] more sorting. enforcing consistency for video file types --- LS_COLORS | 66 ++++++++++++++++++++++++++++--------------------------- 1 file changed, 34 insertions(+), 32 deletions(-) diff --git a/LS_COLORS b/LS_COLORS index 8f6063c..1448440 100644 --- a/LS_COLORS +++ b/LS_COLORS @@ -121,10 +121,11 @@ STICKY_OTHER_WRITABLE 48;5;235;38;5;139;3 .ahk 38;5;29;1 .awk 38;5;148;1 .sed 38;5;130;1 +.py 38;5;41 +# sql .msql 38;5;222 .mysql 38;5;222 .pgsql 38;5;222 -.py 38;5;41 .sql 38;5;222 # Tool Command Language .tcl 38;5;64;1 @@ -186,6 +187,7 @@ STICKY_OTHER_WRITABLE 48;5;235;38;5;139;3 # java {{{2 .coffee 38;5;94;1 .java 38;5;142;1 +# Is java-html java, or html? .jhtm 38;5;125;1 .js 38;5;42 .jsm 38;5;42 @@ -257,34 +259,34 @@ STICKY_OTHER_WRITABLE 48;5;235;38;5;139;3 # }}} # video {{{1 .avi 38;5;114 -.divx 38;5;112 -.IFO 38;5;240 -.m2v 38;5;166 -.mkv 38;5;202 -.MOV 38;5;42 -.mov 38;5;42 -.mp4 38;5;124 -.mpeg 38;5;38 -.mpg 38;5;38 -.ogm 38;5;97 -.rmvb 38;5;112 -.sample 38;5;130;1 -.wmv 38;5;113 +.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;133 -.3gp 38;5;134 -.gp3 38;5;114 -.webm 38;5;109 +.3g2 38;5;115 +.3gp 38;5;115 +.gp3 38;5;115 +.webm 38;5;115 .gp4 38;5;115 -.asf 38;5;25 -.flv 38;5;131 -.ts 38;5;39 -.ogv 38;5;94 -.f4v 38;5;125 +.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;137 -.vob 38;5;137 +.VOB 38;5;115;1 +.vob 38;5;115;1 # }}} # audio {{{1 .3ga 38;5;95 @@ -483,16 +485,17 @@ STICKY_OTHER_WRITABLE 48;5;235;38;5;139;3 .bin 38;5;249 .BUP 38;5;241 .dump 38;5;119 -.o 38;5;240 # *nix Object file (shared libraries, core dumps etc) +.o 38;5;240 # *nix Object file (shared libraries, core dumps etc) .part 38;5;239;1 -.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 +# state files +.pid 38;5;160 +.state 38;5;124 # tcpdump .pcap 38;5;29 .cap 38;5;29 @@ -508,10 +511,10 @@ STICKY_OTHER_WRITABLE 48;5;235;38;5;139;3 .service 38;5;81 *@.service 38;5;45 .socket 38;5;75 -.device 38;5;24 -.mount 38;5;115 -.automount 38;5;114 .swap 38;5;113 +.device 38;5;24 +.mount 38;5;73 +.automount 38;5;73 .target 38;5;73 .path 38;5;116 .timer 38;5;111 @@ -575,7 +578,6 @@ STICKY_OTHER_WRITABLE 48;5;235;38;5;139;3 .tg 38;5;99 .xln 38;5;37 # }}} - # termcap {{{1 TERM ansi TERM color-xterm From 54ac3c6220bf3e866a20588b8e0f0610977ce99c Mon Sep 17 00:00:00 2001 From: Ryan Delaney Date: Thu, 29 May 2014 14:36:37 -0700 Subject: [PATCH 27/40] enforcing consistency for binary document types --- LS_COLORS | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/LS_COLORS b/LS_COLORS index 1448440..c9f5d48 100644 --- a/LS_COLORS +++ b/LS_COLORS @@ -45,8 +45,9 @@ STICKY_OTHER_WRITABLE 48;5;235;38;5;139;3 *LS_COLORS 48;5;89;38;5;197;1;3;4;7 # :-) # }}} # documents {{{1 -# markup, plain-text {{{2 -.csv 38;5;78 +# plain-text {{{2 +.txt 38;5;192 +# markup {{{2 .etx 38;5;172 .info 38;5;101 .json 38;5;199 @@ -56,17 +57,16 @@ STICKY_OTHER_WRITABLE 48;5;235;38;5;139;3 .mkd 38;5;184 .tex 38;5;172 .textile 38;5;106 -.txt 38;5;192 .xml 38;5;199 .yml 38;5;208 # }}} # binary {{{2 -.cbr 38;5;140 -.cbz 38;5;140 -.chm 38;5;144 +.cbr 38;5;141 +.cbz 38;5;141 +.chm 38;5;141 .djvu 38;5;141 -.pdf 38;5;203 -.PDF 38;5;203 +.pdf 38;5;141 +.PDF 38;5;141 # words {{{3 .docm 38;5;111;4 .docx 38;5;111 @@ -79,6 +79,7 @@ STICKY_OTHER_WRITABLE 48;5;235;38;5;139;3 .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 @@ -468,7 +469,7 @@ STICKY_OTHER_WRITABLE 48;5;235;38;5;139;3 # partition images {{{2 .iso 38;5;124 .nrg 38;5;124 -.qcow 38;5;141 +.qcow 38;5;124 # }}} # databases {{{2 .accdb 38;5;60 From 6799209a3b53edae8fcbabfd638447f004d35d5f Mon Sep 17 00:00:00 2001 From: Ryan Delaney Date: Thu, 29 May 2014 14:44:39 -0700 Subject: [PATCH 28/40] enforcing consistency for documents, systemd file types --- LS_COLORS | 47 ++++++++++++++++++++++++----------------------- 1 file changed, 24 insertions(+), 23 deletions(-) diff --git a/LS_COLORS b/LS_COLORS index c9f5d48..cdd17ea 100644 --- a/LS_COLORS +++ b/LS_COLORS @@ -45,20 +45,22 @@ STICKY_OTHER_WRITABLE 48;5;235;38;5;139;3 *LS_COLORS 48;5;89;38;5;197;1;3;4;7 # :-) # }}} # documents {{{1 -# plain-text {{{2 -.txt 38;5;192 -# markup {{{2 -.etx 38;5;172 -.info 38;5;101 -.json 38;5;199 .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 -.tex 38;5;172 -.textile 38;5;106 +.nfo 38;5;184 +.tex 38;5;184 +.textile 38;5;184 +# key-value, non-relational data {{{2 .xml 38;5;199 -.yml 38;5;208 +.json 38;5;199 +.yml 38;5;199 # }}} # binary {{{2 .cbr 38;5;141 @@ -70,9 +72,8 @@ STICKY_OTHER_WRITABLE 48;5;235;38;5;139;3 # words {{{3 .docm 38;5;111;4 .docx 38;5;111 -.eps 38;5;192 -.nfo 38;5;220 -.odb 38;5;161 +.eps 38;5;111 +.odb 38;5;111 .odt 38;5;111 # presentation {{{3 .odp 38;5;166 @@ -193,7 +194,7 @@ STICKY_OTHER_WRITABLE 48;5;235;38;5;139;3 .js 38;5;42 .jsm 38;5;42 .jsm 38;5;42 -.jsp 38;5;45 +.jsp 38;5;42 # }}} # php {{{2 .php 38;5;93 @@ -509,17 +510,17 @@ STICKY_OTHER_WRITABLE 48;5;235;38;5;139;3 # }}} # 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 -.swap 38;5;113 -.device 38;5;24 -.mount 38;5;73 -.automount 38;5;73 -.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 35;5;83 From 043d6b0ecf87e2b519ba5b339e41878af6e745f0 Mon Sep 17 00:00:00 2001 From: Ryan Delaney Date: Thu, 29 May 2014 14:59:01 -0700 Subject: [PATCH 29/40] enforcing consistency for temporary, swap files etc --- LS_COLORS | 33 +++++++++++++++++++-------------- 1 file changed, 19 insertions(+), 14 deletions(-) diff --git a/LS_COLORS b/LS_COLORS index cdd17ea..19fd141 100644 --- a/LS_COLORS +++ b/LS_COLORS @@ -98,7 +98,6 @@ STICKY_OTHER_WRITABLE 48;5;235;38;5;139;3 .conf 1 .ini 38;5;122 .rc 1 -.pacnew 38;5;33 # vim .vim 1 .viminfo 38;5;240;1 @@ -466,9 +465,12 @@ STICKY_OTHER_WRITABLE 48;5;235;38;5;139;3 .r97 38;5;239 .r98 38;5;239 .r99 38;5;239 +# 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 # }}} @@ -483,22 +485,25 @@ STICKY_OTHER_WRITABLE 48;5;235;38;5;139;3 .typelib 38;5;60 # }}} # backups, undo files, tempfiles {{{2 -.bak 38;5;41;1 -.bin 38;5;249 +# undo files +.pacnew 38;5;33 +.un~ 38;5;241 +# backups .BUP 38;5;241 -.dump 38;5;119 -.o 38;5;240 # *nix Object file (shared libraries, core dumps etc) -.part 38;5;239;1 -.swo 38;5;236 -.swp 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 -.un~ 38;5;240 -.zcompdump 38;5;240 -.zwc 38;5;240 # state files -.pid 38;5;160 -.state 38;5;124 -# tcpdump +.pid 38;5;248 +.state 38;5;248 +# state dumps +.dump 38;5;241 +.zcompdump 38;5;241 +.zwc 38;5;241 +# tcpdump, network traffic capture .pcap 38;5;29 .cap 38;5;29 .dmp 38;5;29 From 8b46e23d0c823cd540151ab39b8e240ff2d4a6bb Mon Sep 17 00:00:00 2001 From: Ryan Delaney Date: Thu, 29 May 2014 15:12:32 -0700 Subject: [PATCH 30/40] enforcing consistency for audio files --- LS_COLORS | 51 +++++++++++++++++++++++++++------------------------ 1 file changed, 27 insertions(+), 24 deletions(-) diff --git a/LS_COLORS b/LS_COLORS index 19fd141..fcc4881 100644 --- a/LS_COLORS +++ b/LS_COLORS @@ -290,29 +290,28 @@ STICKY_OTHER_WRITABLE 48;5;235;38;5;139;3 .vob 38;5;115;1 # }}} # audio {{{1 -.3ga 38;5;95 -.S3M 38;5;71;1 -.aac 38;5;137 -.ape 38;5;166;1 -.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 +.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 +.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;58 @@ -497,6 +496,8 @@ STICKY_OTHER_WRITABLE 48;5;235;38;5;139;3 .swo 38;5;244 .tmp 38;5;244 # state files +.err 38;5;160;1 +.error 38;5;160;1 .pid 38;5;248 .state 38;5;248 # state dumps @@ -531,8 +532,8 @@ STICKY_OTHER_WRITABLE 48;5;235;38;5;139;3 .application 35;5;83 .cue 38;5;112 .directory 38;5;83 -.err 38;5;160;1 -.error 38;5;160;1 +.m3u 38;5;172 +.m3u8 38;5;172 .properties 38;5;197;1 .srt 38;5;116 .theme 38;5;109 @@ -553,6 +554,8 @@ STICKY_OTHER_WRITABLE 48;5;235;38;5;139;3 .gbr 38;5;2 # Linux Shell Executable Binary .pl 38;5;214 +# printer spool file +.spl 38;5;2 .cnc 38;5;37 .def 38;5;136 From 8be68ea4939ef2a05a85f625146d648b9257f3b2 Mon Sep 17 00:00:00 2001 From: Ryan Delaney Date: Thu, 29 May 2014 15:13:11 -0700 Subject: [PATCH 31/40] enforcing consistency for configuration files --- LS_COLORS | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/LS_COLORS b/LS_COLORS index fcc4881..e247552 100644 --- a/LS_COLORS +++ b/LS_COLORS @@ -96,13 +96,13 @@ STICKY_OTHER_WRITABLE 48;5;235;38;5;139;3 # configs {{{2 .cfg 1 .conf 1 -.ini 38;5;122 +.ini 1 .rc 1 # vim .vim 1 -.viminfo 38;5;240;1 +.viminfo 1 # cisco VPN client configuration -.pcf 38;5;65 +.pcf 1 # }}} # }}} # code {{{1 From cf19c08d51d3486de6c1d1509e63f8ae3fe880fe Mon Sep 17 00:00:00 2001 From: Ryan Delaney Date: Thu, 29 May 2014 15:17:10 -0700 Subject: [PATCH 32/40] enforcing consistency for archive files --- LS_COLORS | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/LS_COLORS b/LS_COLORS index e247552..a704e1a 100644 --- a/LS_COLORS +++ b/LS_COLORS @@ -218,14 +218,15 @@ STICKY_OTHER_WRITABLE 48;5;235;38;5;139;3 .patch 48;5;197;38;5;232;1 #}}} # graphics {{{1 +.JPG 38;5;66 .bmp 38;5;62 .cdr 38;5;59 .gif 38;5;72 .go 38;5;36;1 .ico 38;5;73 .jpeg 38;5;66 -.JPG 38;5;66 .jpg 38;5;66 +.nth 38;5;40 .png 38;5;68;1 .svg 38;5;24;1 .xpm 38;5;36 @@ -252,6 +253,7 @@ STICKY_OTHER_WRITABLE 48;5;235;38;5;139;3 .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 @@ -326,26 +328,24 @@ STICKY_OTHER_WRITABLE 48;5;235;38;5;139;3 # }}} # archives {{{1 .7z 38;5;40 -.a 38;5;46 -.arj 38;5;41 -.bz2 38;5;44 -.gz 38;5;34 -.ipk 38;5;117 # Nintendo (DS Packed Images) -.nth 38;5;40 -.rar 38;5;106;1 -.tar 38;5;118 -.tgz 38;5;35;1 -.xz 38;5;118 -.zip 38;5;41 +.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;172;3 +.apk 38;5;215 .deb 38;5;215 -.jad 38;5;50 -.jar 38;5;51 +.jad 38;5;215 +.jar 38;5;215 .cab 38;5;215 .vdf 38;5;215 -.vpk 38;5;239;1 -.bsp 38;5;239;1 +.vpk 38;5;215 +.bsp 38;5;215 # }}} # segments {{{2 .r00 38;5;239 @@ -483,7 +483,7 @@ STICKY_OTHER_WRITABLE 48;5;235;38;5;139;3 .sqlite 38;5;60 .typelib 38;5;60 # }}} -# backups, undo files, tempfiles {{{2 +# tempfiles {{{1 # undo files .pacnew 38;5;33 .un~ 38;5;241 From ac6f8924eaef6ddde52cceadecfcd272b3940ab5 Mon Sep 17 00:00:00 2001 From: Ryan Delaney Date: Thu, 29 May 2014 15:25:01 -0700 Subject: [PATCH 33/40] enforcing consistency for interpreted scripts, metadata files --- LS_COLORS | 39 ++++++++++++++++++++------------------- 1 file changed, 20 insertions(+), 19 deletions(-) diff --git a/LS_COLORS b/LS_COLORS index a704e1a..feb8900 100644 --- a/LS_COLORS +++ b/LS_COLORS @@ -26,7 +26,7 @@ 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 @@ -110,18 +110,19 @@ STICKY_OTHER_WRITABLE 48;5;235;38;5;139;3 .git 38;5;197 .gitignore 38;5;240 .gitattributes 38;5;240 +.gitmodules 38;5;240 # shell {{{2 -.bash 38;5;173 -.BAT 38;5;108 -.bat 38;5;108 -.sh 38;5;113 -.zsh 38;5;173 +.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 -.awk 38;5;148;1 -.sed 38;5;130;1 .py 38;5;41 # sql .msql 38;5;222 @@ -496,12 +497,12 @@ STICKY_OTHER_WRITABLE 48;5;235;38;5;139;3 .swo 38;5;244 .tmp 38;5;244 # state files -.err 38;5;160;1 -.error 38;5;160;1 .pid 38;5;248 .state 38;5;248 # state dumps .dump 38;5;241 +.err 38;5;160;1 +.error 38;5;160;1 .zcompdump 38;5;241 .zwc 38;5;241 # tcpdump, network traffic capture @@ -529,16 +530,16 @@ STICKY_OTHER_WRITABLE 48;5;235;38;5;139;3 .snapshot 38;5;45 # }}} # metadata {{{1 -.application 35;5;83 -.cue 38;5;112 -.directory 38;5;83 -.m3u 38;5;172 -.m3u8 38;5;172 -.properties 38;5;197;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 .srt 38;5;116 -.theme 38;5;109 -.torrent 38;5;58 -.urlview 38;5;85 +.theme 38;5;116 +.torrent 38;5;116 +.urlview 38;5;116 # }}} # unsorted {{{1 # From 42011101c37d2ebbb41702882a671a6b92c72581 Mon Sep 17 00:00:00 2001 From: Ryan Delaney Date: Thu, 29 May 2014 15:35:12 -0700 Subject: [PATCH 34/40] enforcing consistency for source code --- LS_COLORS | 78 +++++++++++++++++++++++++++---------------------------- 1 file changed, 39 insertions(+), 39 deletions(-) diff --git a/LS_COLORS b/LS_COLORS index feb8900..b209483 100644 --- a/LS_COLORS +++ b/LS_COLORS @@ -45,6 +45,7 @@ STICKY_OTHER_WRITABLE 48;5;235;38;5;139;3 *LS_COLORS 48;5;89;38;5;197;1;3;4;7 # :-) # }}} # documents {{{1 +*README 38;5;220;1 .log 38;5;190 # plain-text {{{2 .txt 38;5;253 @@ -135,46 +136,46 @@ STICKY_OTHER_WRITABLE 48;5;235;38;5;139;3 # compiled {{{2 # # assembly language -.asm 38;5;240;1 +.asm 38;5;81 # LISP -.cl 38;5;204;1 -.lisp 38;5;204;1 +.cl 38;5;81 +.lisp 38;5;81 # lua -.lua 38;5;34;1 +.lua 38;5;81 # C -.c 38;5;110 -.C 38;5;24;1 -.h 38;5;81 -.H 38;5;81 -.tcc 38;5;81 +.c 38;5;81 +.C 38;5;81 +.h 38;5;110 +.H 38;5;110 +.tcc 38;5;110 # C++ -.c++ 38;5;24;1 -.h++ 38;5;81 -.hpp 38;5;81 -.hxx 38;5;81 -.ii 38;5;24;1 +.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;130;3 -.m 38;5;130;3 +.M 38;5;110 +.m 38;5;110 # Csharp -.cc 38;5;24;1 -.cs 38;5;74;1 -.cp 38;5;24;1 -.cpp 38;5;24;1 -.cxx 38;5;24;1 +.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 # pascal -.s 38;5;81 -.S 38;5;81 +.s 38;5;110 +.S 38;5;110 # ? .sx 38;5;81 # interface file in GHC - https://github.com/trapd00r/LS_COLORS/pull/9 -.hi 38;5;240 +.hi 38;5;110 # haskell -.hs 38;5;155;1 +.hs 38;5;81 # binaries {{{2 # compiled apps for interpreted languages @@ -182,32 +183,29 @@ STICKY_OTHER_WRITABLE 48;5;235;38;5;139;3 .pyc 38;5;240 # }}} # html {{{2 -.css 38;5;91 +.css 38;5;127 .htm 38;5;125;1 .html 38;5;125;1 +.jhtm 38;5;125;1 # }}} # java {{{2 .coffee 38;5;94;1 -.java 38;5;142;1 -# Is java-html java, or html? -.jhtm 38;5;125;1 -.js 38;5;42 -.jsm 38;5;42 -.jsm 38;5;42 -.jsp 38;5;42 +.java 38;5;94;1 +.js 38;5;94;1 +.jsm 38;5;94;1 +.jsm 38;5;94;1 +.jsp 38;5;94;1 # }}} # php {{{2 -.php 38;5;93 +.php 38;5;81 # CakePHP view scripts and helpers -.ctp 38;5;95 +.ctp 38;5;81 # }}} # Build stuff {{{2 -*Makefile 38;5;196 +*Makefile 38;5;155 *MANIFEST 38;5;243 *pm_to_blib 38;5;240 -*README 38;5;220;1 -.1p 38;5;160 -.3p 38;5;160 +# automake .am 38;5;242 .in 38;5;242 .old 38;5;242 @@ -558,6 +556,8 @@ STICKY_OTHER_WRITABLE 48;5;235;38;5;139;3 # printer spool file .spl 38;5;2 +.1p 38;5;160 +.3p 38;5;160 .cnc 38;5;37 .def 38;5;136 .ex 38;5;148;1 From 7c3f908f027b971e8f866f4c4ad2720ae16c5e34 Mon Sep 17 00:00:00 2001 From: Ryan Delaney Date: Thu, 29 May 2014 15:37:04 -0700 Subject: [PATCH 35/40] enforcing consistency for graphics files --- LS_COLORS | 82 +++++++++++++++++++++++++++---------------------------- 1 file changed, 41 insertions(+), 41 deletions(-) diff --git a/LS_COLORS b/LS_COLORS index b209483..0988fc0 100644 --- a/LS_COLORS +++ b/LS_COLORS @@ -217,47 +217,18 @@ STICKY_OTHER_WRITABLE 48;5;235;38;5;139;3 .patch 48;5;197;38;5;232;1 #}}} # graphics {{{1 -.JPG 38;5;66 -.bmp 38;5;62 -.cdr 38;5;59 -.gif 38;5;72 -.go 38;5;36;1 -.ico 38;5;73 -.jpeg 38;5;66 -.jpg 38;5;66 -.nth 38;5;40 -.png 38;5;68;1 -.svg 38;5;24;1 -.xpm 38;5;36 -# }}} -# 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 +.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 @@ -539,6 +510,35 @@ STICKY_OTHER_WRITABLE 48;5;235;38;5;139;3 .torrent 38;5;116 .urlview 38;5;116 # }}} +# 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 From 2cbe95135c99e9f01d71268b3fc3bcbaa528b255 Mon Sep 17 00:00:00 2001 From: Ryan Delaney Date: Thu, 29 May 2014 15:39:34 -0700 Subject: [PATCH 36/40] enforcing consistency for font files --- LS_COLORS | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/LS_COLORS b/LS_COLORS index 0988fc0..d89c1e1 100644 --- a/LS_COLORS +++ b/LS_COLORS @@ -104,6 +104,8 @@ STICKY_OTHER_WRITABLE 48;5;235;38;5;139;3 .viminfo 1 # cisco VPN client configuration .pcf 1 +# adobe photoshop proof settings file +.psf 1 # }}} # }}} # code {{{1 @@ -286,15 +288,13 @@ STICKY_OTHER_WRITABLE 48;5;235;38;5;139;3 # }}} # fonts {{{1 -.afm 38;5;58 -.pfb 38;5;58 -.pfm 38;5;58 +.afm 38;5;66 +.pfb 38;5;66 +.pfm 38;5;66 .ttf 38;5;66 -# adobe photoshop proof settings file -.psf 38;5;64 # postscript fonts -.PFA 38;5;43 -.pfa 38;5;43 +.PFA 38;5;66 +.pfa 38;5;66 # }}} # archives {{{1 .7z 38;5;40 From da8de1b18a8ca1fc737166033bd3f21f1e8550c5 Mon Sep 17 00:00:00 2001 From: Ryan Delaney Date: Thu, 29 May 2014 15:44:47 -0700 Subject: [PATCH 37/40] sorted sfv to metadata section (hash file) --- LS_COLORS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LS_COLORS b/LS_COLORS index d89c1e1..be5d57f 100644 --- a/LS_COLORS +++ b/LS_COLORS @@ -505,6 +505,7 @@ STICKY_OTHER_WRITABLE 48;5;235;38;5;139;3 .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 @@ -578,7 +579,6 @@ STICKY_OTHER_WRITABLE 48;5;235;38;5;139;3 .rst 38;5;67 .ru 38;5;142 .sch 38;5;34 -.sfv 38;5;197 .sis 38;5;39 # Nokia Symbian OS files .sty 38;5;58 .sug 38;5;44 From b0a6f7fccab54573546fd49c0610735cf56e2cc4 Mon Sep 17 00:00:00 2001 From: Ryan Delaney Date: Fri, 30 May 2014 08:24:23 -0700 Subject: [PATCH 38/40] make java(script) files a color that more closely resembles code. brown is associated with media files --- LS_COLORS | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/LS_COLORS b/LS_COLORS index be5d57f..0defd98 100644 --- a/LS_COLORS +++ b/LS_COLORS @@ -185,18 +185,18 @@ STICKY_OTHER_WRITABLE 48;5;235;38;5;139;3 .pyc 38;5;240 # }}} # html {{{2 -.css 38;5;127 +.css 38;5;125;1 .htm 38;5;125;1 .html 38;5;125;1 .jhtm 38;5;125;1 # }}} # java {{{2 -.coffee 38;5;94;1 -.java 38;5;94;1 -.js 38;5;94;1 -.jsm 38;5;94;1 -.jsm 38;5;94;1 -.jsp 38;5;94;1 +.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 From 2cc809d26124cf9e03c0fb0d1548b7400c932971 Mon Sep 17 00:00:00 2001 From: Ryan Delaney Date: Sun, 1 Jun 2014 14:36:09 -0700 Subject: [PATCH 39/40] restoring encrypted data files that were removed in error --- LS_COLORS | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/LS_COLORS b/LS_COLORS index 0defd98..1c16d65 100644 --- a/LS_COLORS +++ b/LS_COLORS @@ -511,6 +511,14 @@ STICKY_OTHER_WRITABLE 48;5;235;38;5;139;3 .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 From 7ac3942036b1cc95d37aec64cfe6a65702865190 Mon Sep 17 00:00:00 2001 From: Ryan Delaney Date: Sun, 1 Jun 2014 16:48:48 -0700 Subject: [PATCH 40/40] updated last modified --- LS_COLORS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LS_COLORS b/LS_COLORS index 1c16d65..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,