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

« back to all changes in this revision

Viewing changes to wxPython/wx/tools/Editra/styles/BlackBoard.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:
4
4
 */
5
5
 
6
6
default_style {
7
 
                fore:#F8F8F8;
8
 
                back:#0C1021;
9
 
                face:%(primary)s;
10
 
                size:%(size)d;
 
7
        fore:#F8F8F8;
 
8
        back:#0C1021;
 
9
        face:%(primary)s;
 
10
        size:%(size)d;
11
11
}
12
12
 
13
13
array_style {
14
 
                fore:#B86214;
 
14
        fore:#B86214;
15
15
}
16
16
 
17
17
brace_bad {
18
 
                fore:#0000FF;
19
 
                back:#FFFFFF;
20
 
                modifiers:bold;
 
18
        fore:#0000FF;
 
19
        back:#FFFFFF;
 
20
        modifiers:bold;
21
21
}
22
22
 
23
23
brace_good {
24
 
                fore:#FF0000;
25
 
                back:#000000;
26
 
                modifiers:bold;
 
24
        fore:#FF0000;
 
25
        back:#000000;
 
26
        modifiers:bold;
27
27
}
28
28
 
29
29
btick_style {
30
 
                fore:#cc33ee;
31
 
                back:#000000;
 
30
        fore:#cc33ee;
 
31
        back:#000000;
32
32
}
33
33
 
34
34
calltip {
35
 
                back:#1c2131;
 
35
        back:#1c2131;
36
36
}
37
37
 
38
38
caret_line {
39
 
                back:#1a1e2e;
 
39
        back:#1a1e2e;
40
40
}
41
41
 
42
42
char_style {
43
 
                fore:#E19618;
 
43
        fore:#E19618;
44
44
}
45
45
 
46
46
class_style {
47
 
                fore:#FF0404;
48
 
                modifiers:bold;
 
47
        fore:#FF0404;
 
48
        modifiers:bold;
49
49
}
50
50
 
51
51
class2_style {
52
 
                fore:#FF0404;
 
52
        fore:#FF0404;
53
53
}
54
54
 
55
55
comment_style {
56
 
                fore:#626262;
57
 
                modifiers:italic;
 
56
        fore:#626262;
 
57
        modifiers:italic;
58
58
}
59
59
 
60
60
decor_style {
61
 
                fore:#C35E21;
62
 
                modifiers:italic;
 
61
        fore:#C35E21;
 
62
        modifiers:italic;
63
63
}
64
64
 
65
65
directive_style {
66
 
                fore:#2DE1CB;
 
66
        fore:#2DE1CB;
67
67
}
68
68
 
69
69
dockey_style {
70
 
                fore:#39EAE1;
 
70
        fore:#39EAE1;
71
71
}
72
72
 
73
73
error_style {
74
 
                fore:#FF0000;
 
74
        fore:#FE5252;
75
75
}
76
76
 
77
77
foldmargin_style {
78
 
                back:#2d3243;
 
78
        back:#2d3243;
79
79
}
80
80
 
81
81
funct_style {
82
 
                fore:#49DE38;
83
 
                modifiers:italic;
 
82
        fore:#49DE38;
 
83
        modifiers:italic;
84
84
}
85
85
 
86
86
global_style {
87
 
                fore:#2F86F0;
88
 
                modifiers:bold;
 
87
        fore:#2F86F0;
 
88
        modifiers:bold;
89
89
}
90
90
 
91
91
here_style {
92
 
                fore:#41ce77;
 
92
        fore:#41ce77;
93
93
}
94
94
 
95
95
keyword_style {
96
 
                fore:#FBDE2D;
 
96
        fore:#FBDE2D;
97
97
}
98
98
 
99
99
keyword2_style {
100
 
                fore:#4179C5;
101
 
                modifiers:bold;
 
100
        fore:#4179C5;
 
101
        modifiers:bold;
102
102
}
103
103
 
104
104
keyword3_style {
105
 
                fore:#4179C5;
106
 
                modifiers:bold;
 
105
        fore:#4179C5;
 
106
        modifiers:bold;
107
107
}
108
108
 
109
109
keyword4_style {
110
 
                fore:#64DA3D;
 
110
        fore:#64DA3D;
111
111
}
112
112
 
113
113
line_num {
114
 
                back:#1c2131;
 
114
        back:#1c2131;
115
115
}
116
116
 
117
117
marker_style {
118
 
                fore:#F8F8F8;
 
118
        fore:#F8F8F8;
119
119
}
120
120
 
121
121
number_style {
122
 
                fore:#D8FA3C;
 
122
        fore:#D8FA3C;
123
123
}
124
124
 
125
125
number2_style {
126
 
                fore:#D8Fa3C;
 
126
        fore:#D8Fa3C;
127
127
}
128
128
 
129
129
operator_style {
130
 
                fore:#BBBBBB;
 
130
        fore:#BBBBBB;
131
131
}
132
132
 
133
133
pre_style {
134
 
                fore:#27E71D;
 
134
        fore:#27E71D;
135
135
}
136
136
 
137
137
pre2_style {
138
 
                fore:#CC33EE;
 
138
        fore:#CC33EE;
139
139
}
140
140
 
141
141
regex_style {
142
 
                fore:#22eeff;
143
 
                modifiers:italic;
 
142
        fore:#22eeff;
 
143
        modifiers:italic;
144
144
}
145
145
 
146
146
scalar_style {
147
 
                fore:#cc33ee;
 
147
        fore:#cc33ee;
148
148
}
149
149
 
150
150
scalar2_style {
151
 
                fore:#cc33ee;
152
 
                modifiers:bold;
 
151
        fore:#cc33ee;
 
152
        modifiers:bold;
153
153
}
154
154
 
155
155
select_style {
156
 
                back:#142DD6;
 
156
        back:#142DD6;
157
157
}
158
158
 
159
159
string_style {
160
 
                fore:#61CE3C;
 
160
        fore:#61CE3C;
161
161
}
162
162
 
163
163
stringeol_style {
164
 
                fore:#408080;
165
 
                back:#E0C0E0;
166
 
                modifiers:eol;
 
164
        fore:#408080;
 
165
        back:#E0C0E0;
 
166
        modifiers:eol;
167
167
}
168
168
 
169
169
unknown_style {
170
 
                fore:#F8F8f8;
171
 
                back:#FF0000;
 
170
        fore:#F8F8f8;
 
171
        back:#FF0000;
172
172
}