This file is indexed.

/usr/share/gtksourceview-2.0/styles/kate.xml is in libgtksourceview2.0-common 2.10.5-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
 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
<?xml version="1.0" encoding="UTF-8"?>
<!--

 Copyright (C) 2006-2007 GtkSourceView team
 Author: Yevgen Muntyan <muntyan@tamu.edu>

 This library is free software; you can redistribute it and/or
 modify it under the terms of the GNU Library General Public
 License as published by the Free Software Foundation; either
 version 2 of the License, or (at your option) any later version.

 This library 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
 Library General Public License for more details.

 You should have received a copy of the GNU Library General Public
 License along with this library; if not, write to the
 Free Software Foundation, Inc., 59 Temple Place - Suite 330,
 Boston, MA 02111-1307, USA.

-->
<style-scheme id="kate" _name="Kate" version="1.0">
  <author>GtkSourceView team</author>
  <_description>Color scheme used in the Kate text editor</_description>

  <color name="red"                         value="#FF0000"/>
  <color name="blue"                        value="#0000FF"/>
  <color name="dark-blue"                   value="#0057AE"/>
  <color name="dark-red"                    value="#800000"/>
  <color name="dark-green"                  value="#008000"/>
  <color name="grey"                        value="#808080"/>
  <color name="yellow"                      value="#FFFF00"/>
  <color name="white"                       value="#FFFFFF"/>
  <color name="brown"                       value="#B07E00"/>

  <style name="current-line"                background="#EEF6FF"/>
  <style name="right-margin"                background="#ADD4FF"/>
  <style name="bracket-match"               bold="true"/>
  <style name="bracket-mismatch"            background="red" bold="true"/>

  <!-- Search Matching -->
  <style name="search-match"                background="yellow"/>

  <!-- Bookmarks -->
  <style name="bookmark"                    background="#E5E5FF"/>

  <!-- legacy styles for old lang files -->
  <style name="Others"                      foreground="dark-red"/>
  <style name="Others 2"                    bold="true"/>
  <style name="Others 3"                    foreground="dark-green"/>

  <!-- Comments -->
  <style name="def:comment"                 foreground="grey" italic="true" bold="false"/>
  <style name="def:shebang"                 foreground="grey" bold="true"/>
  <style name="def:doc-comment"             foreground="blue"/>
  <style name="def:doc-comment-element"     bold="true"/>

  <!-- Types -->
  <style name="def:type"                    foreground="dark-blue"/>

  <!-- Constants -->
  <style name="def:constant"                foreground="dark-blue"/>
  <style name="def:decimal"                 foreground="brown"/>
  <style name="def:base-n-integer"          foreground="brown"/>
  <style name="def:floating-point"          foreground="brown"/>
  <style name="def:complex"                 use-style="def:base-n-integer"/>
  <style name="def:character"               foreground="#FF80E0"/>
  <style name="def:string"                  foreground="#DD0000"/>
  <style name="def:special-char"            foreground="#FF00FF"/>
  <style name="def:builtin"                 use-style="def:type"/>

  <!-- Identifiers -->
  <style name="def:identifier"              foreground="dark-blue"/>
  <style name="def:function"                use-style="def:identifier"/>

  <!-- Statements -->
  <style name="def:statement"               bold="true"/>

  <!-- Others -->
  <style name="def:preprocessor"            bold="true"/>
  <style name="def:note"                    foreground="#BF0303" background="#F7E7E7" bold="true" italic="false"/>
  <style name="def:error"                   foreground="red" underline="true"/>
  <style name="def:underlined"              underline="true"/>

  <!-- Language specific styles -->
  <style name="c:preprocessor"              foreground="dark-green"/>
  <style name="c:included-file"             use-style="c:preprocessor"/>
  <style name="c:common-defines"            foreground="#0095FF" bold="true"/>

  <style name="diff:diff-file"              use-style="def:statement"/>
  <style name="diff:added-line"             use-style="def:decimal"/>
  <style name="diff:removed-line"           use-style="def:string"/>
  <style name="diff:changed-line"           use-style="c:preprocessor"/>
  <style name="diff:special-case"/>
  <style name="diff:location"               use-style="def:type"/>

  <style name="xml:attribute-name"          foreground="dark-green"/>
  <style name="xml:element-name"            bold="true"/>
  <style name="xml:entity"                  foreground="blue"/>
  <style name="xml:cdata-delim"             foreground="#008080" bold="true"/>
  <style name="xml:processing-instruction"  bold="true"/>
  <style name="xml:doctype"                 foreground="dark-red" bold="true"/>

  <style name="docbook-element"             foreground="#004141" bold="true"/>
  <style name="docbook:header-elements"     use-style="docbook-element"/>
  <style name="docbook:formatting-elements" use-style="docbook-element"/>
  <style name="docbook:gui-elements"        use-style="docbook-element"/>
  <style name="docbook:structural-elements" use-style="docbook-element"/>

  <style name="js:object"                   foreground="dark-green"/>
  <style name="js:constructors"             bold="true"/>

  <style name="mooscript:special-vars"      use-style="c:preprocessor"/>

  <style name="latex:display-math"          background="#C0FFC0"/>
  <style name="latex:inline-math"           foreground="#006400"/>
  <style name="latex:math-bound"            bold="true"/>
  <style name="latex:common-commands"       foreground="dark-red"/>
  <style name="latex:command"               foreground="#7000DF"/>
  <style name="latex:structure"             bold="true"/>
  <style name="latex:section"               foreground="#7000DF" bold="true"/>
  <style name="latex:include"               use-style="latex:common-commands"/>
  <style name="latex:use-package"           use-style="latex:common-commands"/>

  <style name="changelog:date"              use-style="def:type"/>
  <style name="changelog:email"             use-style="c:preprocessor"/>
  <style name="changelog:file"              use-style="def:function"/>
  <style name="changelog:bullet"            use-style="changelog:file"/>
  <style name="changelog:release"           foreground="#0095FF" bold="true"/>

  <style name="perl:pod"                    foreground="grey"/>

  <style name="python:string-conversion"    background="#BEBEBE"/>
  <style name="python:module-handler"       use-style="def:character"/>
  <style name="python:special-variable"     use-style="def:type"/>
  <style name="python:builtin-constant"     use-style="def:type"/>
  <style name="python:builtin-object"       use-style="def:type"/>
  <style name="python:builtin-function"     use-style="def:type"/>
  <style name="python:boolean"              use-style="def:type"/>

  <style name="scheme:parens"               use-style="def:statement"/>
  <style name="scheme:any-function"         use-style="def:statement"/>

  <style name="sh:dollar"                   foreground="dark-green" bold="true"/>

  <style name="makefile:trailing-tab"       background="#FFC0CB"/>

  <style name="t2t:italic"                  italic="true"/>
  <style name="t2t:bold"                    bold="true"/>
  <style name="t2t:verbatim"                background="#lightgrey"/>
  <style name="t2t:verbatim-block"          line-background="#lightgrey"/>
  <style name="t2t:comment"                 foreground="dark-green"/>
  <style name="t2t:option"                  foreground="dark-green"/>
</style-scheme>