Skip to content

Instantly share code, notes, and snippets.

@kkrypt0nn
Created November 8, 2025 15:33
Show Gist options
  • Select an option

  • Save kkrypt0nn/3477149f9baa25eaf0f42157332f9dae to your computer and use it in GitHub Desktop.

Select an option

Save kkrypt0nn/3477149f9baa25eaf0f42157332f9dae to your computer and use it in GitHub Desktop.
Kanagawa Dragon Theme for Binary Ninja
{
"name": "Kanagawa Dragon",
"style": "Fusion",
"colors": {
"black": "#0D0C0C",
"background": "#181616",
"brightWhite": "#C5C9C5",
"white": "#C8C093",
"brightBlue": "#7FB4CA",
"cyan": "#8EA4A2",
"selectionBackground": "#223249",
"brightYellow": "#E6C384",
"yellow": "#FF9E3B",
"red": "#C4746E",
"brightRed": "#E46876",
"green": "#8A9A7B",
"brightPurple": "#938AA9",
"blue": "#8BA4B0",
"brightCyan": "#7AA89F",
"brightGreen": "#87A987"
},
"palette": {
"Window": "black",
"WindowText": "brightWhite",
"Base": "black",
"AlternateBase": "background",
"ToolTipBase": "background",
"ToolTipText": "brightWhite",
"Text": "brightWhite",
"Button": "background",
"ButtonText": "brightWhite",
"BrightText": "brightBlue",
"Link": "brightBlue",
"Highlight": "background",
"HighlightedText": "brightWhite",
"Light": ["+", "black", "brightWhite"]
},
"theme-colors": {
"addressColor": "white",
"modifiedColor": "red",
"insertedColor": "blue",
"notPresentColor": "white",
"selectionColor": ["+", "background", "white"],
"outlineColor": "brightWhite",
"backgroundHighlightDarkColor": "black",
"backgroundHighlightLightColor": "background",
"boldBackgroundHighlightDarkColor": "black",
"boldBackgroundHighlightLightColor": ["+", "black", "white"],
"alphanumericHighlightColor": "brightYellow",
"printableHighlightColor": "yellow",
"graphBackgroundDarkColor": "black",
"graphBackgroundLightColor": "black",
"graphNodeDarkColor": "background",
"graphNodeLightColor": "background",
"graphNodeOutlineColor": "brightWhite",
"trueBranchColor": "brightGreen",
"falseBranchColor": "red",
"unconditionalBranchColor": "brightWhite",
"altTrueBranchColor": "blue",
"altFalseBranchColor": "brightYellow",
"altUnconditionalBranchColor": "brightWhite",
"registerColor": "brightGreen",
"numberColor": "brightCyan",
"codeSymbolColor": "blue",
"dataSymbolColor": "brightCyan",
"stackVariableColor": "brightPurple",
"importColor": "yellow",
"exportColor": "green",
"instructionHighlightColor": "selectionBackground",
"tokenHighlightColor": ["+", "selectionBackground", [100, 100, 100]],
"annotationColor": "green",
"opcodeColor": "white",
"linearDisassemblyFunctionHeaderColor": "background",
"linearDisassemblyBlockColor": ["+", "black", "background"],
"linearDisassemblyNoteColor": ["~", "black", "brightGreen", 24],
"linearDisassemblySeparatorColor": [0, 0, 0],
"stringColor": "green",
"typeNameColor": "yellow",
"fieldNameColor": "brightCyan",
"keywordColor": "brightGreen",
"uncertainColor": "cyan",
"scriptConsoleOutputColor": "brightWhite",
"scriptConsoleErrorColor": "brightRed",
"scriptConsoleEchoColor": "white",
"blueStandardHighlightColor": "blue",
"greenStandardHighlightColor": "brightGreen",
"cyanStandardHighlightColor": "brightCyan",
"redStandardHighlightColor": "red",
"magentaStandardHighlightColor": "green",
"yellowStandardHighlightColor": "brightYellow",
"orangeStandardHighlightColor": "yellow",
"whiteStandardHighlightColor": ["+", "black", [255, 255, 255]],
"blackStandardHighlightColor": "brightWhite"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment