~elementary-os/ubuntu-package-imports/gtksourceview3-bionic

« back to all changes in this revision

Viewing changes to data/styles/kate.xml

  • Committer: RabbitBot
  • Date: 2018-04-11 14:44:37 UTC
  • Revision ID: rabbitbot@elementary.io-20180411144437-o6lqtaih66d5uhtx
Initial import, version 3.24.7-1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="UTF-8"?>
 
2
<!--
 
3
 
 
4
 This file is part of GtkSourceView
 
5
 
 
6
 Copyright (C) 2006-2007 GtkSourceView team
 
7
 Author: Yevgen Muntyan <muntyan@tamu.edu>
 
8
 
 
9
 GtkSourceView is free software; you can redistribute it and/or
 
10
 modify it under the terms of the GNU Lesser General Public
 
11
 License as published by the Free Software Foundation; either
 
12
 version 2.1 of the License, or (at your option) any later version.
 
13
 
 
14
 GtkSourceView is distributed in the hope that it will be useful,
 
15
 but WITHOUT ANY WARRANTY; without even the implied warranty of
 
16
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 
17
 Lesser General Public License for more details.
 
18
 
 
19
 You should have received a copy of the GNU Lesser General Public
 
20
 License along with this library; if not, write to the Free Software
 
21
 Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
 
22
 
 
23
-->
 
24
<style-scheme id="kate" _name="Kate" version="1.0">
 
25
  <author>GtkSourceView team</author>
 
26
  <_description>Color scheme used in the Kate text editor</_description>
 
27
 
 
28
  <color name="red"                         value="#FF0000"/>
 
29
  <color name="blue"                        value="#0000FF"/>
 
30
  <color name="dark-blue"                   value="#0057AE"/>
 
31
  <color name="dark-red"                    value="#800000"/>
 
32
  <color name="dark-green"                  value="#008000"/>
 
33
  <color name="grey"                        value="#808080"/>
 
34
  <color name="yellow"                      value="#FFFF00"/>
 
35
  <color name="white"                       value="#FFFFFF"/>
 
36
  <color name="brown"                       value="#B07E00"/>
 
37
  <color name="black"                       value="#000000"/>
 
38
 
 
39
  <!-- Global Settings -->
 
40
  <style name="text"                        foreground="black" background="white"/>
 
41
  <style name="selection"                   foreground="white" background="#43ace8"/>
 
42
  <style name="current-line"                background="#EEF6FF"/>
 
43
  <style name="line-numbers"                foreground="black" background="#d6d2d0"/>
 
44
  <style name="right-margin"                foreground="black" background="black"/>
 
45
  <style name="bracket-match"               foreground="white" background="black"/>
 
46
  <style name="bracket-mismatch"            background="red"/>
 
47
  <style name="draw-spaces"                 foreground="#d3d7cf"/>
 
48
  <style name="background-pattern"          background="#f3f3f3"/>
 
49
 
 
50
  <!-- Search Matching -->
 
51
  <style name="search-match"                background="yellow"/>
 
52
 
 
53
  <!-- Bookmarks -->
 
54
  <style name="bookmark"                    background="#E5E5FF"/>
 
55
 
 
56
  <!-- legacy styles for old lang files -->
 
57
  <style name="Others"                      foreground="dark-red"/>
 
58
  <style name="Others 2"                    bold="true"/>
 
59
  <style name="Others 3"                    foreground="dark-green"/>
 
60
 
 
61
  <!-- Comments -->
 
62
  <style name="def:comment"                 foreground="grey" italic="true" bold="false"/>
 
63
  <style name="def:shebang"                 foreground="grey" bold="true"/>
 
64
  <style name="def:doc-comment"             foreground="blue"/>
 
65
  <style name="def:doc-comment-element"     bold="true"/>
 
66
 
 
67
  <!-- Types -->
 
68
  <style name="def:type"                    foreground="dark-blue"/>
 
69
 
 
70
  <!-- Constants -->
 
71
  <style name="def:constant"                foreground="dark-blue"/>
 
72
  <style name="def:decimal"                 foreground="brown"/>
 
73
  <style name="def:base-n-integer"          foreground="brown"/>
 
74
  <style name="def:floating-point"          foreground="brown"/>
 
75
  <style name="def:complex"                 use-style="def:base-n-integer"/>
 
76
  <style name="def:character"               foreground="#FF80E0"/>
 
77
  <style name="def:string"                  foreground="#DD0000"/>
 
78
  <style name="def:special-char"            foreground="#FF00FF"/>
 
79
  <style name="def:builtin"                 use-style="def:type"/>
 
80
 
 
81
  <!-- Identifiers -->
 
82
  <style name="def:identifier"              foreground="dark-blue"/>
 
83
  <style name="def:function"                use-style="def:identifier"/>
 
84
 
 
85
  <!-- Statements -->
 
86
  <style name="def:statement"               bold="true"/>
 
87
 
 
88
  <!-- Others -->
 
89
  <style name="def:preprocessor"            bold="true"/>
 
90
  <style name="def:note"                    foreground="#BF0303" background="#F7E7E7" bold="true" italic="false"/>
 
91
  <style name="def:error"                   foreground="red" underline="true"/>
 
92
  <style name="def:warning"                 foreground="brown" underline="true"/>
 
93
  <style name="def:underlined"              underline="single"/>
 
94
 
 
95
  <!-- Heading styles, uncomment to enable -->
 
96
  <!--
 
97
  <style name="def:heading0"                scale="5.0"/>
 
98
  <style name="def:heading1"                scale="2.5"/>
 
99
  <style name="def:heading2"                scale="2.0"/>
 
100
  <style name="def:heading3"                scale="1.7"/>
 
101
  <style name="def:heading4"                scale="1.5"/>
 
102
  <style name="def:heading5"                scale="1.3"/>
 
103
  <style name="def:heading6"                scale="1.2"/>
 
104
  -->
 
105
 
 
106
  <!-- Language specific styles -->
 
107
  <style name="c:preprocessor"              foreground="dark-green"/>
 
108
  <style name="c:included-file"             use-style="c:preprocessor"/>
 
109
  <style name="c:common-defines"            foreground="#0095FF" bold="true"/>
 
110
 
 
111
  <style name="diff:diff-file"              use-style="def:statement"/>
 
112
  <style name="diff:added-line"             use-style="def:decimal"/>
 
113
  <style name="diff:removed-line"           use-style="def:string"/>
 
114
  <style name="diff:changed-line"           use-style="c:preprocessor"/>
 
115
  <style name="diff:special-case"/>
 
116
  <style name="diff:location"               use-style="def:type"/>
 
117
 
 
118
  <style name="xml:attribute-name"          foreground="dark-green"/>
 
119
  <style name="xml:element-name"            bold="true"/>
 
120
  <style name="xml:entity"                  foreground="blue"/>
 
121
  <style name="xml:cdata-delim"             foreground="#008080" bold="true"/>
 
122
  <style name="xml:processing-instruction"  bold="true"/>
 
123
  <style name="xml:doctype"                 foreground="dark-red" bold="true"/>
 
124
 
 
125
  <style name="docbook-element"             foreground="#004141" bold="true"/>
 
126
  <style name="docbook:header-elements"     use-style="docbook-element"/>
 
127
  <style name="docbook:formatting-elements" use-style="docbook-element"/>
 
128
  <style name="docbook:gui-elements"        use-style="docbook-element"/>
 
129
  <style name="docbook:structural-elements" use-style="docbook-element"/>
 
130
 
 
131
  <style name="js:object"                   foreground="dark-green"/>
 
132
  <style name="js:constructors"             bold="true"/>
 
133
 
 
134
  <style name="mooscript:special-vars"      use-style="c:preprocessor"/>
 
135
 
 
136
  <style name="latex:display-math"          background="#C0FFC0"/>
 
137
  <style name="latex:inline-math"           foreground="#006400"/>
 
138
  <style name="latex:math-bound"            bold="true"/>
 
139
  <style name="latex:common-commands"       foreground="dark-red"/>
 
140
  <style name="latex:command"               foreground="#7000DF"/>
 
141
  <style name="latex:include"               use-style="latex:common-commands"/>
 
142
 
 
143
  <style name="changelog:date"              use-style="def:type"/>
 
144
  <style name="changelog:email"             use-style="c:preprocessor"/>
 
145
  <style name="changelog:file"              use-style="def:function"/>
 
146
  <style name="changelog:bullet"            use-style="changelog:file"/>
 
147
  <style name="changelog:release"           foreground="#0095FF" bold="true"/>
 
148
 
 
149
  <style name="perl:pod"                    foreground="grey"/>
 
150
 
 
151
  <style name="python:string-conversion"    background="#BEBEBE"/>
 
152
  <style name="python:module-handler"       use-style="def:character"/>
 
153
  <style name="python:special-variable"     use-style="def:type"/>
 
154
  <style name="python:builtin-constant"     use-style="def:type"/>
 
155
  <style name="python:builtin-object"       use-style="def:type"/>
 
156
  <style name="python:builtin-function"     use-style="def:type"/>
 
157
  <style name="python:boolean"              use-style="def:type"/>
 
158
 
 
159
  <style name="scheme:parens"               use-style="def:statement"/>
 
160
  <style name="scheme:any-function"         use-style="def:statement"/>
 
161
 
 
162
  <style name="sh:dollar"                   foreground="dark-green" bold="true"/>
 
163
 
 
164
  <style name="makefile:trailing-tab"       background="#FFC0CB"/>
 
165
 
 
166
  <style name="t2t:italic"                  italic="true"/>
 
167
  <style name="t2t:bold"                    bold="true"/>
 
168
  <style name="t2t:verbatim"                background="#lightgrey"/>
 
169
  <style name="t2t:verbatim-block"          line-background="#lightgrey"/>
 
170
  <style name="t2t:comment"                 foreground="dark-green"/>
 
171
  <style name="t2t:option"                  foreground="dark-green"/>
 
172
</style-scheme>