Collection of beautiful pwndbg themes.
The theme files can be sourced from .gdbinit
after loading
pwndbg. Each theme is stored in a separate
folder and may contain sub variants (like a dark) and a screenshot.
Example:
source /usr/share/pwndbg/gdbinit.py
source /usr/share/pwndbg-themes/example/dark.pwndbg
set hexdump-bytes 128
Only theme related style options should be set, any usage of other config options
like the amount of printed lines (f.e. set nearpc-lines 20
), screen clearing,
show flags or other behaviour should not be altered within a theme.