mirror of
https://github.com/trapd00r/LS_COLORS.git
synced 2024-12-22 13:52:12 +01:00
Renamed section to 'compiled procedural languages', merged ms-office documents into general document section
This commit is contained in:
parent
35947767fc
commit
e928400113
1 changed files with 31 additions and 33 deletions
64
LS_COLORS
64
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
|
||||
|
|
Loading…
Reference in a new issue