Plugin providing advanced skinning support for IDA Pro utilizing Qt stylesheets, similar to CSS.
IDA 7.3 added theming support directly into IDA itself and ships with a forked version of the ISASkins dark
theme.
We will keep maintaining this plugin for a while for users of old IDA verions, but it will be shelved eventually.
New themes should be developed for IDA directly.
Download the latest version from GitHub
Copy the contents of the plugins
directory into the plugins
directory of
your IDA installation.
Theming IDA using IDASkins works using Qt
stylesheets. For information
on the most important IDA-specific UI elements, take a look in the enclosed
default stylesheet.qss
. Pull-requests for new themes are very welcome!