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

« back to all changes in this revision

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