https://github.com/zyantific/IDASkins
Advanced skinning plugin for IDA Pro
https://github.com/zyantific/IDASkins
ida plugin skin stylesheet theme
Last synced: 7 months ago
JSON representation
Advanced skinning plugin for IDA Pro
- Host: GitHub
- URL: https://github.com/zyantific/IDASkins
- Owner: zyantific
- License: mit
- Archived: true
- Created: 2014-05-06T15:34:21.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2019-06-26T23:35:15.000Z (over 6 years ago)
- Last Synced: 2025-03-13T12:37:06.492Z (7 months ago)
- Topics: ida, plugin, skin, stylesheet, theme
- Language: Python
- Homepage:
- Size: 4.26 MB
- Stars: 922
- Watchers: 46
- Forks: 150
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
IDA Skins
=========Plugin providing advanced skinning support for IDA Pro utilizing [Qt
stylesheets](http://qt-project.org/doc/qt-4.7/stylesheet.html), similar to CSS.## Important: This plugin is now deprecated
IDA 7.3 [added theming support](https://www.hex-rays.com/products/ida/7.3/index.shtml) 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

#### `ISASkins dark` theme
## Download
[Download the latest version from GitHub](https://github.com/athre0z/ida-skins/releases/latest)## 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](http://qt-project.org/doc/qt-4.8/stylesheet.html). 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!**