Skip to content

Instantly share code, notes, and snippets.

@0cyn
Created November 11, 2022 04:54
Show Gist options
  • Save 0cyn/6901dceb70aa673fb374e9ed0956c5a6 to your computer and use it in GitHub Desktop.
Save 0cyn/6901dceb70aa673fb374e9ed0956c5a6 to your computer and use it in GitHub Desktop.
{
"name": "gruvbox-material",
"style": "Fusion",
"styleSheet": "QMainWindow {border-image:url(/Users/cynder/Library/Application Support/Binary Ninja/themes/cynder/autumn2.png) 0 0 0 0 stretch stretch;} QMenu { background-color: rgba(0, 0, 0, 90); }",
"colors": {
"transparent": "#00000000",
"black": "#0D0D0D",
"white": "#b5afaa",
"red": "#9fbbbd",
"orange": "#8a7a75",
"yellow": "#dcb2a2",
"green": "#afd0be",
"aqua": "#a6c6d9",
"blue": "#8a7a75",
"purple": "#8a7a75",
"darkBlue": "#d9c3ea",
"grey": "#a6c6d9"
},
"palette": {
"Window": "transparent",
"WindowText": "white",
"Base": "transparent",
"AlternateBase": "transparent",
"ToolTipBase": "black",
"ToolTipText": "blue",
"Text": "white",
"Button": "transparent",
"ButtonText": "blue",
"BrightText": "grey",
"Link": "green",
"Highlight": "blue",
"HighlightedText": "black",
"Light": "blue"
},
"theme-colors": {
"addressColor": "green",
"modifiedColor": "red",
"insertedColor": "blue",
"notPresentColor": "blue",
"selectionColor": "green",
"outlineColor": "green",
"backgroundHighlightDarkColor": "black",
"backgroundHighlightLightColor": "black",
"boldBackgroundHighlightDarkColor": "darkBlue",
"boldBackgroundHighlightLightColor": "red",
"alphanumericHighlightColor": "blue",
"printableHighlightColor": "yellow",
"graphNodeDarkColor": "black",
"graphNodeLightColor": "black",
"graphNodeOutlineColor": "blue",
"trueBranchColor": "green",
"falseBranchColor": "red",
"unconditionalBranchColor": "blue",
"altTrueBranchColor": "blue",
"altFalseBranchColor": "red",
"altUnconditionalBranchColor": "blue",
"registerColor": "red",
"numberColor": "yellow",
"codeSymbolColor": "green",
"dataSymbolColor": "purple",
"stackVariableColor": [
"+",
"white",
"blue"
],
"importColor": "orange",
"instructionHighlightColor": [
"~",
"grey",
"black",
50
],
"tokenHighlightColor": "purple",
"annotationColor": "white",
"opcodeColor": "blue",
"linearDisassemblyNoteColor": "black",
"linearDisassemblySeparatorColor": "blue",
"stringColor": "yellow",
"typeNameColor": "orange",
"fieldNameColor": "darkBlue",
"keywordColor": "green",
"uncertainColor": "blue",
"scriptConsoleOutputColor": "white",
"scriptConsoleErrorColor": "red",
"scriptConsoleEchoColor": "green",
"blueStandardHighlightColor": "darkBlue",
"greenStandardHighlightColor": "green",
"cyanStandardHighlightColor": "blue",
"redStandardHighlightColor": "red",
"magentaStandardHighlightColor": "purple",
"yellowStandardHighlightColor": "yellow",
"orangeStandardHighlightColor": "orange",
"whiteStandardHighlightColor": "white",
"blackStandardHighlightColor": "black",
"sidebarHeaderBackgroundColor": "#5a0D0D0D",
"sidebarWidgetBackgroundColor": "#5a0D0D0D",
"sidebarBackgroundColor": "#5a0D0D0D",
"activePaneBackgroundColor": "#320D0D0D",
"inactivePaneBackgroundColor": "#5a0D0D0D",
"linearDisassemblyBlockColor": "#7f0D0D0D",
"linearDisassemblyFunctionHeaderColor": "#c80D0D0D",
"graphBackgroundDarkColor": "#7f0D0D0D",
"graphBackgroundLightColor": "#5a0D0D0D"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment