-
Notifications
You must be signed in to change notification settings - Fork 22
/
photophore.bntheme
95 lines (92 loc) · 4.15 KB
/
photophore.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
{
"name": "Photophore",
"style": "Fusion",
"colors": {
"black": [0, 0, 0],
"white": [255, 255, 255],
"red": [194, 49, 39],
"magenta": [136, 140, 166],
"cyan": [51, 133, 158],
"green": [0, 255, 0],
"orange": [255, 157, 0],
"yellow": [255, 198, 0],
"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": "blue",
"WindowText": "white",
"Base": "darkBlue",
"AlternateBase": "blue",
"ToolTipBase": "blue",
"ToolTipText": "lightBlue",
"Text": "white",
"Button": "blue",
"ButtonText": "yellow",
"BrightText": "white",
"Link": "yellow",
"Highlight": "yellow",
"HighlightedText": "black",
"Light": "blue"
},
"theme-colors": {
"addressColor": ["+", "white", "dusty"],
"modifiedColor": "orange",
"insertedColor": "lightBlue",
"notPresentColor": "mint",
"selectionColor": "black",
"outlineColor": "green",
"backgroundHighlightDarkColor": "darkBlue",
"backgroundHighlightLightColor": "blue",
"boldBackgroundHighlightDarkColor": "darkBlue",
"boldBackgroundHighlightLightColor": "red",
"alphanumericHighlightColor": "yellow",
"printableHighlightColor": "orange",
"graphBackgroundDarkColor": "black",
"graphBackgroundLightColor": "darkBlue",
"graphNodeDarkColor": "blue",
"graphNodeLightColor": "blue",
"graphNodeOutlineColor": "dusty",
"trueBranchColor": "green",
"falseBranchColor": "red",
"unconditionalBranchColor": "yellow",
"altTrueBranchColor": "mint",
"altFalseBranchColor": "orange",
"altUnconditionalBranchColor": "lightBlue",
"registerColor": "orange",
"numberColor": "red",
"codeSymbolColor": "yellow",
"dataSymbolColor": "orange",
"stackVariableColor": ["+", "white", "lightBlue"],
"importColor": ["+", "white","dusty"],
"instructionHighlightColor": ["~", "blue", "black", 200],
"tokenHighlightColor": "cyan",
"annotationColor": "white",
"opcodeColor": "yellow",
"linearDisassemblyFunctionHeaderColor": "darkBlue",
"linearDisassemblyBlockColor": "blue",
"linearDisassemblyNoteColor": "blue",
"linearDisassemblySeparatorColor": "yellow",
"stringColor": "orange",
"typeNameColor": "mint",
"fieldNameColor": "green",
"keywordColor": "yellow",
"uncertainColor": "mint",
"scriptConsoleOutputColor": "white",
"scriptConsoleErrorColor": "red",
"scriptConsoleEchoColor": "green",
"blueStandardHighlightColor": "blue",
"greenStandardHighlightColor": "green",
"cyanStandardHighlightColor": "cyan",
"redStandardHighlightColor": "red",
"magentaStandardHighlightColor": "magenta",
"yellowStandardHighlightColor": "yellow",
"orangeStandardHighlightColor": "orange",
"whiteStandardHighlightColor": "white",
"blackStandardHighlightColor": "black"
}
}