Skip to content
This repository has been archived by the owner on Jan 21, 2024. It is now read-only.

zackelia/ghidra-dark

Repository files navigation

ghidra-dark

Ghidra 9.0-10.2.3 Python >=3.6

Warning Ghidra >=10.3 not supported. Check out 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