-
Notifications
You must be signed in to change notification settings - Fork 22
/
liege.bntheme
97 lines (94 loc) · 4.2 KB
/
liege.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
{
"name": "Liège",
"style": "Fusion",
"colors": {
"black": [0, 0, 0],
"white": [255, 255, 255],
"blue": [0, 0, 255],
"brown": [152, 122, 84],
"grey": [128, 128, 128],
"green": [0, 128, 0],
"orange": [245, 139, 0],
"pink": [255, 0, 255],
"purple": [159, 75, 201],
"red": [245, 49, 38],
"yellow": [255, 255, 0],
"instruction" : [0, 0, 128],
"numeric" : [0, 128, 0],
"ltblue" : [224, 248, 255],
"silver" : [218, 218, 218],
"ltgrey" : [210, 210, 210]
},
"palette": {
"Window": "silver",
"WindowText": "black",
"Base": "white",
"AlternateBase": "blue",
"ToolTipBase": "blue",
"ToolTipText": "black",
"Text": "black",
"Button": "silver",
"ButtonText": "black",
"BrightText": "black",
"Link": "black",
"Highlight": "blue",
"HighlightedText": "white",
"Light": "blue"
},
"theme-colors": {
"addressColor": "black",
"modifiedColor": "black",
"insertedColor": "ltgrey",
"notPresentColor": "brown",
"selectionColor": "white",
"outlineColor": "yellow",
"backgroundHighlightDarkColor": "white",
"backgroundHighlightLightColor": "white",
"boldBackgroundHighlightDarkColor": "blue",
"boldBackgroundHighlightLightColor": "white",
"alphanumericHighlightColor": ["~", "black", "green", 150],
"printableHighlightColor": "green",
"graphBackgroundDarkColor": "ltblue",
"graphBackgroundLightColor": ["+", "white", "ltblue"],
"graphNodeDarkColor": "white",
"graphNodeLightColor": "white",
"graphNodeOutlineColor": "grey",
"trueBranchColor": "green",
"falseBranchColor": "red",
"unconditionalBranchColor": "blue",
"altTrueBranchColor": "brown",
"altFalseBranchColor": "orange",
"altUnconditionalBranchColor": "blue",
"registerColor": "instruction",
"numberColor": "numeric",
"codeSymbolColor": "blue",
"dataSymbolColor": "blue",
"stackVariableColor": "numeric",
"importColor": "pink",
"instructionHighlightColor": ["+", "white", "yellow"],
"tokenHighlightColor": "yellow",
"annotationColor": "grey",
"opcodeColor": "instruction",
"linearDisassemblyFunctionHeaderColor": "white",
"linearDisassemblyBlockColor": "white",
"linearDisassemblyNoteColor": "ltgrey",
"linearDisassemblySeparatorColor": "grey",
"stringColor": "green",
"typeNameColor": "black",
"fieldNameColor": "black",
"keywordColor": "black",
"uncertainColor": "black",
"scriptConsoleOutputColor": "black",
"scriptConsoleErrorColor": "red",
"scriptConsoleEchoColor": "black",
"blueStandardHighlightColor": "blue",
"greenStandardHighlightColor": "green",
"cyanStandardHighlightColor": "blue",
"redStandardHighlightColor": "instruction",
"magentaStandardHighlightColor": "purple",
"yellowStandardHighlightColor": "yellow",
"orangeStandardHighlightColor": "orange",
"whiteStandardHighlightColor": "white",
"blackStandardHighlightColor": "black"
}
}