Files
vim-monokai-tasty/dircolors/.dircolors
Patrick Stockwell c56dfb2e0e update dircolors
make the hard-to-see files names clearer (.tar .tar.gz)
2018-12-20 17:14:50 +11:00

296 lines
5.8 KiB
Plaintext

# Monokai colour theme for the GNU ls utility.
# Term Section
TERM Eterm
TERM ansi
TERM color-xterm
TERM con132x25
TERM con132x30
TERM con132x43
TERM con132x60
TERM con80x25
TERM con80x28
TERM con80x30
TERM con80x43
TERM con80x50
TERM con80x60
TERM cons25
TERM console
TERM cygwin
TERM dtterm
TERM dvtm
TERM dvtm-256color
TERM eterm-color
TERM fbterm
TERM gnome
TERM gnome-256color
TERM jfbterm
TERM konsole
TERM konsole-256color
TERM kterm
TERM linux
TERM linux-c
TERM mach-color
TERM mlterm
TERM putty
TERM putty-256color
TERM rxvt
TERM rxvt-256color
TERM rxvt-cygwin
TERM rxvt-cygwin-native
TERM rxvt-unicode
TERM rxvt-unicode256
TERM rxvt-unicode-256color
TERM screen
TERM screen-16color
TERM screen-16color-bce
TERM screen-16color-s
TERM screen-16color-bce-s
TERM screen-256color
TERM screen-256color-bce
TERM screen-256color-s
TERM screen-256color-bce-s
TERM screen-256color-italic
TERM screen-bce
TERM screen-w
TERM screen.linux
TERM screen.xterm-256color
TERM st
TERM st-meta
TERM st-256color
TERM st-meta-256color
TERM tmux
TERM tmux-256color
TERM vt100
TERM xterm
TERM xterm-16color
TERM xterm-256color
TERM xterm-256color-italic
TERM xterm-88color
TERM xterm-color
TERM xterm-debian
TERM xterm-termite
## Documentation
#
# standard colors
#
# Below are the color init strings for the basic file types. A color init
# string consists of one or more of the following numeric codes:
# Attribute codes:
# 00=none 01=bold 04=underscore 05=blink 07=reverse 08=concealed
# Text color codes:
# 30=black 31=red 32=green 33=yellow 34=blue 35=magenta 36=cyan 37=white
# Background color codes:
# 40=black 41=red 42=green 43=yellow 44=blue 45=magenta 46=cyan 47=white
#
#
# 256 color support
# see here: http://www.mail-archive.com/bug-coreutils@gnu.org/msg11030.html)
#
# Text 256 color coding:
# 38;5;COLOR_NUMBER
# Background 256 color coding:
# 48;5;COLOR_NUMBER
## Special files
NORMAL 00;38;5;247 # no color code at all
#FILE 00 # regular file: use no color at all
RESET 0 # reset to "normal" color
DIR 01;34 # directory 01;34
LINK 01;36 # symbolic link. (If you set this to 'target' instead of a
# numerical value, the color is as for the file pointed to.)
MULTIHARDLINK 00 # regular file with more than one link
FIFO 00;30;43 # pipe
SOCK 00;30;43 # socket
DOOR 00;30;43 # door
BLK 00;30;41 # block device driver
CHR 00;30;41 # character device driver
ORPHAN 00;35;40 # symlink to nonexistent file, or non-stat'able file
SETUID 01;37;45 # file that is setuid (u+s)
SETGID 00;30;42 # file that is setgid (g+s)
CAPABILITY 00;30;41 # file with capability
STICKY_OTHER_WRITABLE 00;30;42 # dir that is sticky and other-writable (+t,o+w)
OTHER_WRITABLE 01;34;47 # dir that is other-writable (o+w) and not sticky
STICKY 00;30;46 48;5;141;38;5;235 # dir with the sticky bit set (+t) and not other-writable
# This is for files with execute permission:
EXEC 01;32
## Archives or compressed (purple + bold for compression)
.tar 01;03;30
.tgz 01;03;30
.arj 01;03;30
.taz 01;03;30
.lzh 01;03;30
.lzma 01;03;30
.tlz 01;03;30
.txz 01;03;30
.zip 01;03;30
.z 01;03;30
.Z 01;03;30
.dz 01;03;30
.gz 01;03;30
.lz 01;03;30
.xz 01;03;30
.bz2 01;03;30
.bz 01;03;30
.tbz 01;03;30
.tbz2 01;03;30
.tz 01;03;30
.deb 01;03;30
.rpm 01;03;30
.jar 01;03;30
.rar 01;03;30
.ace 01;03;30
.zoo 01;03;30
.cpio 01;03;30
.7z 01;03;30
.rz 01;03;30
.apk 01;03;30
.gem 01;03;30
# Image formats (yellow)
.jpg 00;33
.JPG 00;33
.jpeg 00;33
.gif 00;33
.bmp 00;33
.pbm 00;33
.pgm 00;33
.ppm 00;33
.tga 00;33
.xbm 00;33
.xpm 00;33
.tif 00;33
.tiff 00;33
.png 00;33
.PNG 00;33
.svg 00;33
.svgz 00;33
.mng 00;33
.pcx 00;33
.dl 00;33
.xcf 00;33
.xwd 00;33
.yuv 00;33
.cgm 00;33
.emf 00;33
.eps 00;33
.CR2 00;33
.ico 00;33
# Files of special interest (base1)
.tex 01;37
.rdf 01;37
.owl 01;37
.n3 01;37
.ttl 01;37
.nt 01;37
.torrent 01;37
.xml 01;37
*Makefile 01;37
*Rakefile 01;37
*Dockerfile 01;37
*build.xml 01;37
*rc 01;37
*1 01;37
.nfo 01;37
*README 01;37
*README.txt 01;37
*readme.txt 01;37
.md 01;37
*README.markdown 01;37
.ini 01;37
.yml 01;37
.cfg 01;37
.conf 01;37
.h 01;37
.hpp 01;37
.c 01;37
.cpp 01;37
.cxx 01;37
.cc 01;37
.objc 01;37
.sqlite 01;37
.go 01;37
.sql 01;37
.csv 01;37
# "unimportant" files as logs and backups (base01)
.log 01;33
.bak 01;33
.aux 01;33
.lof 01;33
.lol 01;33
.lot 01;33
.out 01;33
.toc 01;33
.bbl 01;33
.blg 01;33
*~ 01;33
*# 01;33
.part 01;33
.incomplete 01;33
.swp 01;33
.tmp 01;33
.temp 01;33
.o 01;33
.pyc 01;33
.class 01;33
.cache 01;33
# Audio formats (orange)
.aac 00;31
.au 00;31
.flac 00;31
.mid 00;31
.midi 00;31
.mka 00;31
.mp3 00;31
.mpc 00;31
.ogg 00;31
.opus 00;31
.ra 00;31
.wav 00;31
.m4a 00;31
# http://wiki.xiph.org/index.php/MIME_Types_and_File_Extensions
.axa 00;31
.oga 00;31
.spx 00;31
.xspf 00;31
# Video formats (as audio + bold)
.mov 00;31
.MOV 00;31
.mpg 00;31
.mpeg 00;31
.m2v 00;31
.mkv 00;31
.ogm 00;31
.mp4 00;31
.m4v 00;31
.mp4v 00;31
.vob 00;31
.qt 00;31
.nuv 00;31
.wmv 00;31
.asf 00;31
.rm 00;31
.rmvb 00;31
.flc 00;31
.avi 00;31
.fli 00;31
.flv 00;31
.gl 00;31
.m2ts 00;31
.divx 00;31
.webm 00;31
# http://wiki.xiph.org/index.php/MIME_Types_and_File_Extensions
.axv 00;31
.anx 00;31
.ogv 00;31
.ogx 00;31