-
Notifications
You must be signed in to change notification settings - Fork 22
/
resolve.bntheme
118 lines (103 loc) · 3.51 KB
/
resolve.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
115
116
117
118
{
"name": "Resolve",
"style": "Fusion",
"styleSheet": "QMenu { background-color: #27272A; border: 1px solid #52525B; } QMenu::separator { background-color: #515158; height: 1px; } QMenu::item:selected { background-color: #4D6B95; } QMenu::item:disabled { color: #71717A; }",
"colors": {
"dark": "#17181A",
"semi-dark": "#3F3F46",
"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],
"orange": "#FCAE5B",
"green": "#63B07F",
"pink": "#F0ABFC",
"blue": "#7DD3FC",
"indigo": "#A5B4FC",
"yellow": "#F5DF86",
"inner_panels": "#101012",
"header": "#1A161F",
"block": "#1D1F21"
},
"palette": {
"Window": "#212126",
"WindowText": "#a0c8c8",
"Base": "inner_panels",
"AlternateBase": "#1C1C1F",
"ToolTipBase": "semi-dark",
"ToolTipText": "light",
"Text": "light",
"Button": "semi-dark",
"ButtonText": "light",
"BrightText": "yellow",
"Link": "#7ECAFC",
"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": "pink",
"notPresentColor": "semi-light",
"selectionColor": "highlight",
"outlineColor": "light",
"addressColor": "#BC9BC8",
"registerColor": "blue",
"numberColor": "green",
"codeSymbolColor": "yellow",
"dataSymbolColor": "red",
"stackVariableColor": "blue",
"importColor": "pink",
"stringColor": "#4ec9b0",
"typeNameColor": "orange",
"fieldNameColor": "light",
"keywordColor": "orange",
"uncertainColor": "dodrant-light",
"annotationColor": "dodrant-light",
"opcodeColor": "dodrant-light",
"graphBackgroundDarkColor": "#111116",
"graphBackgroundLightColor": "#3D3D4F",
"graphNodeDarkColor": "inner_panels",
"graphNodeLightColor": "inner_panels",
"graphNodeOutlineColor": "semi-light",
"trueBranchColor": "green",
"falseBranchColor": "red",
"unconditionalBranchColor": "blue",
"altTrueBranchColor": "blue",
"altFalseBranchColor": "pink",
"altUnconditionalBranchColor": "semi-light",
"backgroundHighlightDarkColor": "dark",
"backgroundHighlightLightColor": ["~", "dark", "semi-dark", 127],
"boldBackgroundHighlightDarkColor": "semi-light",
"boldBackgroundHighlightLightColor": "semi-light",
"alphanumericHighlightColor": "orange",
"printableHighlightColor": "indigo",
"instructionHighlightColor": "highlight",
"tokenHighlightColor": "highlight-bright",
"linearDisassemblyFunctionHeaderColor": "header",
"linearDisassemblyBlockColor": "block",
"linearDisassemblyNoteColor": "semi-dark",
"linearDisassemblySeparatorColor": "semi-light",
"scriptConsoleOutputColor": "light",
"scriptConsoleErrorColor": "red",
"scriptConsoleEchoColor": "light",
"blueStandardHighlightColor": "blue",
"greenStandardHighlightColor": "green",
"cyanStandardHighlightColor": "#7EFCFC",
"redStandardHighlightColor": "red",
"magentaStandardHighlightColor": "indigo",
"yellowStandardHighlightColor": "yellow",
"orangeStandardHighlightColor": "orange",
"whiteStandardHighlightColor": "light",
"blackStandardHighlightColor": "dark"
}
}