-
Notifications
You must be signed in to change notification settings - Fork 22
/
reflection.bntheme
114 lines (100 loc) · 3.44 KB
/
reflection.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
106
107
108
109
110
111
112
113
114
{
"name": "Reflection",
"style": "Fusion",
"styleSheet": "QMenu { background-color: #27272A; border: 1px solid #52525B; } QMenu::separator { background-color: #3F3F46; height: 1px; } QMenu::item:selected { background-color: #4D6B95; } QMenu::item:disabled { color: #71717A; }",
"colors": {
"dark": [39, 39, 42],
"semi-dark": [63, 63, 70],
"semi-light": [113, 113, 122],
"dodrant-light": [161, 161, 170],
"light": [228, 228, 231],
"white": [255, 255, 255],
"highlight": [78, 88, 115],
"highlight-bright": [77, 107, 149],
"red": [252, 165, 165],
"pink": [240, 171, 252],
"green": [134, 239, 172],
"orange": [253, 186, 116],
"blue": [125, 211, 252],
"indigo": [165, 180, 252],
"yellow": [253, 230, 138]
},
"palette": {
"Window": "semi-dark",
"WindowText": "light",
"Base": "dark",
"AlternateBase": "dark",
"ToolTipBase": "semi-dark",
"ToolTipText": "light",
"Text": "light",
"Button": "semi-dark",
"ButtonText": "light",
"BrightText": "yellow",
"Link": "blue",
"Highlight": "highlight-bright",
"HighlightedText": "white",
"Light": "semi-light"
},
"disabledPalette": {
"Button": ["~", "dark", "semi-dark", 191],
"ButtonText": "semi-light",
"Text": "dodrant-light",
"WindowText": "dodrant-light"
},
"theme-colors": {
"modifiedColor": "indigo",
"insertedColor": "orange",
"notPresentColor": "semi-light",
"selectionColor": "highlight",
"outlineColor": "light",
"addressColor": "green",
"registerColor": "blue",
"numberColor": "green",
"codeSymbolColor": "yellow",
"dataSymbolColor": "red",
"stackVariableColor": "blue",
"importColor": "orange",
"stringColor": "indigo",
"typeNameColor": "pink",
"fieldNameColor": "light",
"keywordColor": "pink",
"uncertainColor": "dodrant-light",
"annotationColor": "dodrant-light",
"opcodeColor": "dodrant-light",
"graphBackgroundDarkColor": "dark",
"graphBackgroundLightColor": "dark",
"graphNodeDarkColor": "semi-dark",
"graphNodeLightColor": "semi-dark",
"graphNodeOutlineColor": "semi-light",
"trueBranchColor": "green",
"falseBranchColor": "red",
"unconditionalBranchColor": "blue",
"altTrueBranchColor": "blue",
"altFalseBranchColor": "orange",
"altUnconditionalBranchColor": "semi-light",
"backgroundHighlightDarkColor": "dark",
"backgroundHighlightLightColor": ["~", "dark", "semi-dark", 127],
"boldBackgroundHighlightDarkColor": "semi-light",
"boldBackgroundHighlightLightColor": "semi-light",
"alphanumericHighlightColor": "pink",
"printableHighlightColor": "indigo",
"instructionHighlightColor": "highlight",
"tokenHighlightColor": "highlight-bright",
"linearDisassemblyFunctionHeaderColor": "semi-dark",
"linearDisassemblyBlockColor": "dark",
"linearDisassemblyNoteColor": "semi-dark",
"linearDisassemblySeparatorColor": "semi-light",
"scriptConsoleOutputColor": "green",
"scriptConsoleErrorColor": "red",
"scriptConsoleEchoColor": "light",
"blueStandardHighlightColor": "indigo",
"greenStandardHighlightColor": "green",
"cyanStandardHighlightColor": "blue",
"redStandardHighlightColor": "red",
"magentaStandardHighlightColor": "pink",
"yellowStandardHighlightColor": "yellow",
"orangeStandardHighlightColor": "orange",
"whiteStandardHighlightColor": "light",
"blackStandardHighlightColor": "dark"
}
}