forked from Vector35/community-themes
-
Notifications
You must be signed in to change notification settings - Fork 0
/
life.bntheme
92 lines (89 loc) · 4.15 KB
/
life.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
{
"name": "Life",
"style": "Fusion",
"colors": {
"black": [0, 0, 0],
"white": [255, 255, 255],
"blue": [0, 112, 245],
"brown": [152, 122, 84],
"grey": [132, 132, 137],
"green": [30, 195, 55],
"orange": [245, 139, 0],
"pink": [245, 35, 75],
"purple": [159, 75, 201],
"red": [245, 49, 38],
"yellow": [245, 194, 0]
},
"palette": {
"Window": ["+", "grey", "white"],
"WindowText": "black",
"Base": ["~", "grey", "white", 200],
"AlternateBase": "blue",
"ToolTipBase": "blue",
"ToolTipText": "purple",
"Text": "black",
"Button": ["~", "grey", "white", 200],
"ButtonText": "black",
"BrightText": "black",
"Link": "black",
"Highlight": "blue",
"HighlightedText": "white",
"Light": "blue"
},
"theme-colors": {
"addressColor": "blue",
"modifiedColor": "black",
"insertedColor": "grey",
"notPresentColor": "brown",
"selectionColor": "white",
"outlineColor": "yellow",
"backgroundHighlightDarkColor": "white",
"backgroundHighlightLightColor": ["~", "white", "grey", 120],
"boldBackgroundHighlightDarkColor": "blue",
"boldBackgroundHighlightLightColor": "grey",
"alphanumericHighlightColor": ["~", "black", "green", 150],
"printableHighlightColor": "green",
"graphBackgroundDarkColor": "white",
"graphBackgroundLightColor": "white",
"graphNodeDarkColor": "white",
"graphNodeLightColor": "white",
"graphNodeOutlineColor": "grey",
"trueBranchColor": "green",
"falseBranchColor": "red",
"unconditionalBranchColor": "blue",
"altTrueBranchColor": "brown",
"altFalseBranchColor": "orange",
"altUnconditionalBranchColor": "purple",
"registerColor": "red",
"numberColor": ["~", "black", "blue", 125],
"codeSymbolColor": "blue",
"dataSymbolColor": "orange",
"stackVariableColor": "grey",
"importColor": ["+", "blue", "black"],
"instructionHighlightColor": ["+", "white", "blue"],
"tokenHighlightColor": "yellow",
"annotationColor": "blue",
"opcodeColor": "grey",
"linearDisassemblyFunctionHeaderColor": ["~", "white", "grey", 50],
"linearDisassemblyBlockColor": "white",
"linearDisassemblyNoteColor": ["+", "white", "grey"],
"linearDisassemblySeparatorColor": "blue",
"stringColor": "green",
"typeNameColor": ["+", "white", "blue"],
"fieldNameColor": "black",
"keywordColor": "purple",
"uncertainColor": "purple",
"scriptConsoleOutputColor": "black",
"scriptConsoleErrorColor": "red",
"scriptConsoleEchoColor": ["+", "grey", "black"],
"blueStandardHighlightColor": "blue",
"greenStandardHighlightColor": "green",
"cyanStandardHighlightColor": "blue",
"redStandardHighlightColor": "red",
"magentaStandardHighlightColor": "purple",
"yellowStandardHighlightColor": "yellow",
"orangeStandardHighlightColor": "orange",
"whiteStandardHighlightColor": "white",
"blackStandardHighlightColor": "black"
}
}