• This repository has been archived on 17/Dec/2020
  • Stars
    star
    893
  • Rank 50,782 (Top 2 %)
  • Language
    Python
  • License
    MIT License
  • Created over 10 years ago
  • Updated about 5 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Advanced skinning plugin for IDA Pro

IDA Skins

Plugin providing advanced skinning support for IDA Pro utilizing Qt stylesheets, similar to CSS.

Important: This plugin is now deprecated

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.

Screenshot

VSCode dark theme

Screenshot 1 Screenshot 2

ISASkins dark theme

Screenshot

Download

Download the latest version from GitHub

Installation

Copy the contents of the plugins directory into the plugins directory of your IDA installation.

Theming

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!