d3767b
From a13bc34f1eeebdf8b87e4b5a570341bb77a62f76 Mon Sep 17 00:00:00 2001
d3767b
From: Kamil Dudka <kdudka@redhat.com>
d3767b
Date: Fri, 17 Jun 2016 16:58:18 +0200
d3767b
Subject: [PATCH] downstream changes to default DIR_COLORS
d3767b
d3767b
---
d3767b
 DIR_COLORS              |  41 ++++---
d3767b
 DIR_COLORS.256color     | 300 ++++++++++++++++++++++++------------------------
d3767b
 DIR_COLORS.lightbgcolor | 211 ++++++++++++++++++----------------
d3767b
 3 files changed, 283 insertions(+), 269 deletions(-)
d3767b
d3767b
diff --git a/DIR_COLORS b/DIR_COLORS
d3767b
index d2ea453..27af9d7 100644
d3767b
--- a/DIR_COLORS
d3767b
+++ b/DIR_COLORS
d3767b
@@ -1,6 +1,10 @@
d3767b
 # Configuration file for dircolors, a utility to help you set the
d3767b
 # LS_COLORS environment variable used by GNU ls with the --color option.
d3767b
 
d3767b
+# This file goes in the /etc directory, and must be world readable.
d3767b
+# You can copy this file to .dir_colors in your $HOME directory to override
d3767b
+# the system defaults.
d3767b
+
d3767b
 # Copyright (C) 1996-2018 Free Software Foundation, Inc.
d3767b
 # Copying and distribution of this file, with or without modification,
d3767b
 # are permitted provided the copyright notice and this notice are preserved.
d3767b
@@ -8,6 +12,9 @@
d3767b
 # The keywords COLOR, OPTIONS, and EIGHTBIT (honored by the
d3767b
 # slackware version of dircolors) are recognized but ignored.
d3767b
 
d3767b
+# For compatibility, the pattern "^COLOR.*none" is recognized as a way to
d3767b
+# disable colorization.  See https://bugzilla.redhat.com/1349579 for details.
d3767b
+
d3767b
 # Below are TERM entries, which can be a glob patterns, to match
d3767b
 # against the TERM environment variable to determine if it is colorizable.
d3767b
 TERM Eterm
d3767b
@@ -56,7 +63,7 @@ DOOR 01;35	# door
d3767b
 BLK 40;33;01	# block device driver
d3767b
 CHR 40;33;01	# character device driver
d3767b
 ORPHAN 40;31;01 # symlink to nonexistent file, or non-stat'able file ...
d3767b
-MISSING 00      # ... and the files they point to
d3767b
+MISSING 01;05;37;41 # ... and the files they point to
d3767b
 SETUID 37;41	# file that is setuid (u+s)
d3767b
 SETGID 30;43	# file that is setgid (g+s)
d3767b
 CAPABILITY 30;41	# file with capability
d3767b
@@ -184,21 +191,21 @@ EXEC 01;32
d3767b
 .ogx 01;35
d3767b
 
d3767b
 # audio formats
d3767b
-.aac 00;36
d3767b
-.au 00;36
d3767b
-.flac 00;36
d3767b
-.m4a 00;36
d3767b
-.mid 00;36
d3767b
-.midi 00;36
d3767b
-.mka 00;36
d3767b
-.mp3 00;36
d3767b
-.mpc 00;36
d3767b
-.ogg 00;36
d3767b
-.ra 00;36
d3767b
-.wav 00;36
d3767b
+.aac 01;36
d3767b
+.au 01;36
d3767b
+.flac 01;36
d3767b
+.m4a 01;36
d3767b
+.mid 01;36
d3767b
+.midi 01;36
d3767b
+.mka 01;36
d3767b
+.mp3 01;36
d3767b
+.mpc 01;36
d3767b
+.ogg 01;36
d3767b
+.ra 01;36
d3767b
+.wav 01;36
d3767b
 
d3767b
 # https://wiki.xiph.org/MIME_Types_and_File_Extensions
d3767b
-.oga 00;36
d3767b
-.opus 00;36
d3767b
-.spx 00;36
d3767b
-.xspf 00;36
d3767b
+.oga 01;36
d3767b
+.opus 01;36
d3767b
+.spx 01;36
d3767b
+.xspf 01;36
d3767b
diff --git a/DIR_COLORS.256color b/DIR_COLORS.256color
d3767b
index d2ea453..74c34ba 100644
d3767b
--- a/DIR_COLORS.256color
d3767b
+++ b/DIR_COLORS.256color
d3767b
@@ -1,3 +1,9 @@
d3767b
+# Configuration file for the 256color ls utility
d3767b
+
d3767b
+# This file goes in the /etc directory, and must be world readable.
d3767b
+# You can copy this file to .dir_colors in your $HOME directory to override
d3767b
+# the system defaults.
d3767b
+
d3767b
 # Configuration file for dircolors, a utility to help you set the
d3767b
 # LS_COLORS environment variable used by GNU ls with the --color option.
d3767b
 
d3767b
@@ -8,32 +14,13 @@
d3767b
 # The keywords COLOR, OPTIONS, and EIGHTBIT (honored by the
d3767b
 # slackware version of dircolors) are recognized but ignored.
d3767b
 
d3767b
+# For compatibility, the pattern "^COLOR.*none" is recognized as a way to
d3767b
+# disable colorization.  See https://bugzilla.redhat.com/1349579 for details.
d3767b
+
d3767b
 # Below are TERM entries, which can be a glob patterns, to match
d3767b
 # against the TERM environment variable to determine if it is colorizable.
d3767b
-TERM Eterm
d3767b
-TERM ansi
d3767b
-TERM *color*
d3767b
-TERM con[0-9]*x[0-9]*
d3767b
-TERM cons25
d3767b
-TERM console
d3767b
-TERM cygwin
d3767b
-TERM dtterm
d3767b
-TERM gnome
d3767b
-TERM hurd
d3767b
-TERM jfbterm
d3767b
-TERM konsole
d3767b
-TERM kterm
d3767b
-TERM linux
d3767b
-TERM linux-c
d3767b
-TERM mlterm
d3767b
-TERM putty
d3767b
-TERM rxvt*
d3767b
-TERM screen*
d3767b
-TERM st
d3767b
-TERM terminator
d3767b
-TERM tmux*
d3767b
-TERM vt100
d3767b
-TERM xterm*
d3767b
+TERM *256color*
d3767b
+TERM rxvt-unicode256
d3767b
 
d3767b
 # Below are the color init strings for the basic file types. A color init
d3767b
 # string consists of one or more of the following numeric codes:
d3767b
@@ -43,29 +30,40 @@ TERM xterm*
d3767b
 # 30=black 31=red 32=green 33=yellow 34=blue 35=magenta 36=cyan 37=white
d3767b
 # Background color codes:
d3767b
 # 40=black 41=red 42=green 43=yellow 44=blue 45=magenta 46=cyan 47=white
d3767b
+# Text color(256 colors mode) codes:
d3767b
+# Valid syntax for text 256color is 38;5;<color number> , where color number
d3767b
+# is number between 0 and 255.
d3767b
+# You may find following command useful to search the best one for you:
d3767b
+# for ((x=0; x<=255; x++));do echo -e "${x}:\033[38;5;${x}mcolor\033[000m";done
d3767b
+# Background color(256 colors mode) codes:
d3767b
+# Valid syntax for background 256color is 48;5;<color number> , where
d3767b
+# color number is number between 0 and 255.
d3767b
+# You may find following command useful to search the best one for you:
d3767b
+# for ((x=0; x<=255; x++));do echo -e "${x}:\033[48;5;${x}mcolor\033[000m";done
d3767b
+
d3767b
 #NORMAL 00	# no color code at all
d3767b
 #FILE 00	# regular file: use no color at all
d3767b
 RESET 0		# reset to "normal" color
d3767b
-DIR 01;34	# directory
d3767b
-LINK 01;36	# symbolic link.  (If you set this to 'target' instead of a
d3767b
+DIR 38;5;33	# directory
d3767b
+LINK 38;5;51	# symbolic link.  (If you set this to 'target' instead of a
d3767b
                 # numerical value, the color is as for the file pointed to.)
d3767b
 MULTIHARDLINK 00	# regular file with more than one link
d3767b
-FIFO 40;33	# pipe
d3767b
-SOCK 01;35	# socket
d3767b
-DOOR 01;35	# door
d3767b
-BLK 40;33;01	# block device driver
d3767b
-CHR 40;33;01	# character device driver
d3767b
-ORPHAN 40;31;01 # symlink to nonexistent file, or non-stat'able file ...
d3767b
-MISSING 00      # ... and the files they point to
d3767b
-SETUID 37;41	# file that is setuid (u+s)
d3767b
-SETGID 30;43	# file that is setgid (g+s)
d3767b
-CAPABILITY 30;41	# file with capability
d3767b
-STICKY_OTHER_WRITABLE 30;42 # dir that is sticky and other-writable (+t,o+w)
d3767b
-OTHER_WRITABLE 34;42 # dir that is other-writable (o+w) and not sticky
d3767b
-STICKY 37;44	# dir with the sticky bit set (+t) and not other-writable
d3767b
+FIFO 40;38;5;11	# pipe
d3767b
+SOCK 38;5;13	# socket
d3767b
+DOOR 38;5;5	# door
d3767b
+BLK 48;5;232;38;5;11	# block device driver
d3767b
+CHR 48;5;232;38;5;3	# character device driver
d3767b
+ORPHAN 48;5;232;38;5;9  # symlink to nonexistent file, or non-stat'able file ...
d3767b
+MISSING 01;05;37;41 # ... and the files they point to
d3767b
+SETUID 48;5;196;38;5;15	# file that is setuid (u+s)
d3767b
+SETGID 48;5;11;38;5;16	# file that is setgid (g+s)
d3767b
+CAPABILITY 48;5;196;38;5;226	# file with capability
d3767b
+STICKY_OTHER_WRITABLE 48;5;10;38;5;16 # dir that is sticky and other-writable (+t,o+w)
d3767b
+OTHER_WRITABLE 48;5;10;38;5;21 # dir that is other-writable (o+w) and not sticky
d3767b
+STICKY 48;5;21;38;5;15	# dir with the sticky bit set (+t) and not other-writable
d3767b
 
d3767b
 # This is for files with execute permission:
d3767b
-EXEC 01;32
d3767b
+EXEC 38;5;40
d3767b
 
d3767b
 # List any file extensions like '.gz' or '.tar' that you would like ls
d3767b
 # to colorize below. Put the extension, a space, and the color init string.
d3767b
@@ -83,122 +81,122 @@ EXEC 01;32
d3767b
 #.csh 01;32
d3767b
 
d3767b
  # archives or compressed (bright red)
d3767b
-.tar 01;31
d3767b
-.tgz 01;31
d3767b
-.arc 01;31
d3767b
-.arj 01;31
d3767b
-.taz 01;31
d3767b
-.lha 01;31
d3767b
-.lz4 01;31
d3767b
-.lzh 01;31
d3767b
-.lzma 01;31
d3767b
-.tlz 01;31
d3767b
-.txz 01;31
d3767b
-.tzo 01;31
d3767b
-.t7z 01;31
d3767b
-.zip 01;31
d3767b
-.z   01;31
d3767b
-.dz  01;31
d3767b
-.gz  01;31
d3767b
-.lrz 01;31
d3767b
-.lz  01;31
d3767b
-.lzo 01;31
d3767b
-.xz  01;31
d3767b
-.zst 01;31
d3767b
-.tzst 01;31
d3767b
-.bz2 01;31
d3767b
-.bz  01;31
d3767b
-.tbz 01;31
d3767b
-.tbz2 01;31
d3767b
-.tz  01;31
d3767b
-.deb 01;31
d3767b
-.rpm 01;31
d3767b
-.jar 01;31
d3767b
-.war 01;31
d3767b
-.ear 01;31
d3767b
-.sar 01;31
d3767b
-.rar 01;31
d3767b
-.alz 01;31
d3767b
-.ace 01;31
d3767b
-.zoo 01;31
d3767b
-.cpio 01;31
d3767b
-.7z  01;31
d3767b
-.rz  01;31
d3767b
-.cab 01;31
d3767b
-.wim 01;31
d3767b
-.swm 01;31
d3767b
-.dwm 01;31
d3767b
-.esd 01;31
d3767b
+.tar 38;5;9
d3767b
+.tgz 38;5;9
d3767b
+.arc 38;5;9
d3767b
+.arj 38;5;9
d3767b
+.taz 38;5;9
d3767b
+.lha 38;5;9
d3767b
+.lz4 38;5;9
d3767b
+.lzh 38;5;9
d3767b
+.lzma 38;5;9
d3767b
+.tlz 38;5;9
d3767b
+.txz 38;5;9
d3767b
+.tzo 38;5;9
d3767b
+.t7z 38;5;9
d3767b
+.zip 38;5;9
d3767b
+.z   38;5;9
d3767b
+.dz  38;5;9
d3767b
+.gz  38;5;9
d3767b
+.lrz 38;5;9
d3767b
+.lz  38;5;9
d3767b
+.lzo 38;5;9
d3767b
+.xz  38;5;9
d3767b
+.zst 38;5;9
d3767b
+.tzst 38;5;9
d3767b
+.bz2 38;5;9
d3767b
+.bz  38;5;9
d3767b
+.tbz 38;5;9
d3767b
+.tbz2 38;5;9
d3767b
+.tz  38;5;9
d3767b
+.deb 38;5;9
d3767b
+.rpm 38;5;9
d3767b
+.jar 38;5;9
d3767b
+.war 38;5;9
d3767b
+.ear 38;5;9
d3767b
+.sar 38;5;9
d3767b
+.rar 38;5;9
d3767b
+.alz 38;5;9
d3767b
+.ace 38;5;9
d3767b
+.zoo 38;5;9
d3767b
+.cpio 38;5;9
d3767b
+.7z  38;5;9
d3767b
+.rz  38;5;9
d3767b
+.cab 38;5;9
d3767b
+.wim 38;5;9
d3767b
+.swm 38;5;9
d3767b
+.dwm 38;5;9
d3767b
+.esd 38;5;9
d3767b
 
d3767b
 # image formats
d3767b
-.jpg 01;35
d3767b
-.jpeg 01;35
d3767b
-.mjpg 01;35
d3767b
-.mjpeg 01;35
d3767b
-.gif 01;35
d3767b
-.bmp 01;35
d3767b
-.pbm 01;35
d3767b
-.pgm 01;35
d3767b
-.ppm 01;35
d3767b
-.tga 01;35
d3767b
-.xbm 01;35
d3767b
-.xpm 01;35
d3767b
-.tif 01;35
d3767b
-.tiff 01;35
d3767b
-.png 01;35
d3767b
-.svg 01;35
d3767b
-.svgz 01;35
d3767b
-.mng 01;35
d3767b
-.pcx 01;35
d3767b
-.mov 01;35
d3767b
-.mpg 01;35
d3767b
-.mpeg 01;35
d3767b
-.m2v 01;35
d3767b
-.mkv 01;35
d3767b
-.webm 01;35
d3767b
-.ogm 01;35
d3767b
-.mp4 01;35
d3767b
-.m4v 01;35
d3767b
-.mp4v 01;35
d3767b
-.vob 01;35
d3767b
-.qt  01;35
d3767b
-.nuv 01;35
d3767b
-.wmv 01;35
d3767b
-.asf 01;35
d3767b
-.rm  01;35
d3767b
-.rmvb 01;35
d3767b
-.flc 01;35
d3767b
-.avi 01;35
d3767b
-.fli 01;35
d3767b
-.flv 01;35
d3767b
-.gl 01;35
d3767b
-.dl 01;35
d3767b
-.xcf 01;35
d3767b
-.xwd 01;35
d3767b
-.yuv 01;35
d3767b
-.cgm 01;35
d3767b
-.emf 01;35
d3767b
+.jpg 38;5;13
d3767b
+.jpeg 38;5;13
d3767b
+.mjpg 38;5;13
d3767b
+.mjpeg 38;5;13
d3767b
+.gif 38;5;13
d3767b
+.bmp 38;5;13
d3767b
+.pbm 38;5;13
d3767b
+.pgm 38;5;13
d3767b
+.ppm 38;5;13
d3767b
+.tga 38;5;13
d3767b
+.xbm 38;5;13
d3767b
+.xpm 38;5;13
d3767b
+.tif 38;5;13
d3767b
+.tiff 38;5;13
d3767b
+.png 38;5;13
d3767b
+.svg 38;5;13
d3767b
+.svgz 38;5;13
d3767b
+.mng 38;5;13
d3767b
+.pcx 38;5;13
d3767b
+.mov 38;5;13
d3767b
+.mpg 38;5;13
d3767b
+.mpeg 38;5;13
d3767b
+.m2v 38;5;13
d3767b
+.mkv 38;5;13
d3767b
+.webm 38;5;13
d3767b
+.ogm 38;5;13
d3767b
+.mp4 38;5;13
d3767b
+.m4v 38;5;13
d3767b
+.mp4v 38;5;13
d3767b
+.vob 38;5;13
d3767b
+.qt  38;5;13
d3767b
+.nuv 38;5;13
d3767b
+.wmv 38;5;13
d3767b
+.asf 38;5;13
d3767b
+.rm  38;5;13
d3767b
+.rmvb 38;5;13
d3767b
+.flc 38;5;13
d3767b
+.avi 38;5;13
d3767b
+.fli 38;5;13
d3767b
+.flv 38;5;13
d3767b
+.gl 38;5;13
d3767b
+.dl 38;5;13
d3767b
+.xcf 38;5;13
d3767b
+.xwd 38;5;13
d3767b
+.yuv 38;5;13
d3767b
+.cgm 38;5;13
d3767b
+.emf 38;5;13
d3767b
 
d3767b
 # https://wiki.xiph.org/MIME_Types_and_File_Extensions
d3767b
-.ogv 01;35
d3767b
-.ogx 01;35
d3767b
+.ogv 38;5;13
d3767b
+.ogx 38;5;13
d3767b
 
d3767b
 # audio formats
d3767b
-.aac 00;36
d3767b
-.au 00;36
d3767b
-.flac 00;36
d3767b
-.m4a 00;36
d3767b
-.mid 00;36
d3767b
-.midi 00;36
d3767b
-.mka 00;36
d3767b
-.mp3 00;36
d3767b
-.mpc 00;36
d3767b
-.ogg 00;36
d3767b
-.ra 00;36
d3767b
-.wav 00;36
d3767b
+.aac 38;5;45
d3767b
+.au 38;5;45
d3767b
+.flac 38;5;45
d3767b
+.m4a 38;5;45
d3767b
+.mid 38;5;45
d3767b
+.midi 38;5;45
d3767b
+.mka 38;5;45
d3767b
+.mp3 38;5;45
d3767b
+.mpc 38;5;45
d3767b
+.ogg 38;5;45
d3767b
+.ra 38;5;45
d3767b
+.wav 38;5;45
d3767b
 
d3767b
 # https://wiki.xiph.org/MIME_Types_and_File_Extensions
d3767b
-.oga 00;36
d3767b
-.opus 00;36
d3767b
-.spx 00;36
d3767b
-.xspf 00;36
d3767b
+.oga 38;5;45
d3767b
+.opus 38;5;45
d3767b
+.spx 38;5;45
d3767b
+.xspf 38;5;45
d3767b
diff --git a/DIR_COLORS.lightbgcolor b/DIR_COLORS.lightbgcolor
d3767b
index d2ea453..95d6879 100644
d3767b
--- a/DIR_COLORS.lightbgcolor
d3767b
+++ b/DIR_COLORS.lightbgcolor
d3767b
@@ -1,3 +1,9 @@
d3767b
+# Configuration file for the color ls utility - modified for lighter backgrounds
d3767b
+
d3767b
+# This file goes in the /etc directory, and must be world readable.
d3767b
+# You can copy this file to .dir_colors in your $HOME directory to override
d3767b
+# the system defaults.
d3767b
+
d3767b
 # Configuration file for dircolors, a utility to help you set the
d3767b
 # LS_COLORS environment variable used by GNU ls with the --color option.
d3767b
 
d3767b
@@ -8,6 +14,9 @@
d3767b
 # The keywords COLOR, OPTIONS, and EIGHTBIT (honored by the
d3767b
 # slackware version of dircolors) are recognized but ignored.
d3767b
 
d3767b
+# For compatibility, the pattern "^COLOR.*none" is recognized as a way to
d3767b
+# disable colorization.  See https://bugzilla.redhat.com/1349579 for details.
d3767b
+
d3767b
 # Below are TERM entries, which can be a glob patterns, to match
d3767b
 # against the TERM environment variable to determine if it is colorizable.
d3767b
 TERM Eterm
d3767b
@@ -46,17 +55,17 @@ TERM xterm*
d3767b
 #NORMAL 00	# no color code at all
d3767b
 #FILE 00	# regular file: use no color at all
d3767b
 RESET 0		# reset to "normal" color
d3767b
-DIR 01;34	# directory
d3767b
-LINK 01;36	# symbolic link.  (If you set this to 'target' instead of a
d3767b
+DIR 00;34	# directory
d3767b
+LINK 00;36	# symbolic link.  (If you set this to 'target' instead of a
d3767b
                 # numerical value, the color is as for the file pointed to.)
d3767b
 MULTIHARDLINK 00	# regular file with more than one link
d3767b
 FIFO 40;33	# pipe
d3767b
-SOCK 01;35	# socket
d3767b
-DOOR 01;35	# door
d3767b
+SOCK 00;35	# socket
d3767b
+DOOR 00;35	# door
d3767b
 BLK 40;33;01	# block device driver
d3767b
 CHR 40;33;01	# character device driver
d3767b
 ORPHAN 40;31;01 # symlink to nonexistent file, or non-stat'able file ...
d3767b
-MISSING 00      # ... and the files they point to
d3767b
+MISSING 01;05;37;41 # ... and the files they point to
d3767b
 SETUID 37;41	# file that is setuid (u+s)
d3767b
 SETGID 30;43	# file that is setgid (g+s)
d3767b
 CAPABILITY 30;41	# file with capability
d3767b
@@ -65,7 +74,7 @@ OTHER_WRITABLE 34;42 # dir that is other-writable (o+w) and not sticky
d3767b
 STICKY 37;44	# dir with the sticky bit set (+t) and not other-writable
d3767b
 
d3767b
 # This is for files with execute permission:
d3767b
-EXEC 01;32
d3767b
+EXEC 00;32
d3767b
 
d3767b
 # List any file extensions like '.gz' or '.tar' that you would like ls
d3767b
 # to colorize below. Put the extension, a space, and the color init string.
d3767b
@@ -83,105 +92,105 @@ EXEC 01;32
d3767b
 #.csh 01;32
d3767b
 
d3767b
  # archives or compressed (bright red)
d3767b
-.tar 01;31
d3767b
-.tgz 01;31
d3767b
-.arc 01;31
d3767b
-.arj 01;31
d3767b
-.taz 01;31
d3767b
-.lha 01;31
d3767b
-.lz4 01;31
d3767b
-.lzh 01;31
d3767b
-.lzma 01;31
d3767b
-.tlz 01;31
d3767b
-.txz 01;31
d3767b
-.tzo 01;31
d3767b
-.t7z 01;31
d3767b
-.zip 01;31
d3767b
-.z   01;31
d3767b
-.dz  01;31
d3767b
-.gz  01;31
d3767b
-.lrz 01;31
d3767b
-.lz  01;31
d3767b
-.lzo 01;31
d3767b
-.xz  01;31
d3767b
-.zst 01;31
d3767b
-.tzst 01;31
d3767b
-.bz2 01;31
d3767b
-.bz  01;31
d3767b
-.tbz 01;31
d3767b
-.tbz2 01;31
d3767b
-.tz  01;31
d3767b
-.deb 01;31
d3767b
-.rpm 01;31
d3767b
-.jar 01;31
d3767b
-.war 01;31
d3767b
-.ear 01;31
d3767b
-.sar 01;31
d3767b
-.rar 01;31
d3767b
-.alz 01;31
d3767b
-.ace 01;31
d3767b
-.zoo 01;31
d3767b
-.cpio 01;31
d3767b
-.7z  01;31
d3767b
-.rz  01;31
d3767b
-.cab 01;31
d3767b
-.wim 01;31
d3767b
-.swm 01;31
d3767b
-.dwm 01;31
d3767b
-.esd 01;31
d3767b
+.tar 00;31
d3767b
+.tgz 00;31
d3767b
+.arc 00;31
d3767b
+.arj 00;31
d3767b
+.taz 00;31
d3767b
+.lha 00;31
d3767b
+.lz4 00;31
d3767b
+.lzh 00;31
d3767b
+.lzma 00;31
d3767b
+.tlz 00;31
d3767b
+.txz 00;31
d3767b
+.tzo 00;31
d3767b
+.t7z 00;31
d3767b
+.zip 00;31
d3767b
+.z   00;31
d3767b
+.dz  00;31
d3767b
+.gz  00;31
d3767b
+.lrz 00;31
d3767b
+.lz  00;31
d3767b
+.lzo 00;31
d3767b
+.xz  00;31
d3767b
+.zst 00;31
d3767b
+.tzst 00;31
d3767b
+.bz2 00;31
d3767b
+.bz  00;31
d3767b
+.tbz 00;31
d3767b
+.tbz2 00;31
d3767b
+.tz  00;31
d3767b
+.deb 00;31
d3767b
+.rpm 00;31
d3767b
+.jar 00;31
d3767b
+.war 00;31
d3767b
+.ear 00;31
d3767b
+.sar 00;31
d3767b
+.rar 00;31
d3767b
+.alz 00;31
d3767b
+.ace 00;31
d3767b
+.zoo 00;31
d3767b
+.cpio 00;31
d3767b
+.7z  00;31
d3767b
+.rz  00;31
d3767b
+.cab 00;31
d3767b
+.wim 00;31
d3767b
+.swm 00;31
d3767b
+.dwm 00;31
d3767b
+.esd 00;31
d3767b
 
d3767b
 # image formats
d3767b
-.jpg 01;35
d3767b
-.jpeg 01;35
d3767b
-.mjpg 01;35
d3767b
-.mjpeg 01;35
d3767b
-.gif 01;35
d3767b
-.bmp 01;35
d3767b
-.pbm 01;35
d3767b
-.pgm 01;35
d3767b
-.ppm 01;35
d3767b
-.tga 01;35
d3767b
-.xbm 01;35
d3767b
-.xpm 01;35
d3767b
-.tif 01;35
d3767b
-.tiff 01;35
d3767b
-.png 01;35
d3767b
-.svg 01;35
d3767b
-.svgz 01;35
d3767b
-.mng 01;35
d3767b
-.pcx 01;35
d3767b
-.mov 01;35
d3767b
-.mpg 01;35
d3767b
-.mpeg 01;35
d3767b
-.m2v 01;35
d3767b
-.mkv 01;35
d3767b
-.webm 01;35
d3767b
-.ogm 01;35
d3767b
-.mp4 01;35
d3767b
-.m4v 01;35
d3767b
-.mp4v 01;35
d3767b
-.vob 01;35
d3767b
-.qt  01;35
d3767b
-.nuv 01;35
d3767b
-.wmv 01;35
d3767b
-.asf 01;35
d3767b
-.rm  01;35
d3767b
-.rmvb 01;35
d3767b
-.flc 01;35
d3767b
-.avi 01;35
d3767b
-.fli 01;35
d3767b
-.flv 01;35
d3767b
-.gl 01;35
d3767b
-.dl 01;35
d3767b
-.xcf 01;35
d3767b
-.xwd 01;35
d3767b
-.yuv 01;35
d3767b
-.cgm 01;35
d3767b
-.emf 01;35
d3767b
+.jpg 00;35
d3767b
+.jpeg 00;35
d3767b
+.mjpg 00;35
d3767b
+.mjpeg 00;35
d3767b
+.gif 00;35
d3767b
+.bmp 00;35
d3767b
+.pbm 00;35
d3767b
+.pgm 00;35
d3767b
+.ppm 00;35
d3767b
+.tga 00;35
d3767b
+.xbm 00;35
d3767b
+.xpm 00;35
d3767b
+.tif 00;35
d3767b
+.tiff 00;35
d3767b
+.png 00;35
d3767b
+.svg 00;35
d3767b
+.svgz 00;35
d3767b
+.mng 00;35
d3767b
+.pcx 00;35
d3767b
+.mov 00;35
d3767b
+.mpg 00;35
d3767b
+.mpeg 00;35
d3767b
+.m2v 00;35
d3767b
+.mkv 00;35
d3767b
+.webm 00;35
d3767b
+.ogm 00;35
d3767b
+.mp4 00;35
d3767b
+.m4v 00;35
d3767b
+.mp4v 00;35
d3767b
+.vob 00;35
d3767b
+.qt  00;35
d3767b
+.nuv 00;35
d3767b
+.wmv 00;35
d3767b
+.asf 00;35
d3767b
+.rm  00;35
d3767b
+.rmvb 00;35
d3767b
+.flc 00;35
d3767b
+.avi 00;35
d3767b
+.fli 00;35
d3767b
+.flv 00;35
d3767b
+.gl 00;35
d3767b
+.dl 00;35
d3767b
+.xcf 00;35
d3767b
+.xwd 00;35
d3767b
+.yuv 00;35
d3767b
+.cgm 00;35
d3767b
+.emf 00;35
d3767b
 
d3767b
 # https://wiki.xiph.org/MIME_Types_and_File_Extensions
d3767b
-.ogv 01;35
d3767b
-.ogx 01;35
d3767b
+.ogv 00;35
d3767b
+.ogx 00;35
d3767b
 
d3767b
 # audio formats
d3767b
 .aac 00;36
d3767b
-- 
d3767b
2.5.5
d3767b