Catppuccin for IDA (Interactive Disassembler)
-
Download the GitHub repository as a .zip file and unzip it. Alternatively, you can clone the repository using the following command in your terminal:
git clone https://github.com/ValentinTT/ida-debugger.git
-
Move the four
catppuccin-[flavour]
folders into the/themes
folder inside IDA's installation folder. This folder may be read-only, so ensure you have the necessary permissions.If you prefer, you can also refer to IDA's official documentation for detailed instructions on adding themes.
-
Open IDA and navigate to
Options -> Colors... -> Current theme
. -
Select any of the four flavors of Catppuccin from the available themes.
-
Q: "Where can I find the
/themes
folder?"-
A: The location of the
/themes
folder depends on your operating system. Here are the default installation folder locations for IDA Pro:-
Windows:
- 32-bit version:
C:\Program Files\IDA-{version}\
- 64-bit version:
C:\Program Files (x86)\IDA-{version}\
- 32-bit version:
-
Linux:
/opt/ida-{version}/
-
macOS:
/Applications/IDA-{version}/
Replace
{version}
with the specific version number of IDA Pro you have installed. -
-
Copyright © 2021-present Catppuccin Org