-
Notifications
You must be signed in to change notification settings - Fork 22
/
blooddragon.bntheme
104 lines (100 loc) · 5.17 KB
/
blooddragon.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
92
93
94
95
96
97
98
99
100
101
102
103
104
{
"name": "Blood Dragon",
"style": "Fusion",
"colors": {
"x": [255, 0, 0],
"black": [0, 0, 0],
"white": [255, 255, 255],
"background": [48, 54, 96],
"backgroundDark": [0, 1, 5],
"backgroundWindow": [92, 30, 130],
"backgroundHighlight": [168, 0, 215],
"content": [233, 0, 199],
"contentBackup": [255, 0, 119],
"selection": [187, 0, 155],
"disabled": [100, 106, 175],
"selectionLight": [0, 241, 250],
"red": [255, 45, 0],
"blue": [101, 149, 200],
"cyan": [0, 255, 253],
"lightCyan": [158, 255, 253],
"orange": [255, 168, 59],
"yellow": [245, 234, 118],
"magenta": [232, 103, 201],
"green": [33, 154, 87],
"brightBlue": [89, 92, 239],
"brightGreen": [12, 255, 149]
},
"palette": {
"Window": ["~", "background", "backgroundDark", 170],
"WindowText": "content",
"Base": "backgroundDark",
"AlternateBase": "background",
"ToolTipBase": "backgroundDark",
"ToolTipText": "content",
"Text": "content",
"Button": ["~", "background", "backgroundDark", 150],
"ButtonText": "content",
"BrightText": "yellow",
"Link": "selectionLight",
"Highlight": ["~", "cyan", "background", 110],
"HighlightedText": "backgroundDark",
"Light": ["+", "background", "content"]
},
"theme-colors": {
"addressColor": ["~", "selection", "disabled", 120],
"modifiedColor": "red",
"insertedColor": "blue",
"notPresentColor": "disabled",
"selectionColor": ["~", "~", "selection", "background", 200, "backgroundDark", 30],
"outlineColor": "content",
"backgroundHighlightDarkColor": "backgroundDark",
"backgroundHighlightLightColor": ["~", "backgroundDark", "disabled", 90],
"boldBackgroundHighlightDarkColor": "background",
"boldBackgroundHighlightLightColor": "selection",
"alphanumericHighlightColor": "blue",
"printableHighlightColor": "lightCyan",
"graphBackgroundDarkColor": "backgroundDark",
"graphBackgroundLightColor": "backgroundDark",
"graphNodeDarkColor": "backgroundDark",
"graphNodeLightColor": ["~", "backgroundDark", "background", 70],
"graphNodeOutlineColor": ["~", "disabled", "cyan", 70],
"trueBranchColor": ["~", "green", "black", 40],
"falseBranchColor": ["~", "red", "black", 60],
"unconditionalBranchColor": ["~", "disabled", "cyan", 70],
"altTrueBranchColor": "blue",
"altFalseBranchColor": "orange",
"altUnconditionalBranchColor": "content",
"registerColor": ["~", "content", "red", 70],
"numberColor": ["~", "+", "content", "disabled", "black", 30],
"codeSymbolColor": "cyan",
"dataSymbolColor": ["~", "brightGreen", [0,255,0], 20],
"stackVariableColor": ["~", "content", "lightCyan", 130],
"importColor": "yellow",
"instructionHighlightColor": ["+", "selection", "backgroundDark"],
"tokenHighlightColor": ["~", "backgroundHighlight", "background", 200],
"annotationColor": ["~", "disabled", "cyan", 50],
"opcodeColor": ["~", "content", "green", 150],
"linearDisassemblyFunctionHeaderColor": ["~", "backgroundWindow", "backgroundDark", 170],
"linearDisassemblyBlockColor": ["~", "background", "backgroundDark", 200],
"linearDisassemblyNoteColor": ["~", "disabled", "backgroundDark", 200],
"linearDisassemblySeparatorColor": "disabled",
"stringColor": ["~", "brightGreen", "brightBlue", 95],
"typeNameColor": "cyan",
"fieldNameColor": "content",
"keywordColor": ["~", "~", "disabled", "content", 80, "white", 60],
"uncertainColor": ["~", "~", "disabled", "content", 60, "black", 40],
"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]
}
}