update my personal LS_COLORS setup

This commit is contained in:
Magnus Woldrich 2016-09-08 17:55:31 +02:00
parent 6bd6e84bdb
commit 33fce67b6b
1 changed files with 79 additions and 152 deletions

231
LS_COLORS
View File

@ -1,9 +1,10 @@
# LS_COLORS
#< LS_COLORS
# vim: ft=dircolors:fdm=marker:fdl=0:et:sw=2:
# Maintainers: Magnus Woldrich <m@japh.se>,
# Ryan Delaney <ryan.delaney@gmail.com> OpenGPG: 0D98863B4E1D07B6
# URL: https://github.com/trapd00r/LS_COLORS
# Version: 0.3-win
# Updated: Sun Mar 27 08:37 PDT 2016
# Version: 0.31-japh
# Updated: 2016-09-08 17:36:33
#
# 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,
@ -31,14 +32,15 @@
#
# You should have received a copy of the Perl Artistic License along
# with this program. If not, see <http://www.perlfoundation.org/artistic_license_1_0>.
#>
# core {{{1
#< core
BLK 38;5;68
CAPABILITY 38;5;17
CHR 38;5;113;1
DIR 38;5;30
DOOR 38;5;127
EXEC 38;5;172
EXEC 38;5;166;1
FIFO 38;5;126
FILE 38;5;253
LINK target
@ -53,15 +55,15 @@ SETUID 38;5;220;1;3;100;1
SOCK 38;5;197
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 # :-)
# }}}
# windows {{{
*LS_COLORS 48;5;89;38;5;197;1;3;4;7 # $self :-)
#< windows
*.msi 38;5;039
*.xys 38;5;204 # xyplorer
# }}}
# documents {{{1
#>
#< documents
*README 38;5;220;1
*LICENSE 38;5;220;1
*COPYING 38;5;220;1
@ -75,9 +77,13 @@ STICKY_OTHER_WRITABLE 48;5;235;38;5;139;3
*NOTICE 38;5;220;1
*CHANGES 38;5;220;1
.log 38;5;190
# plain-text {{{2
*Makefile 38;5;155
*MANIFEST 38;5;243
*pm_to_blib 38;5;240
#< plain
.txt 38;5;253
# markup {{{2
#>
#< markup
.etx 38;5;184
.info 38;5;184
.markdown 38;5;184
@ -87,7 +93,8 @@ STICKY_OTHER_WRITABLE 48;5;235;38;5;139;3
.pod 38;5;184
.tex 38;5;184
.textile 38;5;184
# key-value, non-relational data {{{2
#>
#< key-value, non-relational data
.json 38;5;178
.msg 38;5;178
.pgn 38;5;178
@ -96,15 +103,17 @@ STICKY_OTHER_WRITABLE 48;5;235;38;5;139;3
.yml 38;5;178
.RData 38;5;178
.rdata 38;5;178
# }}}
# binary {{{2
.csv 38;5;78
#>
#< binary
.cbr 38;5;141
.cbz 38;5;141
.chm 38;5;141
.djvu 38;5;141
.pdf 38;5;141
.PDF 38;5;141
# words {{{3
#>
# office
.docm 38;5;111;4
.doc 38;5;111
.docx 38;5;111
@ -112,26 +121,18 @@ STICKY_OTHER_WRITABLE 48;5;235;38;5;139;3
.ps 38;5;111
.odb 38;5;111
.odt 38;5;111
# presentation {{{3
.odp 38;5;166
.pps 38;5;166
.ppt 38;5;166
# spreadsheet {{{3
.csv 38;5;78
# Open document spreadsheet
.ods 38;5;112
.xla 38;5;76
# Excel spreadsheet
.xls 38;5;112
.xlsx 38;5;112
# Excel spreadsheet with macros
.xlsxm 38;5;112;4
# Excel module
.xltm 38;5;73;4
.xltx 38;5;73
# }}}
# }}}
# configs {{{2
#>
#< configs
*cfg 38;5;204
*conf 38;5;204
*rc 38;5;204
@ -141,104 +142,68 @@ STICKY_OTHER_WRITABLE 48;5;235;38;5;139;3
.pcf 38;5;204 # cisco VPN client configuration
.psf 38;5;204 # adobe photoshop proof settings file
.reg 38;5;203 # regedit/settings
# }}}
# }}}
# code {{{1
# version control {{{2
#>
#< code
.git 38;5;197
.gitignore 38;5;240
.gitattributes 38;5;240
.gitmodules 38;5;240
# shell {{{2
.awk 38;5;172
.bash 38;5;172
.bat 38;5;172
.BAT 38;5;172
.sed 38;5;172
.sh 38;5;172
.zsh 38;5;172
.vim 38;5;172
# interpreted {{{2
.sh 38;5;138
.zsh 38;5;137
.vim 38;5;254;1
.ahk 38;5;41
# python
.py 38;5;41
# perl
.pl 38;5;208
.PL 38;5;160
.t 38;5;114
# sql
.msql 38;5;222
.mysql 38;5;222
.pgsql 38;5;222
.sql 38;5;222
# Tool Command Language
.tcl 38;5;64;1
# R language
.r 38;5;49
.R 38;5;49
# GrADS script
.gs 38;5;81
# compiled {{{2
#
# assembly language
.asm 38;5;81
# LISP
.cl 38;5;81
.lisp 38;5;81
# lua
.lua 38;5;81
# Moonscript
.moon 38;5;81
# C
.c 38;5;81
.C 38;5;81
.h 38;5;110
.H 38;5;110
.tcc 38;5;110
# C++
.c++ 38;5;81
.h++ 38;5;110
.hpp 38;5;110
.hxx 38;5;110
.ii 38;5;110
# method file for Objective C
.M 38;5;110
.m 38;5;110
# Csharp
.cc 38;5;81
.cs 38;5;81
.cp 38;5;81
.cpp 38;5;81
.cxx 38;5;81
# Crystal
.cr 38;5;81
# Google golang
.go 38;5;81
# fortran
.f 38;5;81
.for 38;5;81
.ftn 38;5;81
# pascal
.s 38;5;110
.S 38;5;110
# Rust
.rs 38;5;81
# ?
.sx 38;5;81
# interface file in GHC - https://github.com/trapd00r/LS_COLORS/pull/9
.hi 38;5;110
# haskell
.hs 38;5;81
.lhs 38;5;81
# binaries {{{2
# compiled apps for interpreted languages
.pyc 38;5;240
# }}}
# html {{{2
.css 38;5;125;1
.less 38;5;125;1
.sass 38;5;125;1
@ -249,32 +214,18 @@ STICKY_OTHER_WRITABLE 48;5;235;38;5;139;3
.mht 38;5;125;1
.eml 38;5;125;1
.mustache 38;5;125;1
# }}}
# java {{{2
.coffee 38;5;074;1
.java 38;5;074;1
.js 38;5;074;1
.jsm 38;5;074;1
.jsm 38;5;074;1
.jsp 38;5;074;1
# }}}
# php {{{2
.php 38;5;81
# CakePHP view scripts and helpers
.ctp 38;5;81
# Twig template engine
.twig 38;5;81
# }}}
# vb/a {{{2
.vb 38;5;81
.vba 38;5;81
.vbs 38;5;81
# 2}}}
# Build stuff {{{2
*Makefile 38;5;155
*MANIFEST 38;5;243
*pm_to_blib 38;5;240
# automake
.am 38;5;242
.in 38;5;242
.hin 38;5;242
@ -283,12 +234,10 @@ STICKY_OTHER_WRITABLE 48;5;235;38;5;139;3
.old 38;5;242
.out 38;5;242
.SKIP 38;5;244
# }}}
# patch files {{{2
.diff 48;5;197;38;5;232
.patch 48;5;197;38;5;232;1
#}}}
# graphics {{{1
#>
#< graphics
.bmp 38;5;129
.tiff 38;5;97
.TIFF 38;5;97
@ -302,8 +251,8 @@ STICKY_OTHER_WRITABLE 48;5;235;38;5;139;3
.png 38;5;197
.svg 38;5;97
.xpm 38;5;97
# }}}
# video {{{1
#>
#< video
.avi 38;5;114
.divx 38;5;114
.IFO 38;5;114
@ -319,7 +268,6 @@ STICKY_OTHER_WRITABLE 48;5;235;38;5;139;3
.rmvb 38;5;114
.sample 38;5;114
.wmv 38;5;114
# mobile/streaming {{{2
.3g2 38;5;115
.3gp 38;5;115
.gp3 38;5;115
@ -330,12 +278,10 @@ STICKY_OTHER_WRITABLE 48;5;235;38;5;139;3
.ts 38;5;115
.ogv 38;5;115
.f4v 38;5;115
# }}}
# lossless {{{2
.VOB 38;5;115;1
.vob 38;5;115;1
# }}}
# audio {{{1
#>
#< audio
.3ga 38;5;137;1
.S3M 38;5;137;1
.aac 38;5;137;1
@ -351,26 +297,23 @@ STICKY_OTHER_WRITABLE 48;5;235;38;5;139;3
.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
.alac 38;5;136;1
.wav 38;5;136;1
.wv 38;5;136;1
.wvc 38;5;136;1
# }}}
# fonts {{{1
#>
#< fonts
.afm 38;5;66
.pfb 38;5;66
.pfm 38;5;66
.ttf 38;5;66
.otf 38;5;66
# postscript fonts
.PFA 38;5;66
.pfa 38;5;66
# }}}
# archives {{{1
#>
#< archives
.7z 38;5;40
.a 38;5;40
.arj 38;5;40
@ -381,20 +324,7 @@ STICKY_OTHER_WRITABLE 48;5;235;38;5;139;3
.tgz 38;5;40
.xz 38;5;40
.zip 38;5;40
# packaged apps {{{2
.apk 38;5;215
.deb 38;5;215
.jad 38;5;215
.jar 38;5;215
.cab 38;5;215
.pak 38;5;215
.pk3 38;5;215
.vdf 38;5;215
.vpk 38;5;215
.bsp 38;5;215
.dmg 38;5;215
# }}}
# segments {{{2
.r00 38;5;239
.r01 38;5;239
.r02 38;5;239
@ -511,17 +441,28 @@ 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
#>
#< packaged apps
.apk 38;5;215
.deb 38;5;215
.jad 38;5;215
.jar 38;5;215
.cab 38;5;215
.pak 38;5;215
.pk3 38;5;215
.vdf 38;5;215
.vpk 38;5;215
.bsp 38;5;215
.dmg 38;5;215
#>
#< partition images
.iso 38;5;124
.bin 38;5;124
.nrg 38;5;124
.qcow 38;5;124
.sparseimage 38;5;124
# }}}
# databases {{{2
#>
#< databases
.accdb 38;5;60
.accde 38;5;60
.accdr 38;5;60
@ -530,48 +471,41 @@ STICKY_OTHER_WRITABLE 48;5;235;38;5;139;3
.localstorage 38;5;60
.sqlite 38;5;60
.typelib 38;5;60
# NetCDF database
.nc 38;5;60
# }}}
# tempfiles {{{1
#>
#< tempfiles
.part 38;5;239
*~ 38;5;241
.pacnew 38;5;33
.un~ 38;5;241
.orig 38;5;241
# backups
.BUP 38;5;241
.bak 38;5;241
.o 38;5;241 # *nix Object file (shared libraries, core dumps etc)
.rlib 38;5;241 # Static rust library
# temporary files
.swp 38;5;244
.swo 38;5;244
.tmp 38;5;244
.sassc 38;5;244
# state files
.pid 38;5;248
.state 38;5;248
*lockfile 38;5;248
# error logs
.err 38;5;160;1
.error 38;5;160;1
.stderr 38;5;160;1
# state dumps
.dump 38;5;241
.stackdump 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
# }}}
# hosts {{{1
# /etc/hosts.{deny,allow}
#>
#< /etc/hosts.{deny,allow}
.allow 38;5;112
.deny 38;5;196
# }}}
# systemd {{{1
#>
#< systemd
# http://www.freedesktop.org/software/systemd/man/systemd.unit.html
.service 38;5;45
*@.service 38;5;45
@ -584,8 +518,8 @@ STICKY_OTHER_WRITABLE 48;5;235;38;5;139;3
.path 38;5;45
.timer 38;5;45
.snapshot 38;5;45
# }}}
# metadata {{{1
#>
#< metadata
.application 38;5;116
.cue 38;5;116
.description 38;5;116
@ -599,8 +533,8 @@ STICKY_OTHER_WRITABLE 48;5;235;38;5;139;3
.theme 38;5;116
.torrent 38;5;116
.urlview 38;5;116
# }}}
# encrypted data {{{1
#>
#< encrypted data
.asc 38;5;192;3
.enc 38;5;192;3
.gpg 38;5;192;3
@ -613,15 +547,14 @@ STICKY_OTHER_WRITABLE 48;5;235;38;5;139;3
.enc 38;5;192;3
.sig 38;5;192;3
.signature 38;5;192;3
# 1}}}
# emulators {{{1
#>
#< emulators
.32x 38;5;213
.cdi 38;5;213
.fm2 38;5;213
.rom 38;5;213
.sav 38;5;213
.st 38;5;213
# atari
.a00 38;5;213
.a52 38;5;213
.A64 38;5;213
@ -629,7 +562,6 @@ STICKY_OTHER_WRITABLE 48;5;235;38;5;139;3
.a78 38;5;213
.adf 38;5;213
.atr 38;5;213
# nintendo
.gb 38;5;213
.gba 38;5;213
.gbc 38;5;213
@ -640,11 +572,9 @@ STICKY_OTHER_WRITABLE 48;5;235;38;5;139;3
.j64 38;5;213
.nds 38;5;213
.nes 38;5;213
# Sega
.sms 38;5;213
# }}}
# unsorted {{{1
#
#>
#< unsorted
# Portable Object Translation for GNU Gettext
.pot 38;5;7
# CAD files for printed circuit boards
@ -695,8 +625,8 @@ STICKY_OTHER_WRITABLE 48;5;235;38;5;139;3
.vcard 38;5;7
.vcf 38;5;7
.xln 38;5;7
# }}}
# termcap {{{1
#>
#< termcap
TERM ansi
TERM color-xterm
TERM con132x25
@ -747,7 +677,4 @@ TERM xterm-256color
TERM xterm-88color
TERM xterm-color
TERM xterm-debian
# }}}
# vim: ft=dircolors:fdm=marker:et:sw=2:
#>