~ubuntu-branches/ubuntu/saucy/padre/saucy-proposed

« back to all changes in this revision

Viewing changes to share/themes/solarized_light.txt

  • Committer: Package Import Robot
  • Author(s): Dominique Dumont, gregor herrmann, Dominique Dumont
  • Date: 2012-01-04 12:04:20 UTC
  • mfrom: (1.3.3)
  • Revision ID: package-import@ubuntu.com-20120104120420-i5oybqwf91m1d3il
Tags: 0.92.ds1-1
[ gregor herrmann ]
* Remove debian/source/local-options; abort-on-upstream-changes
  and unapply-patches are default in dpkg-source since 1.16.1.
* Swap order of alternative (build) dependencies after the perl
  5.14 transition.

[ Dominique Dumont ]
* Imported Upstream version 0.92.ds1
* removed fix-spelling patch (applied upstream)
* lintian-override: use wildcard to avoid listing a gazillion files
* updated size of some 'not-real-man-page' entries
* rules: remove dekstop cruft (replaced by a file provided in debian
  directory)
* control: removed Breaks statement. Add /me to uploaders. Updated
  dependencies
* rules: make sure that non-DFSG file (i.e. the cute butterfly, sigh)
  is not distributed

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
name en-gb Solarized Light
 
2
 
 
3
 
 
4
#####
 
5
#
 
6
# base03            002b36
 
7
# base02            073642
 
8
 
9
# base01            586e75
 
10
# base00            657b83
 
11
# base0             839496
 
12
# base1             93a1a1
 
13
# base2             eee8d5
 
14
# base3             fdf6e6
 
15
#
 
16
# yellow            b58900
 
17
# orange            cb4b16
 
18
# red               dc322f
 
19
# magenta           d33682
 
20
# violet            6c71c4
 
21
# blue              268bd2
 
22
# cyan              2aa198
 
23
# green             859900
 
24
#
 
25
#
 
26
 
 
27
 
 
28
# Padre GUI Colours
 
29
style gui
 
30
SetForegroundColour                               93a1a1
 
31
SetBackgroundColour                                eee8d5
 
32
 
 
33
style padre
 
34
StyleSetBackground      STYLE_DEFAULT     fdf6e6
 
35
StyleSetForeground      STYLE_DEFAULT     93a1a1
 
36
StyleSetForeground      STYLE_CONTROLCHAR 657b83
 
37
StyleSetBackground      STYLE_CONTROLCHAR fdf6e6
 
38
StyleSetForeground      STYLE_BRACELIGHT      cb4b16
 
39
StyleSetBackground      STYLE_BRACELIGHT      fdf6e6
 
40
StyleSetForeground      STYLE_BRACEBAD        fdf6e6
 
41
StyleSetBackground      STYLE_BRACEBAD          dc322f
 
42
StyleSetForeground      PADRE_BLACK             93a1a1
 
43
StyleSetForeground      PADRE_BLUE              268bd2
 
44
StyleSetForeground      PADRE_RED               dc322f
 
45
StyleSetForeground      PADRE_GREEN             859900
 
46
StyleSetForeground      PADRE_MAGENTA           d33682
 
47
StyleSetForeground      PADRE_ORANGE            cb4b16
 
48
StyleSetForeground      PADRE_CRIMSON           6c71c4
 
49
StyleSetForeground      PADRE_BROWN             b58900
 
50
StyleSetForeground      PADRE_WARNING           af8000
 
51
StyleSetBackground      PADRE_WARNING           fffff0
 
52
StyleSetItalic          PADRE_WARNING           1
 
53
StyleSetForeground      PADRE_ERROR             af0000
 
54
StyleSetBackground      PADRE_ERROR             fff0f0
 
55
StyleSetItalic          PADRE_ERROR             1
 
56
StyleSetBackground      STYLE_CALLTIP      eee8d5
 
57
StyleSetForeground      STYLE_CALLTIP     657b83
 
58
# Code folding margin
 
59
SetFoldMarginColour     1 eee8d5
 
60
SetFoldMarginHiColour   1 eee8d5
 
61
MarkerSetForeground     SC_MARKNUM_FOLDEREND      eee8d5
 
62
MarkerSetBackground     SC_MARKNUM_FOLDEREND      586e75
 
63
MarkerSetForeground     SC_MARKNUM_FOLDEROPENMID  eee8d5
 
64
MarkerSetBackground     SC_MARKNUM_FOLDEROPENMID  586e75
 
65
MarkerSetForeground     SC_MARKNUM_FOLDERMIDTAIL  586e75
 
66
MarkerSetBackground     SC_MARKNUM_FOLDERMIDTAIL  586e75
 
67
MarkerSetForeground     SC_MARKNUM_FOLDERTAIL     586e75
 
68
MarkerSetBackground     SC_MARKNUM_FOLDERTAIL     586e75
 
69
MarkerSetForeground     SC_MARKNUM_FOLDERSUB      586e75
 
70
MarkerSetBackground     SC_MARKNUM_FOLDERSUB      586e75
 
71
MarkerSetForeground     SC_MARKNUM_FOLDER         586e75
 
72
MarkerSetBackground     SC_MARKNUM_FOLDER         eee8d5
 
73
MarkerSetForeground     SC_MARKNUM_FOLDEROPEN     eee8d5
 
74
MarkerSetBackground     SC_MARKNUM_FOLDEROPEN     586e75
 
75
 
 
76
style text/plain
 
77
include padre
 
78
SetCaretForeground                                  073642
 
79
SetCaretLineBackground                               eee8d5
 
80
SetSelBackground        1                           002b36
 
81
SetWhitespaceForeground 0                           657b83
 
82
SetWhitespaceBackground 0                           ff2b36
 
83
StyleSetBackground      STYLE_DEFAULT         fdf6e6
 
84
# this is cheating - the NULL lexer sets style to 0 what is the constant for that?
 
85
StyleSetBackground      0                           fdf6e6
 
86
StyleSetBackground      STYLE_LINENUMBER       eee8d5
 
87
StyleSetForeground      STYLE_LINENUMBER      586e75
 
88
StyleSetForeground      STYLE_INDENTGUIDE     859900
 
89
CallTipSetBackground  eee8d5
 
90
 
 
91
#
 
92
# application/x-perl
 
93
#
 
94
style application/x-perl
 
95
include text/plain
 
96
StyleSetForeground      SCE_PL_DEFAULT            657b83
 
97
StyleSetForeground      SCE_PL_ERROR              ff0000
 
98
StyleSetForeground      SCE_PL_COMMENTLINE        586e75
 
99
StyleSetForeground      SCE_PL_POD                657b83
 
100
StyleSetForeground      SCE_PL_POD_VERB           657b83
 
101
StyleSetItalic          SCE_PL_POD_VERB           1
 
102
StyleSetForeground      SCE_PL_NUMBER             cb4b16
 
103
StyleSetForeground      SCE_PL_WORD               859900
 
104
StyleSetForeground      SCE_PL_STRING             2aa198
 
105
StyleSetForeground      SCE_PL_CHARACTER          6c71c4
 
106
StyleSetForeground      SCE_PL_PUNCTUATION        000000
 
107
StyleSetForeground      SCE_PL_PREPROCESSOR       657b83
 
108
StyleSetForeground      SCE_PL_OPERATOR           268bd2
 
109
StyleSetForeground      SCE_PL_IDENTIFIER         839496
 
110
StyleSetForeground      SCE_PL_SCALAR             b58900
 
111
StyleSetForeground      SCE_PL_ARRAY              dc322f
 
112
StyleSetForeground      SCE_PL_HASH               dc322f
 
113
StyleSetForeground      SCE_PL_SYMBOLTABLE        eee8d5
 
114
StyleSetForeground      SCE_PL_VARIABLE_INDEXER   b58900
 
115
StyleSetForeground      SCE_PL_REGEX              d33682
 
116
StyleSetForeground      SCE_PL_REGSUBST           93a1a1
 
117
StyleSetForeground      SCE_PL_LONGQUOTE          2aa198
 
118
StyleSetForeground      SCE_PL_BACKTICKS          cb4b16
 
119
StyleSetForeground      SCE_PL_DATASECTION        2aa198
 
120
StyleSetForeground      SCE_PL_HERE_DELIM         2aa198
 
121
StyleSetForeground      SCE_PL_HERE_Q             6c71c4
 
122
StyleSetForeground      SCE_PL_HERE_QQ            2aa198
 
123
StyleSetForeground      SCE_PL_HERE_QX            cb4b16
 
124
StyleSetForeground      SCE_PL_STRING_Q           6c71c4
 
125
StyleSetForeground      SCE_PL_STRING_QQ          2aa198
 
126
StyleSetForeground      SCE_PL_STRING_QX          cb4b16
 
127
StyleSetForeground      SCE_PL_STRING_QR          d33682
 
128
StyleSetForeground      SCE_PL_STRING_QW          6c71c4
 
129
StyleSetForeground      SCE_PL_SUB_PROTOTYPE      cb4b16
 
130
StyleSetForeground      SCE_PL_FORMAT_IDENT       eee8d5
 
131
StyleSetForeground      SCE_PL_FORMAT             2aa198
 
132
 
 
133
StyleSetBackground      SCE_PL_DEFAULT            fdf6e6
 
134
StyleSetBackground      SCE_PL_ERROR              fdf6e6
 
135
StyleSetBackground      SCE_PL_COMMENTLINE        fdf6e6
 
136
StyleSetBackground      SCE_PL_POD                fdf6e6
 
137
StyleSetBackground      SCE_PL_NUMBER             fdf6e6
 
138
StyleSetBackground      SCE_PL_WORD               fdf6e6
 
139
StyleSetBackground      SCE_PL_STRING             fdf6e6
 
140
StyleSetBackground      SCE_PL_CHARACTER          fdf6e6
 
141
StyleSetBackground      SCE_PL_PUNCTUATION        fdf6e6
 
142
StyleSetBackground      SCE_PL_PREPROCESSOR       fdf6e6
 
143
StyleSetBackground      SCE_PL_OPERATOR           fdf6e6
 
144
StyleSetBackground      SCE_PL_IDENTIFIER         fdf6e6
 
145
StyleSetBackground      SCE_PL_SCALAR             fdf6e6
 
146
StyleSetBackground      SCE_PL_ARRAY              fdf6e6
 
147
StyleSetBackground      SCE_PL_HASH               fdf6e6
 
148
StyleSetBackground      SCE_PL_SYMBOLTABLE        fdf6e6
 
149
StyleSetBackground      SCE_PL_REGEX              fdf6e6
 
150
StyleSetBackground      SCE_PL_REGSUBST           fdf6e6
 
151
StyleSetBackground      SCE_PL_LONGQUOTE          fdf6e6
 
152
StyleSetBackground      SCE_PL_BACKTICKS          fdf6e6
 
153
StyleSetBackground      SCE_PL_DATASECTION        fdf6e6
 
154
StyleSetBackground      SCE_PL_HERE_DELIM         fdf6e6
 
155
StyleSetBackground      SCE_PL_HERE_Q             fdf6e6
 
156
StyleSetBackground      SCE_PL_HERE_QQ            fdf6e6
 
157
StyleSetBackground      SCE_PL_HERE_QX            fdf6e6
 
158
StyleSetBackground      SCE_PL_STRING_Q           fdf6e6
 
159
StyleSetBackground      SCE_PL_STRING_QQ          fdf6e6
 
160
StyleSetBackground      SCE_PL_STRING_QX          fdf6e6
 
161
StyleSetBackground      SCE_PL_STRING_QR          fdf6e6
 
162
StyleSetBackground      SCE_PL_STRING_QW          fdf6e6
 
163
StyleSetBackground      SCE_PL_FORMAT             fdf6e6
 
164
StyleSetBackground      SCE_PL_FORMAT_IDENT       fdf6e6
 
165
StyleSetBackground      SCE_PL_SUB_PROTOTYPE      fdf6e6
 
166
StyleSetBackground      SCE_PL_POD_VERB           fdf6e6
 
167
StyleSetBackground      SCE_PL_VARIABLE_INDEXER   fdf6e6
 
168
# The 'constant' definition is weird with interplay between
 
169
# Wx::Scintilla , Wx:: Padre::Wx::Constants/Style
 
170
#StyleSetBackground      SCE_PL_STRING_VAR         fdf6e6
 
171
#StyleSetBackground      SCE_PL_REGEX_VAR          fdf6e6
 
172
#StyleSetBackground      SCE_PL_REGSUBST_VAR       fdf6e6
 
173
#StyleSetBackground      SCE_PL_BACKTICKS_VAR      fdf6e6
 
174
#StyleSetBackground      SCE_PL_HERE_QQ_VAR        fdf6e6
 
175
#StyleSetBackground      SCE_PL_HERE_QX_VAR        fdf6e6
 
176
#StyleSetBackground      SCE_PL_STRING_QQ_VAR      fdf6e6
 
177
#StyleSetBackground      SCE_PL_STRING_QX_VAR      fdf6e6
 
178
#StyleSetBackground      SCE_PL_STRING_QR_VAR      fdf6e6
 
179
StyleSetForeground      SCE_PL_STRING_VAR          b58900
 
180
StyleSetForeground      SCE_PL_XLAT               b58900
 
181
StyleSetForeground      SCE_PL_REGEX_VAR          b58900
 
182
StyleSetForeground      SCE_PL_REGSUBST_VAR       b58900
 
183
StyleSetForeground      SCE_PL_BACKTICKS_VAR      b58900
 
184
StyleSetForeground      SCE_PL_HERE_QQ_VAR        b58900
 
185
StyleSetForeground      SCE_PL_HERE_QX_VAR        b58900
 
186
StyleSetForeground      SCE_PL_STRING_QQ_VAR      b58900
 
187
StyleSetForeground      SCE_PL_STRING_QX_VAR      b58900
 
188
StyleSetForeground      SCE_PL_STRING_QR_VAR      b58900
 
189
 
 
190
StyleSetBackground      SCE_PL_STRING_VAR         df6e6
 
191
StyleSetBackground      SCE_PL_XLAT               eee8d5
 
192
StyleSetBackground      SCE_PL_REGEX_VAR          eee8d5
 
193
StyleSetBackground      SCE_PL_REGSUBST_VAR       eee8d5
 
194
StyleSetBackground      SCE_PL_BACKTICKS_VAR      fdf6e6
 
195
StyleSetBackground      SCE_PL_HERE_QQ_VAR        fdf6e6
 
196
StyleSetBackground      SCE_PL_HERE_QX_VAR        fdf6e6
 
197
StyleSetBackground      SCE_PL_STRING_QQ_VAR      fdf6e6
 
198
StyleSetBackground      SCE_PL_STRING_QX_VAR      fdf6e6
 
199
StyleSetBackground      SCE_PL_STRING_QR_VAR      eee8d5
 
200
StyleSetBackground       SCE_PL_SUB_PROTOTYPE     eee8d5
 
201
StyleSetBackground       SCE_PL_FORMAT_IDENT      eee8d5
 
202
StyleSetBackground       SCE_PL_FORMAT            eee8d5
 
203
 
 
204
## conf
 
205
style text/x-config
 
206
include text/plain
 
207
StyleSetForeground       SCE_CONF_DEFAULT          657b83
 
208
StyleSetForeground       SCE_CONF_COMMENT          586e75
 
209
StyleSetForeground       SCE_CONF_NUMBER           2aa198
 
210
StyleSetForeground       SCE_CONF_IDENTIFIER       b58900
 
211
StyleSetForeground       SCE_CONF_EXTENSION        839496
 
212
StyleSetForeground       SCE_CONF_PARAMETER        d33682
 
213
StyleSetForeground       SCE_CONF_STRING           cb4b16
 
214
StyleSetForeground       SCE_CONF_OPERATOR         93a1a1
 
215
StyleSetForeground       SCE_CONF_IP               859900
 
216
StyleSetForeground       SCE_CONF_DIRECTIVE        839496
 
217
StyleSetBackground       SCE_CONF_DEFAULT          fdf6e6
 
218
StyleSetBackground       SCE_CONF_COMMENT          fdf6e6
 
219
StyleSetBackground       SCE_CONF_NUMBER           fdf6e6
 
220
StyleSetBackground       SCE_CONF_IDENTIFIER       fdf6e6
 
221
StyleSetBackground       SCE_CONF_EXTENSION        fdf6e6
 
222
StyleSetBackground       SCE_CONF_PARAMETER        fdf6e6
 
223
StyleSetBackground       SCE_CONF_STRING           fdf6e6
 
224
StyleSetBackground       SCE_CONF_OPERATOR         fdf6e6
 
225
StyleSetBackground       SCE_CONF_IP               fdf6e6
 
226
StyleSetBackground       SCE_CONF_DIRECTIVE        fdf6e6
 
227
 
 
228
 
 
229
## yaml
 
230
style text/x-yaml
 
231
include text/plain
 
232
StyleSetForeground       SCE_YAML_DEFAULT             859900
 
233
StyleSetForeground       SCE_YAML_COMMENT             586e75
 
234
StyleSetForeground       SCE_YAML_IDENTIFIER          268bd2
 
235
StyleSetBold             SCE_YAML_IDENTIFIER          1
 
236
StyleSetForeground       SCE_YAML_KEYWORD             6c71c4
 
237
StyleSetForeground       SCE_YAML_NUMBER              dc322f
 
238
StyleSetForeground       SCE_YAML_REFERENCE           2aa198
 
239
StyleSetForeground       SCE_YAML_DOCUMENT            859900
 
240
StyleSetBackground       SCE_YAML_DOCUMENT            eee8d5
 
241
StyleSetBold             SCE_YAML_DOCUMENT            1
 
242
StyleSetEOLFilled        SCE_YAML_DOCUMENT            1
 
243
StyleSetForeground       SCE_YAML_TEXT                333366
 
244
StyleSetForeground       SCE_YAML_ERROR               859900
 
245
StyleSetBackground       SCE_YAML_ERROR               eee8d5
 
246
StyleSetBold             SCE_YAML_ERROR               1
 
247
StyleSetEOLFilled        SCE_YAML_ERROR               1
 
248
StyleSetBackground       SCE_YAML_DEFAULT             fdf6e6
 
249
StyleSetBackground       SCE_YAML_COMMENT             fdf6e6
 
250
StyleSetBackground       SCE_YAML_IDENTIFIER          fdf6e6
 
251
StyleSetBackground       SCE_YAML_KEYWORD             fdf6e6
 
252
StyleSetBackground       SCE_YAML_NUMBER              fdf6e6
 
253
StyleSetBackground       SCE_YAML_REFERENCE           fdf6e6
 
254
StyleSetBackground       SCE_YAML_TEXT                fdf6e6
 
255
StyleSetBackground       SCE_YAML_OPERATOR            fdf6e6
 
256
 
 
257
style text/x-c
 
258
include text/plain
 
259
StyleSetForeground      SCE_C_DEFAULT                 657b83
 
260
StyleSetBackground      SCE_C_DEFAULT                 fdf6e6
 
261
StyleSetForeground      SCE_C_COMMENT                 586e75
 
262
StyleSetBackground      SCE_C_COMMENT                 fdf6e6
 
263
StyleSetForeground      SCE_C_COMMENTLINE             586e75
 
264
StyleSetBackground      SCE_C_COMMENTLINE             fdf6e6
 
265
StyleSetForeground      SCE_C_COMMENTDOC              586e75
 
266
StyleSetBackground      SCE_C_COMMENTDOC              fdf6e6
 
267
StyleSetForeground      SCE_C_NUMBER                  2aa198
 
268
StyleSetBackground      SCE_C_NUMBER                  fdf6e6
 
269
StyleSetForeground      SCE_C_WORD                    6c71c4
 
270
StyleSetBackground      SCE_C_WORD                    fdf6e6
 
271
StyleSetBold            SCE_C_WORD                    1
 
272
StyleSetForeground      SCE_C_STRING                  ff7f00
 
273
StyleSetBackground      SCE_C_STRING                  fdf6e6
 
274
StyleSetForeground      SCE_C_CHARACTER               6c71c4
 
275
StyleSetBackground      SCE_C_CHARACTER               fdf6e6
 
276
StyleSetForeground      SCE_C_UUID                    6c71c4
 
277
StyleSetBackground      SCE_C_UUID                    fdf6e6
 
278
StyleSetForeground      SCE_C_PREPROCESSOR            93a1a1
 
279
StyleSetBackground      SCE_C_PREPROCESSOR            fdf6e6
 
280
StyleSetBold            SCE_C_PREPROCESSOR            1
 
281
StyleSetForeground      SCE_C_OPERATOR                268bd2
 
282
StyleSetBackground      SCE_C_OPERATOR                fdf6e6
 
283
StyleSetForeground      SCE_C_IDENTIFIER              859900
 
284
StyleSetBackground      SCE_C_IDENTIFIER              fdf6e6
 
285
StyleSetForeground      SCE_C_STRINGEOL               dc322f
 
286
StyleSetBackground      SCE_C_STRINGEOL               fdf6e6
 
287
StyleSetForeground      SCE_C_VERBATIM                6c71c4
 
288
StyleSetBackground      SCE_C_VERBATIM                fdf6e6
 
289
StyleSetForeground      SCE_C_REGEX                   ff007f
 
290
StyleSetBackground      SCE_C_REGEX                   fdf6e6
 
291
StyleSetForeground      SCE_C_COMMENTLINEDOC          586e75
 
292
StyleSetBackground      SCE_C_COMMENTLINEDOC          fdf6e6
 
293
StyleSetForeground      SCE_C_WORD2                   6c71c4
 
294
StyleSetBackground      SCE_C_WORD2                   fdf6e6
 
295
StyleSetBold            SCE_C_WORD2                   1
 
296
StyleSetForeground      SCE_C_COMMENTDOCKEYWORD       657b83
 
297
StyleSetBackground      SCE_C_COMMENTDOCKEYWORD       fdf6e6
 
298
StyleSetForeground      SCE_C_COMMENTDOCKEYWORDERROR  657b83
 
299
StyleSetBackground      SCE_C_COMMENTDOCKEYWORDERROR  fdf6e6
 
300
StyleSetForeground      SCE_C_GLOBALCLASS             6c71c4
 
301
StyleSetBackground      SCE_C_GLOBALCLASS             fdf6e6
 
302
 
 
303
 
 
304
# text/x-perlxs
 
305
# surely this should be rolled up to text/x-c and included by cpp and perlxs ?
 
306
style text/x-perlxs
 
307
include text/x-c
 
308
 
 
309
style text/x-cpp
 
310
include text/x-c
 
311
 
 
312
#
 
313
# text/html
 
314
style text/html
 
315
include text/plain
 
316
StyleSetBackground      SCE_H_DEFAULT                 fdf6e6
 
317
StyleSetBackground      SCE_H_TAG                     fdf6e6
 
318
StyleSetBackground      SCE_H_TAGUNKNOWN              fdf6e6
 
319
StyleSetBackground      SCE_H_ATTRIBUTE               fdf6e6
 
320
StyleSetBackground      SCE_H_ATTRIBUTEUNKNOWN        fdf6e6
 
321
StyleSetBackground      SCE_H_NUMBER                  fdf6e6
 
322
StyleSetBackground      SCE_H_DOUBLESTRING            fdf6e6
 
323
StyleSetBackground      SCE_H_SINGLESTRING            fdf6e6
 
324
StyleSetBackground      SCE_H_OTHER                   fdf6e6
 
325
StyleSetBackground      SCE_H_COMMENT                 fdf6e6
 
326
StyleSetBackground      SCE_H_ENTITY                  fdf6e6
 
327
 
 
328
StyleSetForeground      SCE_H_DEFAULT                 93a1a1
 
329
StyleSetForeground      SCE_H_TAG                     586e75
 
330
StyleSetForeground      SCE_H_TAGUNKNOWN              dc322f
 
331
StyleSetForeground      SCE_H_ATTRIBUTE               268bd2
 
332
StyleSetForeground      SCE_H_ATTRIBUTEUNKNOWN        dc322f
 
333
StyleSetForeground      SCE_H_NUMBER                  d33682
 
334
StyleSetForeground      SCE_H_DOUBLESTRING            6c71c4
 
335
StyleSetForeground      SCE_H_SINGLESTRING            2aa198
 
336
StyleSetForeground      SCE_H_OTHER                   b58900
 
337
StyleSetForeground      SCE_H_COMMENT                 657b83
 
338
StyleSetItalic          SCE_H_COMMENT                 1
 
339
StyleSetForeground      SCE_H_ENTITY                  859900
 
340
 
 
341
StyleSetBackground      SCE_H_TAGEND                  fdf6e6
 
342
StyleSetBackground      SCE_H_XMLSTART                fdf6e6
 
343
StyleSetBackground      SCE_H_XMLEND                  fdf6e6
 
344
StyleSetBackground      SCE_H_SCRIPT                  fdf6e6
 
345
StyleSetBackground      SCE_H_ASP                     fdf6e6
 
346
StyleSetBackground      SCE_H_ASPAT                   fdf6e6
 
347
StyleSetBackground      SCE_H_CDATA                    eee8d5
 
348
StyleSetEOLFilled       SCE_H_CDATA                   1
 
349
StyleSetBackground      SCE_H_QUESTION                fdf6e6
 
350
 
 
351
StyleSetForeground      SCE_H_TAGEND                  586e75
 
352
StyleSetForeground      SCE_H_XMLSTART                cb4b16
 
353
StyleSetForeground      SCE_H_XMLEND                  cb4b16
 
354
StyleSetForeground      SCE_H_SCRIPT                  d33682
 
355
#StyleSetForeground      SCE_H_ASP 15
 
356
#StyleSetForeground      SCE_H_ASPAT 16
 
357
StyleSetForeground      SCE_H_CDATA                   d33682
 
358
StyleSetForeground      SCE_H_QUESTION                859900
 
359
 
 
360
 
 
361
StyleSetBackground      SCE_H_VALUE                    eee8d5
 
362
StyleSetBackground      SCE_H_XCCOMMENT               fdf6e6
 
363
 
 
364
#// SGML
 
365
StyleSetBackground      SCE_H_SGML_DEFAULT             eee8d5
 
366
StyleSetBackground      SCE_H_SGML_COMMAND             eee8d5
 
367
StyleSetBackground      SCE_H_SGML_1ST_PARAM           eee8d5
 
368
StyleSetBackground      SCE_H_SGML_DOUBLESTRING        eee8d5
 
369
StyleSetBackground      SCE_H_SGML_SIMPLESTRING        eee8d5
 
370
StyleSetBackground      SCE_H_SGML_ERROR               eee8d5
 
371
StyleSetBackground      SCE_H_SGML_SPECIAL             eee8d5
 
372
StyleSetBackground      SCE_H_SGML_ENTITY              eee8d5
 
373
StyleSetBackground      SCE_H_SGML_COMMENT             eee8d5
 
374
StyleSetBackground      SCE_H_SGML_1ST_PARAM_COMMENT   eee8d5
 
375
StyleSetBackground      SCE_H_SGML_BLOCK_DEFAULT       eee8d5
 
376
 
 
377
## 
 
378
StyleSetForeground      SCE_H_SGML_DEFAULT            d33682
 
379
StyleSetForeground      SCE_H_SGML_COMMAND            859900
 
380
StyleSetForeground      SCE_H_SGML_1ST_PARAM          cb4b16
 
381
StyleSetForeground      SCE_H_SGML_DOUBLESTRING       6c71c4
 
382
StyleSetForeground      SCE_H_SGML_SIMPLESTRING       fdf6e6
 
383
StyleSetForeground      SCE_H_SGML_ERROR              cb4b16
 
384
StyleSetForeground      SCE_H_SGML_SPECIAL            859900
 
385
StyleSetForeground      SCE_H_SGML_ENTITY             859900
 
386
StyleSetForeground      SCE_H_SGML_COMMENT            657b83
 
387
StyleSetItalic          SCE_H_SGML_COMMENT            1
 
388
StyleSetForeground      SCE_H_SGML_1ST_PARAM_COMMENT  93a1a1
 
389
StyleSetForeground      SCE_H_SGML_BLOCK_DEFAULT      d33682
 
390
 
 
391
 
 
392
#// Embedded Javascript Backgrounds
 
393
StyleSetBackground      SCE_HJ_START                   eee8d5
 
394
StyleSetBackground      SCE_HJ_DEFAULT                 eee8d5
 
395
StyleSetBackground      SCE_HJ_COMMENT                 eee8d5
 
396
StyleSetBackground      SCE_HJ_COMMENTLINE             eee8d5
 
397
StyleSetBackground      SCE_HJ_COMMENTDOC              eee8d5
 
398
StyleSetBackground      SCE_HJ_NUMBER                  eee8d5
 
399
StyleSetBackground      SCE_HJ_WORD                    eee8d5
 
400
StyleSetBackground      SCE_HJ_KEYWORD                 eee8d5
 
401
StyleSetBackground      SCE_HJ_DOUBLESTRING            eee8d5
 
402
StyleSetBackground      SCE_HJ_SINGLESTRING            eee8d5
 
403
StyleSetBackground      SCE_HJ_SYMBOLS                 eee8d5
 
404
StyleSetBackground      SCE_HJ_STRINGEOL               eee8d5
 
405
StyleSetBackground      SCE_HJ_REGEX                   eee8d5
 
406
 
 
407
StyleSetEOLFilled       SCE_HJ_START                  1
 
408
StyleSetEOLFilled       SCE_HJ_DEFAULT                1
 
409
StyleSetEOLFilled       SCE_HJ_COMMENT                1
 
410
StyleSetEOLFilled       SCE_HJ_COMMENTLINE            1
 
411
StyleSetEOLFilled       SCE_HJ_COMMENTDOC             1
 
412
StyleSetEOLFilled       SCE_HJ_NUMBER                 1
 
413
StyleSetEOLFilled       SCE_HJ_WORD                   1
 
414
StyleSetEOLFilled       SCE_HJ_KEYWORD                1
 
415
StyleSetEOLFilled       SCE_HJ_DOUBLESTRING           1
 
416
StyleSetEOLFilled       SCE_HJ_SINGLESTRING           1
 
417
StyleSetEOLFilled       SCE_HJ_SYMBOLS                1
 
418
StyleSetEOLFilled       SCE_HJ_STRINGEOL              1
 
419
StyleSetEOLFilled       SCE_HJ_REGEX                  1
 
420
 
 
421
#// Embedded Javascript
 
422
StyleSetForeground      SCE_HJ_START                  586e75
 
423
StyleSetForeground      SCE_HJ_DEFAULT                93a1a1
 
424
StyleSetForeground      SCE_HJ_COMMENT                586e75
 
425
StyleSetForeground      SCE_HJ_COMMENTLINE            586e75
 
426
StyleSetForeground      SCE_HJ_COMMENTDOC             657b83
 
427
StyleSetForeground      SCE_HJ_NUMBER                 cb4b16
 
428
StyleSetForeground      SCE_HJ_WORD                   859900
 
429
StyleSetForeground      SCE_HJ_KEYWORD                268bd2
 
430
StyleSetForeground      SCE_HJ_DOUBLESTRING           cb4b16
 
431
StyleSetForeground      SCE_HJ_SINGLESTRING           b58900
 
432
StyleSetForeground      SCE_HJ_SYMBOLS                d33682
 
433
StyleSetForeground      SCE_HJ_STRINGEOL              6c71c4
 
434
StyleSetForeground      SCE_HJ_REGEX                  d33682
 
435
 
 
436
 
 
437
 
 
438
# text/x-patch
 
439
#
 
440
style text/x-patch
 
441
include text/plain
 
442
 
 
443
StyleSetForeground      SCE_DIFF_DEFAULT              657b83
 
444
StyleSetForeground      SCE_DIFF_COMMENT              586e75
 
445
StyleSetBold            SCE_DIFF_COMMENT              1
 
446
StyleSetItalic          SCE_DIFF_COMMENT              1
 
447
StyleSetEOLFilled       SCE_DIFF_COMMENT              1
 
448
StyleSetUnderline       SCE_DIFF_COMMENT              1
 
449
StyleSetForeground      SCE_DIFF_COMMAND              93a1a1
 
450
StyleSetForeground      SCE_DIFF_HEADER               859900
 
451
StyleSetForeground      SCE_DIFF_POSITION             268bd2
 
452
StyleSetForeground      SCE_DIFF_DELETED              dc322f
 
453
StyleSetForeground      SCE_DIFF_ADDED                2aa198
 
454
#StyleSetForeground      SCE_DIFF_CHANGED              6c71c4
 
455
 
 
456
 
 
457
StyleSetBackground      SCE_DIFF_DEFAULT              fdf6e6
 
458
StyleSetBackground      SCE_DIFF_COMMENT              fdf6e6
 
459
StyleSetBackground      SCE_DIFF_COMMAND              fdf6e6
 
460
StyleSetBackground      SCE_DIFF_HEADER               fdf6e6
 
461
StyleSetBackground      SCE_DIFF_POSITION             fdf6e6
 
462
StyleSetBackground      SCE_DIFF_DELETED              fdf6e6
 
463
StyleSetBackground      SCE_DIFF_ADDED                fdf6e6
 
464
#StyleSetBackground      SCE_DIFF_CHANGED              fdf6e6
 
465
 
 
466
# text/x-makefile
 
467
#
 
468
style text/x-makefile
 
469
include text/plain
 
470
 
 
471
StyleSetForeground      SCE_MAKE_DEFAULT              657b83
 
472
StyleSetForeground      SCE_MAKE_COMMENT              586e75
 
473
StyleSetForeground      SCE_MAKE_PREPROCESSOR         93a1a1
 
474
StyleSetForeground      SCE_MAKE_IDENTIFIER           859900
 
475
StyleSetForeground      SCE_MAKE_OPERATOR             268bd2
 
476
StyleSetForeground      SCE_MAKE_TARGET               dc322f
 
477
StyleSetForeground      SCE_MAKE_IDEOL                2aa198
 
478
 
 
479
StyleSetBackground      SCE_MAKE_DEFAULT              fdf6e6
 
480
StyleSetBackground      SCE_MAKE_COMMENT              fdf6e6
 
481
StyleSetBackground      SCE_MAKE_PREPROCESSOR         fdf6e6
 
482
StyleSetBackground      SCE_MAKE_IDENTIFIER           fdf6e6
 
483
StyleSetBackground      SCE_MAKE_OPERATOR             fdf6e6
 
484
StyleSetBackground      SCE_MAKE_TARGET               fdf6e6
 
485
StyleSetBackground      SCE_MAKE_IDEOL                fdf6e6
 
486
 
 
487
 
 
488
#
 
489
# text/css1
 
490
#
 
491
style text/css
 
492
include text/plain
 
493
 
 
494
StyleSetForeground      SCE_CSS_DEFAULT                       657b83
 
495
StyleSetForeground      SCE_CSS_TAG                           6c71c4
 
496
  StyleSetBold          SCE_CSS_TAG                           1
 
497
StyleSetForeground      SCE_CSS_CLASS                         268bd2
 
498
StyleSetForeground      SCE_CSS_PSEUDOCLASS                   839496
 
499
StyleSetForeground      SCE_CSS_UNKNOWN_PSEUDOCLASS           839496
 
500
  StyleSetBold          SCE_CSS_UNKNOWN_PSEUDOCLASS           1
 
501
StyleSetForeground      SCE_CSS_OPERATOR                      cb4b16
 
502
   StyleSetBold         SCE_CSS_OPERATOR                      1
 
503
StyleSetForeground      SCE_CSS_IDENTIFIER                    d33682
 
504
StyleSetForeground      SCE_CSS_UNKNOWN_IDENTIFIER            839496
 
505
  StyleSetBold          SCE_CSS_UNKNOWN_IDENTIFIER            1
 
506
StyleSetForeground      SCE_CSS_VALUE                         859900
 
507
StyleSetForeground      SCE_CSS_COMMENT                       586e75
 
508
StyleSetForeground      SCE_CSS_ID                            2aa198
 
509
    StyleSetBold        SCE_CSS_ID                            1
 
510
StyleSetForeground      SCE_CSS_IMPORTANT                     839496
 
511
StyleSetForeground      SCE_CSS_DIRECTIVE                     839496
 
512
StyleSetForeground      SCE_CSS_DOUBLESTRING                  839496
 
513
StyleSetForeground      SCE_CSS_SINGLESTRING                  839496
 
514
StyleSetForeground      SCE_CSS_IDENTIFIER2                   839496
 
515
StyleSetForeground      SCE_CSS_ATTRIBUTE                     839496
 
516
#StyleSetForeground      SCE_CSS_IDENTIFIER3 17
 
517
#StyleSetForeground      SCE_CSS_PSEUDOELEMENT 18
 
518
#StyleSetForeground      SCE_CSS_EXTENDED_IDENTIFIER 19
 
519
#StyleSetForeground      SCE_CSS_EXTENDED_PSEUDOCLASS 20
 
520
#StyleSetForeground      SCE_CSS_EXTENDED_PSEUDOELEMENT 21
 
521
 
 
522
StyleSetBackground           SCE_CSS_DEFAULT                  fdf6e6
 
523
StyleSetBackground           SCE_CSS_TAG                      fdf6e6
 
524
StyleSetBackground           SCE_CSS_CLASS                    fdf6e6
 
525
StyleSetBackground           SCE_CSS_PSEUDOCLASS              fdf6e6
 
526
StyleSetBackground           SCE_CSS_UNKNOWN_PSEUDOCLASS      fdf6e6
 
527
StyleSetBackground           SCE_CSS_OPERATOR                 fdf6e6
 
528
StyleSetBackground           SCE_CSS_IDENTIFIER               fdf6e6
 
529
StyleSetBackground           SCE_CSS_UNKNOWN_IDENTIFIER       fdf6e6
 
530
StyleSetBackground           SCE_CSS_VALUE                    fdf6e6
 
531
StyleSetBackground           SCE_CSS_COMMENT                  fdf6e6
 
532
StyleSetBackground           SCE_CSS_ID                       fdf6e6
 
533
StyleSetBackground           SCE_CSS_IMPORTANT                fdf6e6
 
534
StyleSetBackground           SCE_CSS_DIRECTIVE                fdf6e6
 
535
StyleSetBackground           SCE_CSS_DOUBLESTRING             fdf6e6
 
536
StyleSetBackground           SCE_CSS_SINGLESTRING             fdf6e6
 
537
StyleSetBackground           SCE_CSS_IDENTIFIER2              fdf6e6
 
538
StyleSetBackground           SCE_CSS_ATTRIBUTE                fdf6e6
 
539
#StyleSetBackground           SCE_CSS_IDENTIFIER3              fdf6e6
 
540
#StyleSetBackground           SCE_CSS_PSEUDOELEMENT            fdf6e6
 
541
#StyleSetBackground           SCE_CSS_EXTENDED_IDENTIFIER      fdf6e6
 
542
#StyleSetBackground           SCE_CSS_EXTENDED_PSEUDOCLASS     fdf6e6
 
543
#StyleSetBackground           SCE_CSS_EXTENDED_PSEUDOELEMENT   fdf6e6
 
544
 
 
545
style text/x-sql
 
546
include text/plain
 
547
 
 
548
StyleSetForeground      SCE_SQL_DEFAULT               657b83
 
549
StyleSetForeground      SCE_SQL_COMMENT               586e75
 
550
StyleSetForeground      SCE_SQL_COMMENTLINE           586e75
 
551
StyleSetForeground      SCE_SQL_COMMENTDOC            586e75
 
552
StyleSetForeground      SCE_SQL_NUMBER                cb4b16
 
553
StyleSetForeground      SCE_SQL_WORD                  859900
 
554
StyleSetForeground      SCE_SQL_STRING                2aa198
 
555
StyleSetForeground      SCE_SQL_CHARACTER             6c71c4
 
556
StyleSetForeground      SCE_SQL_SQLPLUS               657b83
 
557
StyleSetForeground      SCE_SQL_SQLPLUS_PROMPT        657b83
 
558
StyleSetForeground      SCE_SQL_OPERATOR              268bd2
 
559
StyleSetForeground      SCE_SQL_IDENTIFIER            839496
 
560
StyleSetForeground      SCE_SQL_SQLPLUS_COMMENT       586e75
 
561
StyleSetForeground      SCE_SQL_COMMENTLINEDOC        586e75
 
562
StyleSetForeground      SCE_SQL_WORD2                 839496
 
563
StyleSetForeground      SCE_SQL_COMMENTDOCKEYWORD     586e75
 
564
StyleSetForeground      SCE_SQL_COMMENTDOCKEYWORDERROR    dc322f
 
565
#StyleSetForeground      SCE_SQL_USER1                 
 
566
#StyleSetForeground      SCE_SQL_USER2                 
 
567
#StyleSetForeground      SCE_SQL_USER3                 
 
568
#StyleSetForeground      SCE_SQL_USER4                 
 
569
StyleSetForeground      SCE_SQL_QUOTEDIDENTIFIER      2aa198
 
570
 
 
571
StyleSetBackground      SCE_SQL_DEFAULT               fdf6e6
 
572
StyleSetBackground      SCE_SQL_COMMENT               fdf6e6
 
573
StyleSetBackground      SCE_SQL_COMMENTLINE           fdf6e6
 
574
StyleSetBackground      SCE_SQL_COMMENTDOC            fdf6e6
 
575
StyleSetBackground      SCE_SQL_NUMBER                fdf6e6
 
576
StyleSetBackground      SCE_SQL_WORD                  fdf6e6
 
577
StyleSetBackground      SCE_SQL_STRING                fdf6e6
 
578
StyleSetBackground      SCE_SQL_CHARACTER             fdf6e6
 
579
StyleSetBackground      SCE_SQL_SQLPLUS               fdf6e6
 
580
StyleSetBackground      SCE_SQL_SQLPLUS_PROMPT        fdf6e6
 
581
StyleSetBackground      SCE_SQL_OPERATOR              fdf6e6
 
582
StyleSetBackground      SCE_SQL_IDENTIFIER            fdf6e6
 
583
StyleSetBackground      SCE_SQL_SQLPLUS_COMMENT       fdf6e6
 
584
StyleSetBackground      SCE_SQL_COMMENTLINEDOC        fdf6e6
 
585
StyleSetBackground      SCE_SQL_WORD2                 fdf6e6
 
586
StyleSetBackground      SCE_SQL_COMMENTDOCKEYWORD     fdf6e6
 
587
StyleSetBackground      SCE_SQL_COMMENTDOCKEYWORDERROR    fdf6e6
 
588
StyleSetBackground      SCE_SQL_USER1                 fdf6e6
 
589
StyleSetBackground      SCE_SQL_USER2                 fdf6e6
 
590
StyleSetBackground      SCE_SQL_USER3                 fdf6e6
 
591
StyleSetBackground      SCE_SQL_USER4                 fdf6e6
 
592
StyleSetBackground      SCE_SQL_QUOTEDIDENTIFIER      fdf6e6
 
593
 
 
594
# POVRAY Persistence of Vision Raytracer
 
595
style text/x-povray
 
596
include text/plain
 
597
 
 
598
StyleAllBackground      fdf6e6
 
599
 
 
600
StyleSetForeground      SCE_POV_DEFAULT               657b83
 
601
StyleSetForeground      SCE_POV_COMMENT               839496
 
602
StyleSetForeground      SCE_POV_COMMENTLINE           839496
 
603
StyleSetForeground      SCE_POV_NUMBER                cb4b16
 
604
StyleSetForeground      SCE_POV_OPERATOR              268bd2
 
605
StyleSetForeground      SCE_POV_IDENTIFIER            6c71c4
 
606
StyleSetForeground      SCE_POV_STRING                2aa198
 
607
StyleSetForeground      SCE_POV_STRINGEOL             2aa198
 
608
StyleSetForeground      SCE_POV_DIRECTIVE             859900
 
609
StyleSetBold            SCE_POV_DIRECTIVE  1
 
610
StyleSetForeground      SCE_POV_BADDIRECTIVE          dc322f
 
611
StyleSetForeground      SCE_POV_WORD2 859900 # object structure 
 
612
StyleSetForeground      SCE_POV_WORD3 6c71c4 # patterns
 
613
StyleSetForeground      SCE_POV_WORD4 859900 # transforms
 
614
StyleSetItalic          SCE_POV_WORD4 1
 
615
StyleSetForeground      SCE_POV_WORD5 d33682 # modifiers
 
616
StyleSetForeground      SCE_POV_WORD6 b58900 # functions
 
617
StyleSetBold            SCE_POV_WORD6 1
 
618
StyleSetForeground      SCE_POV_WORD7 d33682 # reserved identifiers
 
619
StyleSetForeground      SCE_POV_WORD8 d33682
 
620
 
 
621
# Copyright 2008-2011 The Padre development team as listed in Padre.pm.
 
622
# LICENSE
 
623
# This program is free software; you can redistribute it and/or
 
624
# modify it under the same terms as Perl 5 itself.