-
Notifications
You must be signed in to change notification settings - Fork 22
/
dracula.bntheme
91 lines (88 loc) · 4.09 KB
/
dracula.bntheme
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
{
"name": "Dracula",
"style": "Fusion",
"colors": {
"black": [33, 34, 45],
"white": [248, 248, 242],
"lightBlue": [139, 233, 253],
"green": [80, 250, 123],
"yellow": [229, 238, 138],
"red": [255, 85, 85],
"purple": [189, 147, 249],
"darkBlue": [24, 56, 107],
"grey": [45, 46, 57],
"orange": [255, 184, 108]
},
"palette": {
"Window": ["~", "white", "black", 240],
"WindowText": "white",
"Base": "black",
"AlternateBase": "grey",
"ToolTipBase": "black",
"ToolTipText": "lightBlue",
"Text": "white",
"Button": "black",
"ButtonText": "lightBlue",
"BrightText": "grey",
"Link": "green",
"Highlight": "lightBlue",
"HighlightedText": "black",
"Light": "lightBlue"
},
"theme-colors": {
"addressColor": "orange",
"modifiedColor": "red",
"insertedColor": "lightBlue",
"notPresentColor": "lightBlue",
"selectionColor": "grey",
"outlineColor": "green",
"backgroundHighlightDarkColor": "black",
"backgroundHighlightLightColor": "black",
"boldBackgroundHighlightDarkColor": "darkBlue",
"boldBackgroundHighlightLightColor": "red",
"alphanumericHighlightColor": "lightBlue",
"printableHighlightColor": "yellow",
"graphBackgroundDarkColor": "black",
"graphBackgroundLightColor": "black",
"graphNodeDarkColor": "black",
"graphNodeLightColor": "black",
"graphNodeOutlineColor": "lightBlue",
"trueBranchColor": "green",
"falseBranchColor": "red",
"unconditionalBranchColor": "lightBlue",
"altTrueBranchColor": "lightBlue",
"altFalseBranchColor": "red",
"altUnconditionalBranchColor": "lightBlue",
"registerColor": "red",
"numberColor": "yellow",
"codeSymbolColor": "lightBlue",
"dataSymbolColor": "purple",
"stackVariableColor": ["+", "white", "lightBlue"],
"importColor": ["+", "white","green"],
"instructionHighlightColor": ["~", "grey", "black", 50],
"tokenHighlightColor": "purple",
"annotationColor": "white",
"opcodeColor": "lightBlue",
"linearDisassemblyFunctionHeaderColor": "black",
"linearDisassemblyBlockColor": "black",
"linearDisassemblyNoteColor": "black",
"linearDisassemblySeparatorColor": "lightBlue",
"stringColor": "yellow",
"typeNameColor": "lightBlue",
"fieldNameColor": "darkBlue",
"keywordColor": "green",
"uncertainColor": "lightBlue",
"scriptConsoleOutputColor": "white",
"scriptConsoleErrorColor": "red",
"scriptConsoleEchoColor": "green",
"blueStandardHighlightColor": "darkBlue",
"greenStandardHighlightColor": "green",
"cyanStandardHighlightColor": "lightBlue",
"redStandardHighlightColor": "red",
"magentaStandardHighlightColor": "purple",
"yellowStandardHighlightColor": "yellow",
"orangeStandardHighlightColor": "orange",
"whiteStandardHighlightColor": "white",
"blackStandardHighlightColor": "black"
}
}