-
Notifications
You must be signed in to change notification settings - Fork 22
/
35c3.bntheme
90 lines (87 loc) · 4.05 KB
/
35c3.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
{
"name": "35c3",
"style": "Fusion",
"colors": {
"black": [0, 0, 0],
"white": [209, 209, 209],
"lightBlue": [0, 132, 176],
"green": [0, 163, 86],
"yellow": [249, 176, 0],
"red": [228, 4, 41],
"purple": [68, 53, 126],
"darkBlue": [24, 56, 107],
"grey": [77, 77, 76]
},
"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": "green",
"modifiedColor": "red",
"insertedColor": "lightBlue",
"notPresentColor": "lightBlue",
"selectionColor": "green",
"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": "green",
"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": ["+", "yellow", "red"],
"whiteStandardHighlightColor": "white",
"blackStandardHighlightColor": "black"
}
}