Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zyantific/idaskins
Advanced skinning plugin for IDA Pro
https://github.com/zyantific/idaskins
ida plugin skin stylesheet theme
Last synced: 20 days 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 10 years ago)
- Default Branch: master
- Last Pushed: 2019-06-26T23:35:15.000Z (over 5 years ago)
- Last Synced: 2024-07-31T12:14:47.869Z (4 months ago)
- Topics: ida, plugin, skin, stylesheet, theme
- Language: Python
- Homepage:
- Size: 4.26 MB
- Stars: 913
- Watchers: 47
- Forks: 164
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-reverse-engineering - **723**星
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
![Screenshot 1](https://raw.githubusercontent.com/athre0z/ida-skins/master/media/screenshots/vscodetheme1.png)
![Screenshot 2](https://raw.githubusercontent.com/athre0z/ida-skins/master/media/screenshots/vscodetheme2.png)#### `ISASkins dark` theme
![Screenshot](https://raw.githubusercontent.com/athre0z/ida-skins/master/media/screenshots/screencap1.png)## 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!**