fix ow, sticky, sticky+ow, .{webm,mp4} and a minor doc issue

This commit is contained in:
Magnus Woldrich 2012-05-09 16:21:49 +02:00
parent 963d7b60af
commit 646eafdb38
1 changed files with 10 additions and 10 deletions

View File

@ -1,8 +1,8 @@
# LS_COLORS # LS_COLORS
# Maintainer: Magnus Woldrich <m@japh.se> # Maintainer: Magnus Woldrich <m@japh.se>
# URL: https://github.com/trapd00r/LS_COLORS # URL: https://github.com/trapd00r/LS_COLORS
# Version: 0.228 # Version: 0.230
# Updated: 2012-02-10 10:45:27 # Updated: 2012-03-21 15:17:39
# #
# This is a collection of extension:color mappings, suitable to use as your # This is a collection of extension:color mappings, suitable to use as your
# LS_COLORS environment variable. Most of them use the extended color map, # LS_COLORS environment variable. Most of them use the extended color map,
@ -23,9 +23,9 @@
# To install and use this file, put something like this is your shell resource # To install and use this file, put something like this is your shell resource
# file: # file:
# #
# eval $(dircolors -b $HOME/.dircolors) # eval $( dircolors -b $HOME/.LS_COLORS)
# #
# where .dircolors is this file. # where .LS_COLORS is this file.
BLK 38;5;68 BLK 38;5;68
@ -40,12 +40,12 @@ LINK target
MULTIHARDLINK 38;5;220;1 MULTIHARDLINK 38;5;220;1
NORMAL 38;5;254 NORMAL 38;5;254
ORPHAN 48;5;196;38;5;232;1 ORPHAN 48;5;196;38;5;232;1
OTHER_WRITABLE 38;5;33;1 OTHER_WRITABLE 38;5;220;1
SETGID 38;5;137;1 SETGID 48;5;234;38;5;100;1
SETUID 38;5;137 SETUID 38;5;137
SOCK 38;5;197 SOCK 38;5;197
STICKY 48;5;235;38;5;118;1 STICKY 38;5;86;48;5;234
STICKY_OTHER_WRITABLE 48;5;235;38;5;139;1 STICKY_OTHER_WRITABLE 48;5;235;38;5;139;3
# code, text, documents {{{ # code, text, documents {{{
@ -203,7 +203,7 @@ STICKY_OTHER_WRITABLE 48;5;235;38;5;139;1
.m2v 38;5;166 .m2v 38;5;166
.mkv 38;5;202 .mkv 38;5;202
.mov 38;5;42 .mov 38;5;42
.mp4 38;5;124 .mp4 38;5;160
.mpg 38;5;38 .mpg 38;5;38
.mpeg 38;5;38 .mpeg 38;5;38
.ogm 38;5;97 .ogm 38;5;97
@ -212,7 +212,7 @@ STICKY_OTHER_WRITABLE 48;5;235;38;5;139;1
.sample 38;5;130;1 .sample 38;5;130;1
.ts 38;5;39 .ts 38;5;39
.vob 38;5;137 .vob 38;5;137
.webm 38;5;132 .webm 38;5;109
.wmv 38;5;113 .wmv 38;5;113
#}}} #}}}
# music, audio {{{ # music, audio {{{