Skip to content

Settings for command theme

context_title_line

Name theme.context_title_line

Type str

DefaultValue: gray

Description Color of the borders in context window

context_title_message

Name theme.context_title_message

Type str

DefaultValue: cyan

Description Color of the title in context window

default_title_line

Name theme.default_title_line

Type str

DefaultValue: gray

Description Default color of borders

default_title_message

Name theme.default_title_message

Type str

DefaultValue: cyan

Description Default color of title

table_heading

Name theme.table_heading

Type str

DefaultValue: blue

Description Color of the column headings to tables (e.g. vmmap)

old_context

Name theme.old_context

Type str

DefaultValue: gray

Description Color to use to show things such as code that is not immediately relevant

disassemble_current_instruction

Name theme.disassemble_current_instruction

Type str

DefaultValue: green

Description Color to use to highlight the current $pc when disassembling

dereference_string

Name theme.dereference_string

Type str

DefaultValue: yellow

Description Color of dereferenced string

dereference_code

Name theme.dereference_code

Type str

DefaultValue: gray

Description Color of dereferenced code

dereference_base_address

Name theme.dereference_base_address

Type str

DefaultValue: cyan

Description Color of dereferenced address

dereference_register_value

Name theme.dereference_register_value

Type str

DefaultValue: bold blue

Description Color of dereferenced register

registers_register_name

Name theme.registers_register_name

Type str

DefaultValue: blue

Description Color of the register name in the register window

registers_value_changed

Name theme.registers_value_changed

Type str

DefaultValue: bold red

Description Color of the changed register in the register window

address_stack

Name theme.address_stack

Type str

DefaultValue: pink

Description Color to use when a stack address is found

address_heap

Name theme.address_heap

Type str

DefaultValue: green

Description Color to use when a heap address is found

address_code

Name theme.address_code

Type str

DefaultValue: red

Description Color to use when a code address is found

source_current_line

Name theme.source_current_line

Type str

DefaultValue: green

Description Color to use for the current code line in the source window