This file is indexed.

/usr/share/pstoedit/drvhpgl.pencolors is in pstoedit 3.70-1ubuntu2.

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
#
# This file defined pen colors for HPGL
# format is:
# penID R G B # comment
# Pen IDs should be unique of course.
# 
0 1.0 1.0 1.0 # white unused
1 0.0 0.0 0.0 # black		
2 1.0 0.0 0.0 # red		
3 0.0 1.0 0.0 # green		
4 0.0 0.0 1.0 # blue		
5 0.0 1.0 1.0 # cyan		
6 1.0 0.0 1.0 # magenta	
7 1.0 1.0 0.0 # yellow