diff --git a/vague-dark.bntheme b/vague-dark.bntheme new file mode 100644 index 0000000..647e7fc --- /dev/null +++ b/vague-dark.bntheme @@ -0,0 +1,106 @@ +{ + "name": "Vague Dark", + "style": "Fusion", + + "colors": { + "black": [0, 0, 0], + "white": [205, 205, 205], + "red": [223, 104, 130], + "pink": [196, 130, 130], + "blue": [110, 148, 178], + "lightBlue": [126, 152, 232], + "darkBlue": [20, 20, 21], + "yellow": [243, 190, 124], + "green": [140, 182, 109], + "grey": [135, 135, 135], + "orange": [224, 163, 99], + "purple": [174, 174, 209], + "vividBlue": [127, 180, 202], + "lightGrey": [195, 195, 213], + "darkGrey": [37, 37, 48] + }, + + "palette": { + "Window": "darkBlue", + "WindowText": "white", + "Base": "darkBlue", + "AlternateBase": "darkGrey", + "ToolTipBase": "darkGrey", + "ToolTipText": "white", + "Text": "white", + "Button": "darkGrey", + "ButtonText": "white", + "BrightText": "white", + "Link": "vividBlue", + "Highlight": "vividBlue", + "HighlightedText": "white", + "Light": "lightGrey" + }, + + "theme-colors": { + "addressColor": "grey", + "modifiedColor": "red", + "insertedColor": "green", + "notPresentColor": "darkGrey", + "selectionColor": "lightGrey", + "outlineColor": "lightGrey", + + "backgroundHighlightDarkColor": "darkGrey", + "backgroundHighlightLightColor": "darkBlue", + "boldBackgroundHighlightDarkColor": "darkBlue", + "boldBackgroundHighlightLightColor": "red", + + "alphanumericHighlightColor": "lightBlue", + "printableHighlightColor": "yellow", + + "graphBackgroundDarkColor": "darkBlue", + "graphBackgroundLightColor": "darkBlue", + "graphNodeDarkColor": "darkGrey", + "graphNodeLightColor": "darkBlue", + "graphNodeOutlineColor": "lightGrey", + + "trueBranchColor": "green", + "falseBranchColor": "red", + "unconditionalBranchColor": "lightBlue", + "altTrueBranchColor": "green", + "altFalseBranchColor": "red", + "altUnconditionalBranchColor": "lightBlue", + + "registerColor": "purple", + "numberColor": "orange", + "codeSymbolColor": "purple", + "dataSymbolColor": "lightBlue", + "stackVariableColor": "orange", + "importColor": "purple", + + "instructionHighlightColor": "grey", + "tokenHighlightColor": "purple", + "annotationColor": "grey", + "opcodeColor": "blue", + + "linearDisassemblyFunctionHeaderColor": "darkBlue", + "linearDisassemblyBlockColor": "darkBlue", + "linearDisassemblyNoteColor": "darkBlue", + "linearDisassemblySeparatorColor": "grey", + + "stringColor": "yellow", + "typeNameColor": "blue", + "fieldNameColor": "lightBlue", + "keywordColor": "blue", + "uncertainColor": "pink", + + "scriptConsoleOutputColor": "white", + "scriptConsoleErrorColor": "red", + "scriptConsoleEchoColor": "green", + + "blueStandardHighlightColor": "vividBlue", + "greenStandardHighlightColor": "green", + "cyanStandardHighlightColor": "lightBlue", + "redStandardHighlightColor": "red", + "magentaStandardHighlightColor": "purple", + "yellowStandardHighlightColor": "yellow", + "orangeStandardHighlightColor": "orange", + "whiteStandardHighlightColor": "white", + "blackStandardHighlightColor": "black" + } +}