174 background_color = '#ffffff' |
174 background_color = '#ffffff' |
175 |
175 |
176 #: highlight background color |
176 #: highlight background color |
177 highlight_color = '#ffffcc' |
177 highlight_color = '#ffffcc' |
178 |
178 |
|
179 #: line number font color |
|
180 line_number_color = '#000000' |
|
181 |
|
182 #: line number background color |
|
183 line_number_background_color = '#f0f0f0' |
|
184 |
|
185 #: special line number font color |
|
186 line_number_special_color = '#000000' |
|
187 |
|
188 #: special line number background color |
|
189 line_number_special_background_color = '#ffffc0' |
|
190 |
179 #: Style definitions for individual token types. |
191 #: Style definitions for individual token types. |
180 styles = {} |
192 styles = {} |