This file is indexed.

/usr/share/gap/pkg/ctbllib/doc/nocolorprompt.css is in gap-character-tables 1r2p2.dfsg.0-3.

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
/* colors for ColorPrompt like examples */
span.GAPprompt {
  color: #000000;
  font-weight: normal;
}
span.GAPbrkprompt {
  color: #000000;
  font-weight: normal;
}
span.GAPinput {
  color: #000000;
}