-
Notifications
You must be signed in to change notification settings - Fork 22
/
magic-darkest.bntheme
96 lines (93 loc) · 4.17 KB
/
magic-darkest.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
{
"name": "Magic Darkest",
"style": "Fusion",
"colors": {
"black": [0, 0, 0],
"white": [201, 209, 217],
"red": [255, 123, 114],
"pink": [255, 47, 114],
"blue": [23, 159, 255],
"lightBlue": [121, 192, 255],
"darkBlue": [13, 17, 23],
"yellow": [255, 215, 0],
"green": [63, 185, 80],
"grey": [139, 148, 158],
"orange": [254, 165, 86],
"purple": [210, 168, 255],
"vividBlue": [31, 111, 235],
"lightGrey": [139, 148, 158],
"darkGrey": [23, 27, 34]
},
"palette": {
"Window": "darkBlue",
"WindowText": "white",
"Base": "black",
"AlternateBase": "black",
"ToolTipBase": "black",
"ToolTipText": "white",
"Text": "white",
"Button": "black",
"ButtonText": "white",
"BrightText": "white",
"Link": "vividBlue",
"Highlight": "vividBlue",
"HighlightedText": "white",
"Light": "lightGrey"
},
"theme-colors": {
"addressColor": "grey",
"modifiedColor": "red",
"insertedColor": "orange",
"notPresentColor": "darkGrey",
"selectionColor": "lightGrey",
"outlineColor": "lightGrey",
"backgroundHighlightDarkColor": "black",
"backgroundHighlightLightColor": "black",
"boldBackgroundHighlightDarkColor": "black",
"boldBackgroundHighlightLightColor": "red",
"alphanumericHighlightColor": "lightBlue",
"printableHighlightColor": "yellow",
"graphBackgroundDarkColor": "black",
"graphBackgroundLightColor": "black",
"graphNodeDarkColor": "black",
"graphNodeLightColor": "black",
"graphNodeOutlineColor": "lightGrey",
"trueBranchColor": "green",
"falseBranchColor": "red",
"unconditionalBranchColor": "lightBlue",
"altTrueBranchColor": "green",
"altFalseBranchColor": "red",
"altUnconditionalBranchColor": "lightBlue",
"registerColor": "red",
"numberColor": "lightBlue",
"codeSymbolColor": "purple",
"dataSymbolColor": "lightBlue",
"stackVariableColor": "orange",
"importColor": "purple",
"instructionHighlightColor": "grey",
"tokenHighlightColor": "purple",
"annotationColor": "grey",
"opcodeColor": "purple",
"linearDisassemblyFunctionHeaderColor": "black",
"linearDisassemblyBlockColor": "black",
"linearDisassemblyNoteColor": "black",
"linearDisassemblySeparatorColor": "grey",
"stringColor": "yellow",
"typeNameColor": "red",
"fieldNameColor": "black",
"keywordColor": "red",
"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"
}
}