• This repository has been archived on 21/Jan/2024
  • Stars
    star
    582
  • Rank 74,064 (Top 2 %)
  • Language
    Python
  • License
    MIT License
  • Created over 3 years ago
  • Updated about 1 year ago

Reviews

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

Repository Details

Dark theme installer for Ghidra

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