dircolours (2524B)
1 # _______ __ __ 2 #| \ | \ | \ 3 #| $$$$$$$\ \$$ ______ _______ ______ | $$ ______ __ __ ______ _______ 4 #| $$ | $$| \ / \ / \ / \ | $$ / \ | \ | \ / \ / \ 5 #| $$ | $$| $$| $$$$$$\| $$$$$$$| $$$$$$\| $$| $$$$$$\| $$ | $$| $$$$$$\| $$$$$$$ 6 #| $$ | $$| $$| $$ \$$| $$ | $$ | $$| $$| $$ | $$| $$ | $$| $$ \$$ \$$ \ 7 #| $$__/ $$| $$| $$ | $$_____ | $$__/ $$| $$| $$__/ $$| $$__/ $$| $$ _\$$$$$$\ 8 #| $$ $$| $$| $$ \$$ \ \$$ $$| $$ \$$ $$ \$$ $$| $$ | $$ 9 # \$$$$$$$ \$$ \$$ \$$$$$$$ \$$$$$$ \$$ \$$$$$$ \$$$$$$ \$$ \$$$$$$$ 10 11 #Redisributed by Shipwreckt 12 #Email: shipwreckt@mailfence.com 13 #website: shipwreckt.co.uk 14 15 # Note to the USer 16 # Hi there I do hope you like the colours I have chosen but if not you are welcome to change them! 17 18 # =================================================================== 19 # Terminal filters 20 # =================================================================== 21 # Below are TERM or COLORTERM entries, which can be glob patterns, which 22 # restrict following config to systems with matching environment variables. 23 COLORTERM ?* 24 TERM Eterm 25 TERM ansi 26 TERM *color* 27 TERM con[0-9]*x[0-9]* 28 TERM cons25 29 TERM console 30 TERM cygwin 31 TERM *direct* 32 TERM dtterm 33 TERM gnome 34 TERM hurd 35 TERM jfbterm 36 TERM konsole 37 TERM kterm 38 TERM linux 39 TERM linux-c 40 TERM mlterm 41 TERM putty 42 TERM rxvt* 43 TERM screen* 44 TERM st 45 TERM terminator 46 TERM tmux* 47 TERM vt100 48 TERM xterm* 49 50 51 52 # Basic file attributes / misc colours 53 DIR 01;38;5;61 #Directory 54 EXEC 01;32 55 MISSING 00 56 57 #Text files / Libreoffice files 58 .txt 1;38;5;244 59 .odt 1;38;5;31 60 .ods 1;38;5;34 61 62 # Programming colours (Variaty of colours) 63 .git 1;38;5;166 64 .toml 1;38;5;166 65 .conf 1;38;5;82 66 .ini 1;38;5;83 67 .bk 4;38;5;167 68 .html 1;38;5;166 69 .css 1;38;5;195 70 .js 1;38;5;11 71 .py 1;38;5;31 72 .c 1;38;5;67 73 .sh 01;32 74 75 # compressed files (Maroon) 76 .zip 01;31 77 .jar 01;31 78 .tar 01;31 79 .deb 01;31 80 .apk 01;31 81 .tz 01;31 82 .gz 01;31 83 84 #Video (Red) 85 .mp4 1;38;5;160 86 .webm 1;38;5;160 87 .mkv 0;38;5;160 88 .mov 0;38;5;160 89 90 # Images (Dark blue) 91 .jpeg 0;38;5;27 92 .webp 1;38;5;27 93 .jpg 0;38;5;27 94 .png 0;38;5;27 95 .gif 0;38;5;27 96 97 # Audio (Red) 98 .mp3 1;38;5;124 99 .wav 1;38;5;124 100 .ogg 1;38;5;124 101 102 # Winodws related (sky blue underlined) 103 .cmd 4;38;5;117 104 .exe 4;38;5;117 105 .com 4;38;5;117 106 .btm 4;38;5;117 107 .bat 4;38;5;117 108 109 #Misc files 110 .desktop 2;38;5;85