File: Cream.ess

package info (click to toggle)
wxwidgets2.8 2.8.10.1-3
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 239,052 kB
  • ctags: 289,550
  • sloc: cpp: 1,838,857; xml: 396,717; python: 282,506; ansic: 126,171; makefile: 51,406; sh: 14,581; asm: 299; sql: 258; lex: 194; perl: 139; yacc: 128; pascal: 95; php: 39; lisp: 38; tcl: 24; haskell: 20; java: 18; cs: 18; erlang: 17; ruby: 16; ada: 9; ml: 9; csh: 9
file content (191 lines) | stat: -rw-r--r-- 2,641 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
/* Editra Style Sheet
 * Name: Default
 * Author: Cody Precord <cprecord@editra.org>
 * License: wxWindows License
 */

/* Main Style all others inherit from */
default_style { 
        fore: #000000; 
        back: #F6F6F6; 
        face: %(primary)s; 
        size: %(size)d;
}

brace_good {
        fore: #FFFFFF;
        back: #0000FF bold;
}

brace_bad {
        back: #FF0000 bold;
}

calltip { 
        fore: #404040;
        back: #FFFFB8;
}

caret_line {
        back: #D8F8FF;
}

ctrl_char {
        fore: #000000;
        back: #F6F6F6; 
        face: %(primary)s;
}

line_num { 
        back: #C0C0C0; 
        face: %(secondary)s; 
        size: %(size3)d;
}

array_style { 
        fore: #EE8B02 bold; 
        face: %(secondary)s;
}

btick_style { 
        fore: #8959F6 bold; 
        back: #FFFFFF;
}

char_style { 
        fore: #FF3AFF; 
        back: #FFFFFF;
}

class_style { 
        fore: #2E8B57 bold; 
}

class2_style { 
        fore: #2E8B57 bold; 
        back: #FFFFFF;
}

comment_style { 
        fore: #838383; 
}

decor_style {
        fore: #BA0EEA italic;
        face: %(secondary)s;
}

directive_style { 
        fore: #0000FF bold; 
        face: %(secondary)s; 
}

dockey_style { 
        fore: #0000FF; 
}

error_style { 
        fore: #DD0101 bold; 
        face: %(secondary)s;
}

foldmargin_style {
        back: #D1D1D1;
}

funct_style { 
        fore: #008B8B italic; 
}

global_style { 
        fore: #007F7F bold; 
        face: %(secondary)s; 
}

guide_style {
        fore: #838383;
}

here_style { 
        fore: #CA61CA bold; 
        face: %(secondary)s; 
}

ideol_style { 
        fore: #E0C0E0; 
        face: %(secondary)s; 
}

keyword_style { 
        fore: #A52B2B bold;
}

keyword2_style { 
        fore: #2E8B57 bold; 
}

keyword3_style { 
        fore: #008B8B bold;
}

keyword4_style { 
        fore: #9D2424;
}

margin_style { 
        fore: #FFFFFF;
        back: #000000;
}

number_style { 
        fore: #DD0101;
}

number2_style { 
        fore: #DD0101 bold;
}

operator_style { 
        face: %(primary)s bold; 
}

pre_style { 
        fore: #AB39F2 bold; 
}

pre2_style { 
        fore: #AB39F2 bold; 
        back: #FFFFFF;
}

regex_style { 
        fore: #008B8B; 
}

scalar_style { 
        fore: #AB37F2 bold; 
        face: %(secondary)s; 
}

scalar2_style { 
        fore: #AB37F2; 
        face: %(secondary)s; 
}

string_style { 
        fore: #FF3AFF bold;
}

stringeol_style { 
        back: #EEC0EE eol;
        face: %(secondary)s bold; 
}

unknown_style { 
        fore: #FFFFFF bold; 
        back: #DD0101 eol; 
}

whitespace_style {
        fore: #838383;
}