~ubuntu-branches/ubuntu/raring/wxwidgets2.8/raring

« back to all changes in this revision

Viewing changes to wxPython/wx/tools/Editra/styles/midnight.ess

  • Committer: Package Import Robot
  • Author(s): Stéphane Graber
  • Date: 2012-01-07 13:59:25 UTC
  • mfrom: (1.1.9) (5.1.10 sid)
  • Revision ID: package-import@ubuntu.com-20120107135925-2601miy9ullcon9j
Tags: 2.8.12.1-6ubuntu1
* Resync from Debian, changes that were kept:
  - debian/rules: re-enable mediactrl. This allows libwx_gtk2u_media-2.8 to be
    built, as this is required by some applications (LP: #632984)
  - debian/control: Build-dep on libxt-dev for mediactrl.
  - Patches
    + fix-bashism-in-example
* Add conflict on python-wxgtk2.8 (<< 2.8.12.1-6ubuntu1~) to python-wxversion
  to guarantee upgrade ordering when moving from pycentral to dh_python2.

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
 */
6
6
 
7
7
default_style {
8
 
                fore: #FFFFFF;
9
 
                back: #000000;
10
 
                face: %(primary)s;
11
 
                size: %(size)d;
 
8
        fore: #FFFFFF;
 
9
        back: #000000;
 
10
        face: %(primary)s;
 
11
        size: %(size)d;
12
12
}
13
13
 
14
14
array_style {
15
 
                fore: #EE8B02 bold;
 
15
        fore: #EE8B02 bold;
16
16
}
17
17
 
18
18
brace_good {
25
25
}
26
26
 
27
27
btick_style {
28
 
                fore: #8959F6 bold;
 
28
        fore: #8959F6 bold;
29
29
}
30
30
 
31
31
calltip { 
38
38
}
39
39
 
40
40
char_style {
41
 
                fore: #FF3AFF;
 
41
        fore: #FF3AFF;
42
42
}
43
43
 
44
44
class_style {
45
 
                fore: #2E8B57 bold;
 
45
        fore: #2E8B57 bold;
46
46
}
47
47
 
48
48
class2_style {
49
 
                fore: #2E8B57 bold;
 
49
        fore: #2E8B57 bold;
50
50
}
51
51
 
52
52
ctrl_char {
53
 
                fore: #FFFFFF;
54
 
                back: #000000;
55
 
                face: %(primary)s;
 
53
        fore: #FFFFFF;
 
54
        back: #000000;
 
55
        face: %(primary)s;
56
56
}
57
57
 
58
58
comment_style {
59
 
                fore: #0033CC;
60
 
                face: %(primary)s;
 
59
        fore: #0033CC;
 
60
        face: %(primary)s;
61
61
}
62
62
 
63
63
decor_style {
66
66
}
67
67
 
68
68
directive_style {
69
 
                fore: #0000FF bold;
 
69
        fore: #0000FF bold;
70
70
}
71
71
 
72
72
dockey_style {
73
 
                fore: #00A6FF;
 
73
        fore: #00A6FF;
74
74
}
75
75
 
76
76
error_style {
77
 
                fore: #DD0101;
 
77
        fore: #FE5252;
78
78
}
79
79
 
80
80
funct_style {
81
 
                fore: #008B8B italic;
 
81
        fore: #008B8B italic;
82
82
}
83
83
 
84
84
global_style {
85
 
                fore: #007F7F bold;
 
85
        fore: #007F7F bold;
86
86
}
87
87
 
88
88
guide_style {
90
90
}
91
91
 
92
92
here_style {
93
 
                fore: #CA61CA bold;
 
93
        fore: #CA61CA bold;
94
94
}
95
95
 
96
96
ideol_style {
97
 
                fore: #E0C0E0;
 
97
        fore: #E0C0E0;
98
98
}
99
99
 
100
100
keyword_style {
101
 
                fore: #A52B2B bold;
 
101
        fore: #A52B2B bold;
102
102
}
103
103
 
104
104
keyword2_style {
105
 
                fore: #2E8B57 bold;
 
105
        fore: #2E8B57 bold;
106
106
}
107
107
 
108
108
keyword3_style {
109
 
                fore: #008B8B bold;
 
109
        fore: #008B8B bold;
110
110
}
111
111
 
112
112
keyword4_style {
113
 
                fore: #9D2424;
 
113
        fore: #9D2424;
114
114
}
115
115
 
116
116
line_num {
117
 
                size: %(size3)d;
 
117
        size: %(size3)d;
118
118
}
119
119
 
120
120
number_style {
121
 
                fore: #DD0101;
 
121
        fore: #DD0101;
122
122
}
123
123
 
124
124
number2_style {
125
 
                fore: #DD0101 bold;
 
125
        fore: #DD0101 bold;
126
126
}
127
127
 
128
128
operator_style {
129
 
                fore: #FFFFFF bold;
 
129
        fore: #FFFFFF bold;
130
130
}
131
131
 
132
132
pre_style {
133
 
                fore: #AB39F2 bold;
 
133
        fore: #AB39F2 bold;
134
134
}
135
135
 
136
136
pre2_style {
139
139
}
140
140
 
141
141
regex_style {
142
 
                fore: #008B8B bold;
 
142
        fore: #008B8B bold;
143
143
}
144
144
 
145
145
scalar_style {
146
 
                fore: #AB37F2 bold;
 
146
        fore: #AB37F2 bold;
147
147
}
148
148
 
149
149
scalar2_style {
150
 
                fore: #AB37F2;
 
150
        fore: #AB37F2;
151
151
}
152
152
 
153
153
select_style {
155
155
}
156
156
 
157
157
string_style {
158
 
                fore: #FF3AFF bold;
 
158
        fore: #FF3AFF bold;
159
159
}
160
160
 
161
161
stringeol_style {
162
 
                fore: #000000 bold;
163
 
                back: #EEC0EE;
164
 
                size: %(size)d eol;
 
162
        fore: #000000 bold;
 
163
        back: #EEC0EE;
 
164
        size: %(size)d eol;
165
165
}
166
166
 
167
167
unknown_style {
168
 
                fore: #FFFFFF bold;
169
 
                back: #DD0101 eol;
 
168
        fore: #FFFFFF bold;
 
169
        back: #DD0101 eol;
170
170
}
171
171
 
172
172
whitespace_style {