Created
December 17, 2022 17:16
-
-
Save xorhex/4878e60b1bb539ebcc5c9f9fd8306aae to your computer and use it in GitHub Desktop.
IDA - UI Candy
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* 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