From a536063677476b32bfa03131c83328eff7ef8e2e Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Thu, 18 Jul 2002 09:28:41 +0000 Subject: [PATCH] Add the following to the list of colorizable TERM names: dtterm xterm-color Eterm. New archive suffix: .jar New image suffixes: .jpeg .pbm .pgm .tiff .mpeg .xcf .xwd Audio suffixes: .ogg .mp3 --- src/dircolors.hin | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/src/dircolors.hin b/src/dircolors.hin index 5da7807dea..f391156857 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 -- 2.47.3