Skip to content

Instantly share code, notes, and snippets.

@xorhex
Created December 17, 2022 17:16
Show Gist options
  • Save xorhex/4878e60b1bb539ebcc5c9f9fd8306aae to your computer and use it in GitHub Desktop.
Save xorhex/4878e60b1bb539ebcc5c9f9fd8306aae to your computer and use it in GitHub Desktop.
IDA - UI Candy
/* Credit for this template goes to HexRays' Support!
https://hex-rays.com/products/ida/news/8_2/ */
CustomIDAMemo
{
qproperty-line-bg-default: rgba(0, 0, 0, 0.0);
background: white url(/path/to/picture.png);
background-attachment: fixed;
background-repeat: none;
background-position: bottom right;
}
ecfringe_t
{
background: transparent;
}
TextArrows
{
background: transparent;
}
IDAViewHost
{
background: white;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment