mirror of
https://github.com/trapd00r/LS_COLORS.git
synced 2024-12-22 13:52:12 +01:00
add folding instead of ugly horizontal rules
This commit is contained in:
parent
f1c84a62ee
commit
e28ee9e977
1 changed files with 69 additions and 103 deletions
172
LS_COLORS
172
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:
|
||||
|
|
Loading…
Reference in a new issue