This file is indexed.

/usr/share/texlive/texmf-dist/metapost/mpcolornames/mpcolornames-spec-plain-mp.mp is in texlive-metapost 2014.20141024-2+deb8u1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
%%% file mpcolornames-spec-plain-mp.mp
%%% Copyright 2009, 2011 Stephan Hennig
%
% This work may be distributed and/or modified under the conditions of
% the LaTeX Project Public License, either version 1.3 of this license
% or (at your option) any later version.  The latest version of this
% license is in http://www.latex-project.org/lppl.txt
%
def _mpcolornames_spec_plain_mp=
rgbcolor
black,
white,
red,
green,
blue;
black:=(0,0,0);
white:=(1,1,1);
red:=(1,0,0);
green:=(0,1,0);
blue:=(0,0,1);
enddef;
endinput