https://github.com/zackelia/ghidra-dark
Dark theme installer for Ghidra
https://github.com/zackelia/ghidra-dark
dark-theme ghidra reverse-engineering
Last synced: 7 months ago
JSON representation
Dark theme installer for Ghidra
- Host: GitHub
- URL: https://github.com/zackelia/ghidra-dark
- Owner: zackelia
- License: mit
- Archived: true
- Created: 2020-10-30T01:44:09.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2023-04-29T02:42:09.000Z (over 2 years ago)
- Last Synced: 2024-11-06T14:40:44.134Z (about 1 year ago)
- Topics: dark-theme, ghidra, reverse-engineering
- Language: Python
- Homepage:
- Size: 320 KB
- Stars: 583
- Watchers: 6
- Forks: 43
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ghidra-dark
[](https://github.com/NationalSecurityAgency/ghidra/releases)
[](https://www.python.org/downloads/release/python-360/)
> **Warning**
> Ghidra >=10.3 not supported. Check out [ghidra-dark-theme](https://github.com/zackelia/ghidra-dark-theme) instead!
ghidra-dark provides a simple to use script to install the FlatLaf dark theme, custom colors for disassembly/decompilation in Ghidra, and some other helpful settings. A script is also provided for uninstallation. The scripts officially support all public builds through version 10.2.3 on Windows, Linux, and macOS.
## Install
```
$ python3 install.py
```
If installing as root (e.g. `sudo`), the user to install for may need to be specified:
```
$ sudo python3 install.py -u [user]
```

## Uninstall
```
$ python3 uninstall.py
```