Skip to content

Instantly share code, notes, and snippets.

@h4z31
Last active May 15, 2020 15:54
Show Gist options
  • Save h4z31/f72bf93934bed38c5d6686a351af4c83 to your computer and use it in GitHub Desktop.
Save h4z31/f72bf93934bed38c5d6686a351af4c83 to your computer and use it in GitHub Desktop.
theme of binaryninja
{
"analysis" :
{
"experimental.alternateTypePropagation" : true,
"limits.cacheSize" : 63
},
"python" :
{
"interpreter" : "C:/Users/hoshi/AppData/Local/Programs/Python/Python38/python38.dll"
},
"triage" :
{
"preferSummaryView" : true,
"preferSummaryViewForRaw" : true
},
"ui" :
{
"font.name" : "Fira Code",
"font.size" : 14,
"settings.displayIdentifiers" : true,
"theme" : "TG2",
"view.disassembly.carousel" :
[
"Disassembly",
"HighLevelIL"
]
},
"user" :
{
"email" : "h.oshiba@strelka.cc",
"name" : "Hiromitsu Oshiba"
}
}
{
"name": "TG2",
"style": "Fusion",
"colors": {
"background": [8, 8, 8],
"backgroundDark": [8, 8, 8],
"backgroundWindow": [74, 74, 74],
"backgroundHighlight": [115, 115, 115],
"content": [33, 154, 87],
"contentNew": [65, 202, 116],
"selection": [18, 101, 56],
"disabled": [18, 101, 56],
"selectionLight": [138, 220, 152],
"red": [191, 72, 84],
"blue": [128, 198, 233],
"cyan": [95, 217, 227],
"lightCyan": [176, 221, 228],
"orange": [232, 198, 122],
"yellow": [237, 234, 161],
"magenta": [218, 154, 192],
"green": [61, 188, 96],
"brightBlue": [64, 0, 214]
},
"palette": {
"Window": ["~", "background", "backgroundDark", 170],
"WindowText": "content",
"Base": "backgroundDark",
"AlternateBase": "background",
"ToolTipBase": "backgroundDark",
"ToolTipText": "content",
"Text": "content",
"Button": ["~", "background", "backgroundDark", 170],
"ButtonText": "content",
"BrightText": "yellow",
"Link": "blue",
"Highlight": ["+", "blue", "backgroundDark"],
"HighlightedText": "backgroundDark",
"Light": ["+", "background", "content"]
},
"theme-colors": {
"addressColor": ["+", "green", "content"],
"modifiedColor": "red",
"insertedColor": "blue",
"notPresentColor": "disabled",
"selectionColor": ["+", "selection", "background"],
"outlineColor": "content",
"backgroundHighlightDarkColor": "backgroundDark",
"backgroundHighlightLightColor": ["~", "backgroundDark", "disabled", 100],
"boldBackgroundHighlightDarkColor": "background",
"boldBackgroundHighlightLightColor": "selection",
"alphanumericHighlightColor": "blue",
"printableHighlightColor": "lightCyan",
"graphBackgroundDarkColor": "backgroundDark",
"graphBackgroundLightColor": "backgroundDark",
"graphNodeDarkColor": "backgroundDark",
"graphNodeLightColor": ["~", "backgroundDark", "background", 70],
"graphNodeOutlineColor": "disabled",
"trueBranchColor": "green",
"falseBranchColor": "red",
"unconditionalBranchColor": ["~", "blue", "backgroundHighlight", 100],
"altTrueBranchColor": "blue",
"altFalseBranchColor": "orange",
"altUnconditionalBranchColor": "content",
"registerColor": "yellow",
"numberColor": ["+", "content", "disabled"],
"codeSymbolColor": "blue",
"dataSymbolColor": ["+", "orange", "~", "yellow", [220, 5, 5], 120],
"stackVariableColor": ["+", "green", "content"],
"importColor": ["~", "red", "orange", 70],
"instructionHighlightColor": ["+", "selection", "backgroundDark"],
"tokenHighlightColor": ["+", "red", "background"],
"annotationColor": ["~", "content", "background", 100],
"opcodeColor": "disabled",
"linearDisassemblyFunctionHeaderColor": ["~", "backgroundWindow", "backgroundDark", 170],
"linearDisassemblyBlockColor": ["~", "background", "backgroundDark", 170],
"linearDisassemblyNoteColor": ["~", "disabled", "backgroundDark", 190],
"linearDisassemblySeparatorColor": "disabled",
"stringColor": ["~", "backgroundHighlight", "content", 20],
"typeNameColor": "orange",
"fieldNameColor": "lightCyan",
"keywordColor": "yellow",
"uncertainColor": "disabled",
"scriptConsoleOutputColor": "content",
"scriptConsoleErrorColor": "red",
"scriptConsoleEchoColor": "disabled",
"blueStandardHighlightColor": "blue",
"greenStandardHighlightColor": "green",
"cyanStandardHighlightColor": "cyan",
"redStandardHighlightColor": "red",
"magentaStandardHighlightColor": "magenta",
"yellowStandardHighlightColor": "yellow",
"orangeStandardHighlightColor": "orange",
"whiteStandardHighlightColor": "backgroundHighlight",
"blackStandardHighlightColor": [0,0,0]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment