dotfiles:dircolors.256colors
Differences
This shows you the differences between two versions of the page.
| dotfiles:dircolors.256colors [2015/01/28 12:40] – created warnaud | dotfiles:dircolors.256colors [2020/12/17 05:23] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | <code bash> | ||
| + | # Dark 256 color solarized theme for the color GNU ls utility. | ||
| + | # Used and tested with dircolors (GNU coreutils) 8.5 | ||
| + | # | ||
| + | # @author | ||
| + | # @license http:// | ||
| + | # | ||
| + | # More Information at | ||
| + | # https:// | ||
| + | # 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 eterm-color | ||
| + | TERM gnome | ||
| + | TERM gnome-256color | ||
| + | TERM jfbterm | ||
| + | TERM konsole | ||
| + | TERM kterm | ||
| + | TERM linux | ||
| + | TERM linux-c | ||
| + | TERM mach-color | ||
| + | TERM mlterm | ||
| + | TERM putty | ||
| + | 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-256color | ||
| + | TERM screen-256color-bce | ||
| + | TERM screen-bce | ||
| + | TERM screen-w | ||
| + | TERM screen.linux | ||
| + | TERM vt100 | ||
| + | TERM xterm | ||
| + | TERM xterm-16color | ||
| + | TERM xterm-256color | ||
| + | TERM xterm-88color | ||
| + | TERM xterm-color | ||
| + | TERM xterm-debian | ||
| + | |||
| + | ## 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:// | ||
| + | # | ||
| + | # Text 256 color coding: | ||
| + | # 38; | ||
| + | # Background 256 color coding: | ||
| + | # 48; | ||
| + | |||
| + | ## Special files | ||
| + | |||
| + | NORMAL 00;38;5;244 # no color code at all | ||
| + | #FILE 00 # regular file: use no color at all | ||
| + | RESET 0 # reset to " | ||
| + | DIR 00;38;5;33 # directory 01;34 | ||
| + | LINK 01;38;5;37 # symbolic link. (If you set this to ' | ||
| + | # numerical value, the color is as for the file pointed to.) | ||
| + | MULTIHARDLINK 00 # regular file with more than one link | ||
| + | FIFO 48; | ||
| + | SOCK 48; | ||
| + | DOOR 48; | ||
| + | BLK 48; | ||
| + | CHR 48; | ||
| + | ORPHAN 48; | ||
| + | SETUID 48; | ||
| + | SETGID 48; | ||
| + | CAPABILITY 30;41 # file with capability | ||
| + | STICKY_OTHER_WRITABLE 48; | ||
| + | OTHER_WRITABLE 48; | ||
| + | STICKY 48; | ||
| + | # This is for files with execute permission: | ||
| + | EXEC 01;38;5;64 | ||
| + | |||
| + | ## Archives or compressed (bold for compression) | ||
| + | .tar 00;38;5;88 | ||
| + | .tgz 01;38;5;88 | ||
| + | .arj 01;38;5;88 | ||
| + | .taz 01;38;5;88 | ||
| + | .lzh 01;38;5;88 | ||
| + | .lzma | ||
| + | .tlz 01;38;5;88 | ||
| + | .txz 01;38;5;88 | ||
| + | .zip 01;38;5;88 | ||
| + | .z 01;38;5;88 | ||
| + | .Z 01;38;5;88 | ||
| + | .dz | ||
| + | .gz | ||
| + | .lz | ||
| + | .xz | ||
| + | .bz2 01;38;5;88 | ||
| + | .bz | ||
| + | .tbz 01;38;5;88 | ||
| + | .tbz2 | ||
| + | .tz | ||
| + | .deb 01;38;5;88 | ||
| + | .rpm 01;38;5;88 | ||
| + | .jar 01;38;5;88 | ||
| + | .rar 01;38;5;88 | ||
| + | .ace 01;38;5;88 | ||
| + | .zoo 01;38;5;88 | ||
| + | .cpio | ||
| + | .7z | ||
| + | .rz | ||
| + | .apk 01;38;5;88 | ||
| + | |||
| + | # Image formats (yellow) | ||
| + | .jpg 00;38;5;136 | ||
| + | .JPG 00;38;5;136 #stupid but needed | ||
| + | .jpeg | ||
| + | .gif 00;38;5;136 | ||
| + | .bmp 00;38;5;136 | ||
| + | .pbm 00;38;5;136 | ||
| + | .pgm 00;38;5;136 | ||
| + | .ppm 00;38;5;136 | ||
| + | .tga 00;38;5;136 | ||
| + | .xbm 00;38;5;136 | ||
| + | .xpm 00;38;5;136 | ||
| + | .tif 00;38;5;136 | ||
| + | .tiff | ||
| + | .png 00;38;5;136 | ||
| + | .svg 00;38;5;136 | ||
| + | .svgz | ||
| + | .mng 00;38;5;136 | ||
| + | .pcx 00;38;5;136 | ||
| + | .dl | ||
| + | .xcf 00;38;5;136 | ||
| + | .xwd 00;38;5;136 | ||
| + | .yuv 00;38;5;136 | ||
| + | .cgm 00;38;5;136 | ||
| + | .emf 00;38;5;136 | ||
| + | .eps 00;38;5;136 | ||
| + | .CR2 00;38;5;136 | ||
| + | .ico 00;38;5;136 | ||
| + | |||
| + | ## Source text | ||
| + | .h 00;38;5;177 | ||
| + | .c 00;38;5;177 | ||
| + | .C 00;38;5;177 | ||
| + | .cc | ||
| + | .cpp 00;38;5;177 | ||
| + | .cxx 00;38;5;177 | ||
| + | .objc | ||
| + | .sh | ||
| + | .csh 00;38;5;177 | ||
| + | .zsh 00;38;5;177 | ||
| + | .el | ||
| + | .vim 00;38;5;177 | ||
| + | .java | ||
| + | .pl | ||
| + | .pm | ||
| + | .py | ||
| + | .rb | ||
| + | .hs | ||
| + | .php 00;38;5;177 | ||
| + | .htm 00;38;5;177 | ||
| + | .html | ||
| + | .shtml | ||
| + | .xml 00;38;5;177 | ||
| + | .rdf 00;38;5;177 | ||
| + | .css 00;38;5;177 | ||
| + | .js | ||
| + | .man 00;38;5;177 | ||
| + | .pod 00;38;5;177 | ||
| + | .tex 00;38;5;177 | ||
| + | .gpi 00;38;5;177 | ||
| + | |||
| + | # Files of special interest (base1 + bold) | ||
| + | .rdf | ||
| + | .owl | ||
| + | .n3 01;38;5;245 | ||
| + | .ttl | ||
| + | .nt 01;38;5;245 | ||
| + | .torrent | ||
| + | *Makefile | ||
| + | *Rakefile | ||
| + | *build.xml | ||
| + | *rc 01;38;5;245 | ||
| + | *1 | ||
| + | .nfo | ||
| + | *README | ||
| + | *README.txt | ||
| + | *readme.txt | ||
| + | .md 01;38;5;245 | ||
| + | *README.markdown 01;38;5;245 | ||
| + | .ini | ||
| + | .yml | ||
| + | .cfg | ||
| + | .conf 01;38;5;245 | ||
| + | |||
| + | # " | ||
| + | .log 00;38;5;240 | ||
| + | .bak 00;38;5;240 | ||
| + | .aux 00;38;5;240 | ||
| + | .bbl 00;38;5;240 | ||
| + | .blg 00;38;5;240 | ||
| + | *~ 00;38;5;240 | ||
| + | *# 00;38;5;240 | ||
| + | .part | ||
| + | .incomplete 00;38;5;240 | ||
| + | .swp 00;38;5;240 | ||
| + | .tmp 00;38;5;240 | ||
| + | .temp | ||
| + | .o 00;38;5;240 | ||
| + | .pyc 00;38;5;240 | ||
| + | .class | ||
| + | .cache | ||
| + | |||
| + | ## Binary document formats and multimedia source | ||
| + | .doc 00;38;5;99 | ||
| + | .docx | ||
| + | .rtf 00;38;5;99 | ||
| + | .dot 00;38;5;99 | ||
| + | .dotx | ||
| + | .xls 00;38;5;99 | ||
| + | .xlsx | ||
| + | .ppt 00;38;5;99 | ||
| + | .pptx | ||
| + | .fla 00;38;5;99 | ||
| + | .psd 00;38;5;99 | ||
| + | .pdf 00;38;5;99 | ||
| + | .djvu | ||
| + | .odt 00;38;5;99 | ||
| + | .fodt | ||
| + | .ods 00;38;5;99 | ||
| + | .fods | ||
| + | .odp 00;38;5;99 | ||
| + | .fodp | ||
| + | .odg 00;38;5;99 | ||
| + | .fodg | ||
| + | .odb 00;38;5;99 | ||
| + | .odf 00;38;5;99 | ||
| + | |||
| + | # Audio formats (orange) | ||
| + | .aac 00;38;5;166 | ||
| + | .au | ||
| + | .flac | ||
| + | .mid 00;38;5;166 | ||
| + | .midi | ||
| + | .mka 00;38;5;166 | ||
| + | .mp3 00;38;5;166 | ||
| + | .mpc 00;38;5;166 | ||
| + | .ogg 00;38;5;166 | ||
| + | .ra | ||
| + | .wav 00;38;5;166 | ||
| + | .m4a 00;38;5;166 | ||
| + | # http:// | ||
| + | .axa 00;38;5;166 | ||
| + | .oga 00;38;5;166 | ||
| + | .spx 00;38;5;166 | ||
| + | .xspf | ||
| + | |||
| + | # Video formats (as audio + bold) | ||
| + | .mov 01;38;5;166 | ||
| + | .mpg 01;38;5;166 | ||
| + | .mpeg | ||
| + | .m2v 01;38;5;166 | ||
| + | .mkv 01;38;5;166 | ||
| + | .ogm 01;38;5;166 | ||
| + | .mp4 01;38;5;166 | ||
| + | .m4v 01;38;5;166 | ||
| + | .mp4v | ||
| + | .vob 01;38;5;166 | ||
| + | .qt | ||
| + | .nuv 01;38;5;166 | ||
| + | .wmv 01;38;5;166 | ||
| + | .asf 01;38;5;166 | ||
| + | .rm | ||
| + | .rmvb | ||
| + | .flc 01;38;5;166 | ||
| + | .avi 01;38;5;166 | ||
| + | .fli 01;38;5;166 | ||
| + | .flv 01;38;5;166 | ||
| + | .gl | ||
| + | .m2ts | ||
| + | .divx | ||
| + | .webm | ||
| + | # http:// | ||
| + | .axv 01;38;5;166 | ||
| + | .anx 01;38;5;166 | ||
| + | .ogv 01;38;5;166 | ||
| + | .ogx 01;38;5;166 | ||
| + | |||
| + | </ | ||
