diff options
-rw-r--r-- | src/dircolors.hin | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/src/dircolors.hin b/src/dircolors.hin index 5da7807de..f39115685 100644 --- a/src/dircolors.hin +++ b/src/dircolors.hin @@ -19,12 +19,15 @@ TERM con80x30 TERM con80x43 TERM con80x50 TERM con80x60 +TERM dtterm TERM xterm +TERM xterm-color TERM xterm-debian TERM rxvt TERM screen TERM screen-w TERM vt100 +TERM Eterm # 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: @@ -72,19 +75,31 @@ EXEC 01;32 .bz2 01;31 .deb 01;31 .rpm 01;31 +.jar 01;3 # image formats .jpg 01;35 +.jpeg 01;35 .gif 01;35 .bmp 01;35 +.pbm 01;35 +.pgm 01;35 .ppm 01;35 .tga 01;35 .xbm 01;35 .xpm 01;35 .tif 01;35 +.tiff 01;35 .png 01;35 .mpg 01;35 +.mpeg 01;35 .avi 01;35 .fli 01;35 .gl 01;35 .dl 01;35 +.xcf 01;35 +.xwd 01;35 + +# audio formats +.ogg 01;35 +.mp3 01;35 |