This file is indexed.

/usr/share/yelp-xsl/xslt/common/color.xsl is in yelp-xsl 3.10.1-1.

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
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
<?xml version='1.0' encoding='UTF-8'?><!-- -*- indent-tabs-mode: nil -*- -->
<!--
This program is free software; you can redistribute it and/or modify it under
the terms of the GNU Lesser General Public License as published by the Free
Software Foundation; either version 2 of the License, or (at your option) any
later version.

This program is distributed in the hope that it will be useful, but WITHOUT
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more
details.

You should have received a copy of the GNU Lesser General Public License
along with this program; see the file COPYING.LGPL.  If not, write to the
Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
02111-1307, USA.
-->

<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
                version="1.0">

<!--!!==========================================================================
Colors
Specify common named colors to style output.
:Revision:version="1.0" date="2010-05-25" status="final"

This stylesheet provides a common interface to specify custom colors for
transformations to presentation-oreinted formats.  This allows similar
output for different types of input documents.
-->


<!--@@==========================================================================
color.background
The background color.
:Revision:version="1.0" date="2010-05-25" status="final"

This parameter specifies the default background color.  Foreground colors
should be legible on this color.
-->
<xsl:param name="color.background" select="'#ffffff'"/>


<!--@@==========================================================================
color.link
The color of links.
:Revision:version="1.0" date="2010-05-25" status="final"

This parameter specifies the color for unvisited links.  It should be
legible on all background colors.
-->
<xsl:param name="color.link" select="'#204a87'"/>


<!--@@==========================================================================
color.link_visited
The color of visited links.
:Revision:version="1.0" date="2010-05-25" status="final"

This parameter specifies the color for visited links.  It should be
legible on all background colors.
-->
<xsl:param name="color.link_visited" select="'#5c3566'"/>


<!--@@==========================================================================
color.text
The normal text color.
:Revision:version="1.0" date="2010-05-25" status="final"

This parameter specifies the default color for normal text.  It should be
legible on all background colors.
-->
<xsl:param name="color.text" select="'#000000'"/>


<!--@@==========================================================================
color.text_light
The light text color.
:Revision:version="1.0" date="2010-05-25" status="final"

This parameter specifies the color for light text.  The light text
color is used to make bold headings and certain parenthetical text
less intense.  It should be legible on all background colors.
-->
<xsl:param name="color.text_light" select="'#2e3436'"/>


<!--@@==========================================================================
color.text_error
The error text color.
:Revision:version="1.0" date="2010-05-25" status="final"

This parameter specifies the color for error text.  The error text
color is used to style error messages from command line sessions.
It should be legible on all background colors.
-->
<xsl:param name="color.text_error" select="'#a40000'"/>


<!--@@==========================================================================
color.blue_background
The blue background color.
:Revision:version="1.0" date="2010-05-25" status="final"

This parameter specifies the blue background color.  The blue
background color may be used by certain types of block elements.
Foreground colors should be legible on this color.
-->
<xsl:param name="color.blue_background" select="'#e6f2ff'"/>


<!--@@==========================================================================
color.blue_border
The blue border color.
:Revision:version="1.0" date="2010-05-25" status="final"

This parameter specifies the blue border color.  The blue
border color may be used by certain types of block elements.
-->
<xsl:param name="color.blue_border" select="'#729fcf'"/>


<!--@@==========================================================================
color.gray_background
The gray background color.
:Revision:version="1.0" date="2010-05-25" status="final"

This parameter specifies the gray background color.  The gray
background color may be used by certain types of block elements.
Foreground colors should be legible on this color.
-->
<xsl:param name="color.gray_background" select="'#f3f3f0'"/>


<!--@@==========================================================================
color.dark_background
The dark gray background color.
:Revision:version="1.0" date="2010-05-25" status="final"

This parameter specifies the dark gray background color.  The dark
gray background color may be used by certain types of block elements.
Foreground colors should be legible on this color.
-->
<xsl:param name="color.dark_background" select="'#e5e5e3'"/>


<!--@@==========================================================================
color.gray_border
The gray border color.
:Revision:version="1.0" date="2010-05-25" status="final"

This parameter specifies the gray border color.  The gray
border color may be used by certain types of block elements.
-->
<xsl:param name="color.gray_border" select="'#babdb6'"/>


<!--@@==========================================================================
color.red_background
The red background color.
:Revision:version="1.0" date="2010-05-25" status="final"

This parameter specifies the red background color.  The red
background color may be used by certain types of block elements.
Foreground colors should be legible on this color.
-->
<xsl:param name="color.red_background" select="'#ffdede'"/>


<!--@@==========================================================================
color.red_border
The red border color.
:Revision:version="1.0" date="2010-05-25" status="final"

This parameter specifies the red border color.  The red
border color may be used by certain types of block elements.
-->
<xsl:param name="color.red_border" select="'#ef2929'"/>


<!--@@==========================================================================
color.yellow_background
The yellow background color.
:Revision:version="1.0" date="2010-05-25" status="final"

This parameter specifies the yellow background color.  The yellow
background color may be used by certain types of block elements.
Foreground colors should be legible on this color.
-->
<xsl:param name="color.yellow_background" select="'#fffacc'"/>


<!--@@==========================================================================
color.yellow_border
The yellow border color.
:Revision:version="1.0" date="2010-05-25" status="final"

This parameter specifies the yellow border color.  The yellow
border color may be used by certain types of block elements.
-->
<xsl:param name="color.yellow_border" select="'#edd400'"/>


</xsl:stylesheet>