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

« back to all changes in this revision

Viewing changes to share/themes/ultraedit.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 Ultraedit
 
2
 
 
3
 
 
4
 
 
5
# Padre Internal Editor Colours
 
6
style padre
 
7
StyleSetForeground PADRE_BLACK                    000000
 
8
StyleSetForeground PADRE_BLUE                     000099
 
9
StyleSetForeground PADRE_RED                      990000
 
10
StyleSetForeground PADRE_GREEN                    00aa00
 
11
StyleSetForeground PADRE_MAGENTA                  8b008b
 
12
StyleSetForeground PADRE_ORANGE                   ff8228
 
13
StyleSetForeground PADRE_CRIMSON                  dc143c
 
14
StyleSetForeground PADRE_BROWN                    a52a2a
 
15
StyleSetForeground PADRE_DIFF_HEADER              000000
 
16
StyleSetBackground PADRE_DIFF_HEADER              eeee22
 
17
StyleSetForeground PADRE_DIFF_DELETED             000000
 
18
StyleSetBackground PADRE_DIFF_DELETED             ff8080
 
19
StyleSetForeground PADRE_DIFF_ADDED               000000
 
20
StyleSetBackground PADRE_DIFF_ADDED               80ff80
 
21
StyleSetForeground PADRE_WARNING                  af8000
 
22
StyleSetBackground PADRE_WARNING                  fffff0
 
23
StyleSetForeground PADRE_ERROR                    af0000
 
24
StyleSetBackground PADRE_ERROR                    fff0f0
 
25
# Code folding margin
 
26
SetFoldMarginColour     1 eeeeee
 
27
SetFoldMarginHiColour   1 eeeeee
 
28
MarkerSetForeground     SC_MARKNUM_FOLDEREND      eeeeee
 
29
MarkerSetBackground     SC_MARKNUM_FOLDEREND      111111
 
30
MarkerSetForeground     SC_MARKNUM_FOLDEROPENMID  eeeeee
 
31
MarkerSetBackground     SC_MARKNUM_FOLDEROPENMID  111111
 
32
MarkerSetForeground     SC_MARKNUM_FOLDERMIDTAIL  111111
 
33
MarkerSetBackground     SC_MARKNUM_FOLDERMIDTAIL  111111
 
34
MarkerSetForeground     SC_MARKNUM_FOLDERTAIL     111111
 
35
MarkerSetBackground     SC_MARKNUM_FOLDERTAIL     111111
 
36
MarkerSetForeground     SC_MARKNUM_FOLDERSUB      111111
 
37
MarkerSetBackground     SC_MARKNUM_FOLDERSUB      111111
 
38
MarkerSetForeground     SC_MARKNUM_FOLDER         111111
 
39
MarkerSetBackground     SC_MARKNUM_FOLDER         eeeeee
 
40
MarkerSetForeground     SC_MARKNUM_FOLDEROPEN     eeeeee
 
41
MarkerSetBackground     SC_MARKNUM_FOLDEROPEN     111111
 
42
 
 
43
 
 
44
 
 
45
style text/plain
 
46
include padre
 
47
SetCaretForeground                                000000
 
48
SetCaretLineBackground                            ffff04
 
49
StyleSetBackground STYLE_DEFAULT            ffffff
 
50
StyleSetForeground STYLE_DEFAULT            000000
 
51
StyleSetForeground STYLE_LINENUMBER         111111
 
52
StyleSetBackground STYLE_LINENUMBER         eeeeee
 
53
StyleSetForeground STYLE_INDENTGUIDE        0000ff
 
54
StyleSetForeground STYLE_BRACELIGHT         ff00ff
 
55
StyleSetForeground STYLE_BRACEBAD           ff0000
 
56
 
 
57
 
 
58
 
 
59
style application/x-perl
 
60
include text/plain
 
61
StyleSetForeground SCE_PL_DEFAULT               7f7f7f
 
62
StyleSetForeground SCE_PL_ERROR                 ff0000
 
63
StyleSetForeground SCE_PL_COMMENTLINE           3f7f7f
 
64
StyleSetForeground SCE_PL_POD                   3f7f7f
 
65
StyleSetForeground SCE_PL_POD_VERB              3f7f7f
 
66
StyleSetForeground SCE_PL_NUMBER                ff0000
 
67
StyleSetForeground SCE_PL_WORD                  000000
 
68
StyleSetForeground SCE_PL_STRING                7f7f7f
 
69
StyleSetForeground SCE_PL_CHARACTER             7f7f7f
 
70
StyleSetForeground SCE_PL_PUNCTUATION           7f3f00
 
71
StyleSetForeground SCE_PL_PREPROCESSOR          7f7f7f
 
72
StyleSetForeground SCE_PL_OPERATOR              7f3f00
 
73
StyleSetForeground SCE_PL_IDENTIFIER            000000
 
74
StyleSetForeground SCE_PL_SCALAR                000000
 
75
StyleSetForeground SCE_PL_ARRAY                 000000
 
76
StyleSetForeground SCE_PL_HASH                  000000
 
77
StyleSetForeground SCE_PL_SYMBOLTABLE           00ff00
 
78
StyleSetForeground SCE_PL_REGEX                 7f00ff
 
79
StyleSetForeground SCE_PL_REGSUBST              7f7f00
 
80
StyleSetForeground SCE_PL_LONGQUOTE             7f7f7f
 
81
StyleSetForeground SCE_PL_BACKTICKS             00bf00
 
82
StyleSetForeground SCE_PL_DATASECTION           ff7f00
 
83
StyleSetForeground SCE_PL_HERE_DELIM            ff7f00
 
84
StyleSetForeground SCE_PL_HERE_Q                7f7f7f
 
85
StyleSetForeground SCE_PL_HERE_QQ               7f7f7f
 
86
StyleSetForeground SCE_PL_HERE_QX               00bf00
 
87
StyleSetForeground SCE_PL_STRING_Q              7f7f7f
 
88
StyleSetForeground SCE_PL_STRING_QQ             7f7f7f
 
89
StyleSetForeground SCE_PL_STRING_QX             7f7f7f
 
90
StyleSetForeground SCE_PL_STRING_QR             7f00ff
 
91
StyleSetForeground SCE_PL_STRING_QW             7f7f7f
 
92
# Missing SCE_PL_VARIABLE_INDEXER (16)
 
93
# Missing SCE_PL_SUB_PROTOTYPE    (40)
 
94
# Missing SCE_PL_FORMAT_IDENT     (41)
 
95
# Missing SCE_PL_FORMAT           (42)
 
96
 
 
97
# Copyright 2008-2011 The Padre development team as listed in Padre.pm.
 
98
# LICENSE
 
99
# This program is free software; you can redistribute it and/or
 
100
# modify it under the same terms as Perl 5 itself.