-
Notifications
You must be signed in to change notification settings - Fork 22
/
redninja.bntheme
105 lines (102 loc) · 4.62 KB
/
redninja.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
105
{
"name": "RedNinja",
"style": "Fusion",
"colors": {
"trueblack": [0, 0, 0],
"black": [10, 8, 8],
"reddishblack": [15, 12, 12],
"grey": [50, 50, 50],
"lightgrey": [170, 190, 210],
"metal": [50, 70, 90],
"white": [255, 255, 255],
"lightwhite": [200, 200, 200],
"reddishwhite": [150, 100, 100],
"red": [216, 54, 39],
"lightred": [186, 54, 39],
"lighterred": [146, 54, 39],
"brightred": [120, 10, 30],
"magenta": [136, 140, 166],
"cyan": [51, 133, 158],
"green": [48, 116, 39],
"orange": [216, 122, 39],
"yellow": [105, 98, 90],
"mint": [42, 255, 223],
"blue": [25, 53, 79],
"dusty": [53, 67, 77],
"darkBlue": [21, 35, 45],
"lightBlue": [158, 255, 255],
"pink": [251, 148, 255]
},
"palette": {
"Window": "black",
"WindowText": "lightred",
"Base": "reddishblack",
"AlternateBase": "reddishblack",
"ToolTipBase": "blue",
"ToolTipText": "lightBlue",
"Text": "lighterred",
"Button": "reddishblack",
"ButtonText": "red",
"BrightText": "lighterred",
"Link": "yellow",
"Highlight": "black",
"HighlightedText": "lightred",
"Light": "reddishblack"
},
"theme-colors": {
"addressColor": ["+", "black", "red"],
"modifiedColor": "grey",
"insertedColor": "metal",
"notPresentColor": "grey",
"selectionColor": "white",
"outlineColor": "lighterred",
"backgroundHighlightDarkColor": "black",
"backgroundHighlightLightColor": "black",
"boldBackgroundHighlightDarkColor": "red",
"boldBackgroundHighlightLightColor": "red",
"alphanumericHighlightColor": "reddishblack",
"printableHighlightColor": "metal",
"graphBackgroundDarkColor": "black",
"graphBackgroundLightColor": "black",
"graphNodeDarkColor": "reddishblack",
"graphNodeLightColor": "reddishblack",
"graphNodeOutlineColor": "lighterred",
"trueBranchColor": "lighterred",
"falseBranchColor": "grey",
"unconditionalBranchColor": "reddishwhite",
"altTrueBranchColor": "mint",
"altFalseBranchColor": "orange",
"altUnconditionalBranchColor": "lightBlue",
"registerColor": "reddishwhite",
"numberColor": "lightwhite",
"codeSymbolColor": "brightred",
"dataSymbolColor": "brightred",
"stackVariableColor": ["+", "red", "black"],
"importColor": ["+", "lightwhite","red"],
"instructionHighlightColor": ["~", "reddishblack", "trueblack", 80],
"tokenHighlightColor": "trueblack",
"annotationColor": "lightgrey",
"opcodeColor": "yellow",
"linearDisassemblyFunctionHeaderColor": "black",
"linearDisassemblyBlockColor": "reddishblack",
"linearDisassemblyNoteColor": "metal",
"linearDisassemblySeparatorColor": "metal",
"stringColor": "metal",
"typeNameColor": "red",
"fieldNameColor": "lighterred",
"keywordColor": "red",
"uncertainColor": "lighterred",
"scriptConsoleOutputColor": "lightred",
"scriptConsoleErrorColor": "lightgrey",
"scriptConsoleEchoColor": "red",
"blueStandardHighlightColor": "blue",
"greenStandardHighlightColor": "green",
"cyanStandardHighlightColor": "cyan",
"redStandardHighlightColor": "red",
"magentaStandardHighlightColor": "magenta",
"yellowStandardHighlightColor": "yellow",
"orangeStandardHighlightColor": "orange",
"whiteStandardHighlightColor": "white",
"blackStandardHighlightColor": "black"
}
}