MCPcopy Create free account
hub / github.com/secdev/scapy / DefaultTheme

Class DefaultTheme

scapy/themes.py:183–207  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

181
182
183class DefaultTheme(AnsiColorTheme):
184 style_normal = Color.normal
185 style_prompt = Color.blue + Color.bold
186 style_punct = Color.normal
187 style_id = Color.blue + Color.bold
188 style_not_printable = Color.white
189 style_depreciate_field_name = Color.grey
190 style_layer_name = Color.red + Color.bold
191 style_field_name = Color.blue
192 style_field_value = Color.purple
193 style_emph_field_name = Color.blue + Color.uline + Color.bold
194 style_emph_field_value = Color.purple + Color.uline + Color.bold
195 style_packetlist_name = Color.red + Color.bold
196 style_packetlist_proto = Color.blue
197 style_packetlist_value = Color.purple
198 style_fail = Color.red + Color.bold
199 style_success = Color.blue + Color.bold
200 style_even = Color.black + Color.bold
201 style_odd = Color.black
202 style_opening = Color.yellow
203 style_active = Color.black
204 style_closed = Color.white
205 style_left = Color.blue + Color.invert
206 style_right = Color.red + Color.invert
207 style_logo = Color.green + Color.bold
208
209
210class BrightTheme(AnsiColorTheme):

Callers 6

__init__Method · 0.90
AutoArgparseFunction · 0.90
interactFunction · 0.90
mainFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…