This file is indexed.

/usr/share/gtksourceview-3.0/styles/builder.xml is in gnome-builder 3.28.1-1ubuntu1.

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
<?xml version="1.0" encoding="UTF-8"?>
<!--

 This file is part of Builder

  Copyright (C) 2014 Christian Hergert <christian@hergert.me>
                                                                      
  This program is free software: you can redistribute it and/or modify
  it under the terms of the GNU General Public License as published by
  the Free Software Foundation, either version 3 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 General Public License for more details.
                                                                      
  You should have received a copy of the GNU General Public License
  along with this program.  If not, see <http://www.gnu.org/licenses/>.

-->
<style-scheme id="builder" _name="Builder" version="1.0">
  <author>Christian Hergert</author>
  <_description>The default color scheme for Builder</_description>

  <!-- Tango Palette -->
  <color name="bg1"                         value="#f6f7f8"/>
  <color name="bg2"                         value="#f0f1f2"/>
  <color name="og1"                         value="#d75d1b"/>
  <color name="gr1"                         value="#709831"/>
  <color name="brown1"                      value="#a67f59"/>
  <color name="blue1"                       value="#708090"/>
  <color name="blue2"                       value="#0077aa"/>
  <color name="purple1"                     value="#990055"/>
  <color name="pink1"                       value="#dd4a68"/>
  <color name="pink2"                       value="#EBCAD2"/>
  <color name="green1"                      value="#669900"/>
  <color name="text1"                       value="#4d4e53"/>
  <color name="selection1"                  value="#b3d4fc"/>
  <color name="line1"                       value="#a2a3a3"/>
  <color name="white"                       value="#ffffff"/>
  <color name="yellow1"                     value="#fff9e5"/>
  <color name="red1"                        value="#ff0000"/>

  <color name="butter1"                     value="#fce94f"/>
  <color name="butter2"                     value="#edd400"/>
  <color name="butter3"                     value="#c4a000"/>
  <color name="chameleon1"                  value="#8ae234"/>
  <color name="chameleon2"                  value="#73d216"/>
  <color name="chameleon3"                  value="#4e9a06"/>
  <color name="orange1"                     value="#fcaf3e"/>
  <color name="orange2"                     value="#f57900"/>
  <color name="orange3"                     value="#ce5c00"/>
  <color name="skyblue1"                    value="#729fcf"/>
  <color name="skyblue2"                    value="#3465a4"/>
  <color name="skyblue3"                    value="#204a87"/>
  <color name="plum1"                       value="#ad7fa8"/>
  <color name="plum2"                       value="#75507b"/>
  <color name="plum3"                       value="#5c3566"/>
  <color name="chocolate1"                  value="#e9b96e"/>
  <color name="chocolate2"                  value="#c17d11"/>
  <color name="chocolate3"                  value="#8f5902"/>
  <color name="scarletred1"                 value="#ef2929"/>
  <color name="scarletred2"                 value="#cc0000"/>
  <color name="scarletred3"                 value="#a40000"/>
  <color name="aluminium1"                  value="#eeeeec"/>
  <color name="aluminium2"                  value="#d3d7cf"/>
  <color name="aluminium3"                  value="#babdb6"/>
  <color name="aluminium4"                  value="#888a85"/>
  <color name="aluminium5"                  value="#555753"/>
  <color name="aluminium6"                  value="#2e3436"/>

  <!-- Global Settings -->
  <style name="text"                        foreground="text1" background="bg1"/>
  <style name="selection"                   background="selection1"/>
  <style name="map-overlay"                 background="#rgba(193,203,210,0.55)"/>
  <style name="cursor"                      foreground="aluminium4"/>
  <style name="current-line"                background="#rgba(238,238,236,.75)"/>
  <style name="current-line-number"         background="#rgba(238,238,236,.75)" bold="true"/>
  <style name="draw-spaces"                 foreground="aluminium3"/>
  <style name="line-numbers"                foreground="line1" background="bg1"/>
  <style name="background-pattern"          background="#rgba(.125,.125,.125,.025)"/>

  <!-- Diagnostics Underlining -->
  <style name="diagnostician::deprecated"   underline="error" underline-color="aluminium3"/>
  <style name="diagnostician::error"        underline="error" underline-color="red1"/>
  <style name="diagnostician::note"         underline="error" underline-color="blue1"/>
  <style name="diagnostician::warning"      underline="error" underline-color="orange1"/>

  <!-- Debugger -->
  <style name="debugger::breakpoint"        background="#4a90d9" foreground="#ffffff"/>

  <!-- Snippets -->
  <style name="snippet::tab-stop"           background="#fcaf3e" foreground="text1"/>
  <style name="snippet::area"               background="#rgba(32,74,135,.1)"/>

  <!-- Hover links -->
  <style name="action::hover-definition"    background="#d2e0e8" underline="true"/>

  <!-- Bracket Matching -->
  <style name="bracket-match"               foreground="aluminium3" background="aluminium1" bold="true"/>
  <style name="bracket-mismatch"            foreground="aluminium1" background="scarletred3" bold="true"/>

  <!-- Right Margin -->
  <style name="right-margin"                foreground="aluminium3" background="bg2"/>

  <!-- Search Matching -->
  <style name="search-match"                foreground="white" background="pink1"/>
  <style name="quick-highlight-match"       background="#rgba(221,74,104,0.15)"/>

  <!-- Search Shadow -->
  <style name="search-shadow"               background="#rgba(0,0,0,0.2)"/>

  <!-- Spellchecker Matching -->
  <style name="misspelled-match"            foreground="#000000" background="selection1"/>

  <!-- Quick Highlight Plugin -->
  <style name="quick-highlight"             background="#rgba(221,74,104,.15)"/>

  <style name="c:comment"                   foreground="#8b9eab"/>
  <style name="c:preprocessor"              foreground="#8194a6" bold="false"/>
  <style name="c:boolean"                   foreground="#0077aa"/>
  <style name="c:keyword"                   foreground="#0077aa" bold="true"/>
  <style name="c:string"                    foreground="#669900"/>
  <style name="c:included-file"             foreground="orange3"/>
  <style name="c:storage-class"             foreground="orange3" bold="true"/>
  <style name="c:type"                      foreground="#669900" bold="true"/>
  <style name="c:macro-name"                foreground="#677685" bold="false"/>
  <style name="c:enum-name"                 foreground="pink1" bold="false"/>

  <style name="def:comment"                 foreground="blue1"/>
  <style name="def:constant"                foreground="pink1"/>
  <style name="def:doc-comment-element"     italic="true"/>
  <style name="def:error"                   line-background="#rgba(235,202,210,.4)" />
  <style name="def:floating-point"          foreground="blue2"/>
  <style name="def:function"                foreground="#4186A8"/>
  <style name="def:decimal"                 foreground="purple1"/>
  <style name="def:base-n-integer"          foreground="blue2"/>
  <style name="def:boolean"                 foreground="pink1"/>
  <style name="def:identifier"              foreground="purple1"/>
  <style name="def:keyword"                 foreground="gr1" bold="true"/>
  <style name="def:note"                    background="orange1" bold="true"/>
  <style name="def:operator"                foreground="#a67f59"/>
  <style name="def:preprocessor"            foreground="pink1"/>
  <style name="def:shebang"                 foreground="blue1" bold="true"/>
  <style name="def:special-char"            foreground="pink1"/>
  <style name="def:statement"               foreground="green1" bold="true"/>
  <style name="def:string"                  foreground="blue2"/>
  <style name="def:type"                    foreground="gr1" bold="true"/>
  <style name="def:underlined"              italic="true" underline="true"/>
  <style name="def:warning"                 background="yellow1"/>
  <style name="def:special-constant"        foreground="purple1"/>

  <style name="diff:added-line"             foreground="chameleon3"/>
  <style name="diff:removed-line"           foreground="pink1"/>
  <style name="diff:changed-line"           foreground="orange3"/>
  <style name="diff:diff-file"              bold="true"/>
  <style name="diff:location"               use-style="def:statement"/>
  <style name="diff:special-case"           use-style="def:constant"/>

  <style name="gutter:added-line"           foreground="chameleon1"/>
  <style name="gutter:changed-line"         foreground="orange1"/>
  <style name="gutter:removed-line"         foreground="scarletred1"/>

  <style name="python:builtin-object"       foreground="og1"/>
  <style name="python:keyword"              foreground="green1" bold="false"/>
  <style name="python:module-handler"       foreground="purple1" bold="false"/>
  <style name="python:function-name"        foreground="pink1"/>

  <style name="xml:tags"                    foreground="chameleon3"/>
  <style name="xml:namespace"               bold="true"/>
  <style name="xml:tag-match"               background="#rgba(153,0,85,.07)"/>

  <style name="js:object"                   foreground="chameleon3" bold="true"/>
  <style name="js:constructors"             foreground="pink1"/>
  <style name="js:keyword"                  foreground="#0077aa"/>
  <style name="js:string"                   foreground="#669900"/>
  <style name="js:function"                 foreground="pink1"/>

  <style name="latex:display-math"          foreground="plum3"/>
  <style name="latex:command"               foreground="chameleon3" bold="true"/>
  <style name="latex:include"               use-style="def:preprocessor"/>
  <style name="latex:special-char"          use-style="def:constant"/>

  <style name="sh:variable"                 foreground="plum3"/>
  <style name="sh:variable-definition"      foreground="chameleon3"/>

  <!-- Symbol-tree xml-pack coloring -->
  <style name="symboltree::label"           foreground="#000000" background="#D5E7FC"/>
  <style name="symboltree::id"              foreground="#000000" background="#D9E7BD"/>
  <style name="symboltree::style-class"     foreground="#000000" background="#DFCD9B"/>
  <style name="symboltree::type"            foreground="#000000" background="#F4DAC3"/>
  <style name="symboltree::parent"          foreground="#000000" background="#DEBECF"/>
  <style name="symboltree::class"           foreground="#000000" background="#FFEF98"/>
  <style name="symboltree::attribute"       foreground="#000000" background="#F0E68C"/>>

</style-scheme>