-
Notifications
You must be signed in to change notification settings - Fork 22
/
throwbackgreen.bntheme
99 lines (96 loc) · 4.95 KB
/
throwbackgreen.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
{
"name": "Throwback Green",
"style": "Fusion",
"colors": {
"background": [51, 51, 51],
"backgroundDark": [0, 0, 0],
"backgroundWindow": [74, 74, 74],
"backgroundHighlight": [115, 115, 115],
"content": [33, 154, 87],
"contentNew": [65, 202, 116],
"selection": [18, 101, 56],
"disabled": [18, 101, 56],
"selectionLight": [138, 220, 152],
"red": [191, 72, 84],
"blue": [128, 198, 233],
"cyan": [95, 217, 227],
"lightCyan": [176, 221, 228],
"orange": [232, 198, 122],
"yellow": [237, 234, 161],
"magenta": [218, 154, 192],
"green": [61, 188, 96],
"brightBlue": [64, 0, 214]
},
"palette": {
"Window": ["~", "background", "backgroundDark", 170],
"WindowText": "content",
"Base": "backgroundDark",
"AlternateBase": "background",
"ToolTipBase": "backgroundDark",
"ToolTipText": "content",
"Text": "content",
"Button": ["~", "background", "backgroundDark", 170],
"ButtonText": "content",
"BrightText": "yellow",
"Link": "blue",
"Highlight": ["+", "blue", "backgroundDark"],
"HighlightedText": "backgroundDark",
"Light": ["+", "background", "content"]
},
"theme-colors": {
"addressColor": ["+", "green", "content"],
"modifiedColor": "red",
"insertedColor": "blue",
"notPresentColor": "disabled",
"selectionColor": ["+", "selection", "background"],
"outlineColor": "content",
"backgroundHighlightDarkColor": "backgroundDark",
"backgroundHighlightLightColor": ["~", "backgroundDark", "disabled", 100],
"boldBackgroundHighlightDarkColor": "background",
"boldBackgroundHighlightLightColor": "selection",
"alphanumericHighlightColor": "blue",
"printableHighlightColor": "lightCyan",
"graphBackgroundDarkColor": "backgroundDark",
"graphBackgroundLightColor": "backgroundDark",
"graphNodeDarkColor": "backgroundDark",
"graphNodeLightColor": ["~", "backgroundDark", "background", 70],
"graphNodeOutlineColor": "disabled",
"trueBranchColor": "green",
"falseBranchColor": "red",
"unconditionalBranchColor": ["~", "blue", "backgroundHighlight", 100],
"altTrueBranchColor": "blue",
"altFalseBranchColor": "orange",
"altUnconditionalBranchColor": "content",
"registerColor": "yellow",
"numberColor": ["+", "content", "disabled"],
"codeSymbolColor": "blue",
"dataSymbolColor": ["+", "orange", "~", "yellow", [220, 5, 5], 120],
"stackVariableColor": ["+", "green", "content"],
"importColor": ["~", "red", "orange", 70],
"instructionHighlightColor": ["+", "selection", "backgroundDark"],
"tokenHighlightColor": ["+", "red", "background"],
"annotationColor": ["~", "content", "background", 100],
"opcodeColor": "disabled",
"linearDisassemblyFunctionHeaderColor": ["~", "backgroundWindow", "backgroundDark", 170],
"linearDisassemblyBlockColor": ["~", "background", "backgroundDark", 170],
"linearDisassemblyNoteColor": ["~", "disabled", "backgroundDark", 190],
"linearDisassemblySeparatorColor": "disabled",
"stringColor": ["~", "backgroundHighlight", "content", 20],
"typeNameColor": "orange",
"fieldNameColor": "lightCyan",
"keywordColor": "yellow",
"uncertainColor": "disabled",
"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]
}
}