mirror of
https://github.com/trapd00r/LS_COLORS.git
synced 2024-12-22 13:52:12 +01:00
formatting, sorting
This commit is contained in:
parent
d3f7f4044d
commit
f1c84a62ee
1 changed files with 81 additions and 48 deletions
129
LS_COLORS
129
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
|
||||
|
|
Loading…
Reference in a new issue