-
Notifications
You must be signed in to change notification settings - Fork 298
Expand file tree
/
Copy pathdark.bntheme
More file actions
162 lines (148 loc) · 6.84 KB
/
Copy pathdark.bntheme
File metadata and controls
162 lines (148 loc) · 6.84 KB
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
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
{
"name": "Dark",
"style": "Fusion",
"styleSheet": [
"QMenu { background-color: palette(alternate-base); border: 1px solid #555555; }",
"QMenu::separator { background-color: palette(window); height: 1px; }",
"QMenu::item:selected { background-color: palette(highlight); }",
"QMenu::item:disabled { color: #909090; }",
"QPushButton:disabled { color: #909090; }",
"QComboBox:disabled { color: #909090; }",
"QLabel:disabled { color: #909090; }"
],
"colors": {
"background": [42, 42, 42],
"backgroundDark": [16, 16, 16],
"backgroundWindow": [54, 54, 54],
"backgroundHighlight": [74, 74, 74],
"backgroundDisabled": [85, 85, 85],
"content": [224, 224, 224],
"disabled": [144, 144, 144],
"selection": [96, 96, 96],
"selectionLight": [128, 128, 128],
"green": [162, 217, 175],
"red": [222, 143, 151],
"blue": [128, 198, 233],
"cyan": [142, 230, 237],
"lightCyan": [176, 221, 228],
"orange": [237, 189, 129],
"yellow": [237, 223, 179],
"magenta": [218, 196, 209],
"black": [0, 0, 0],
"shadow": [0, 0, 0, 128]
},
"palette": {
"Window": "backgroundWindow",
"WindowText": "content",
"Base": "backgroundDark",
"AlternateBase": "background",
"ToolTipBase": "backgroundHighlight",
"ToolTipText": "content",
"Text": "content",
"Button": "backgroundHighlight",
"ButtonText": "content",
"BrightText": "yellow",
"Link": "blue",
"Highlight": "blue",
"HighlightedText": "backgroundDark",
"Light": ["+", "backgroundDark", "content"],
"PlaceholderText": "disabled"
},
"disabledPalette": {
"Button": "backgroundDisabled",
"WindowText": "disabled",
"ToolTipText": "disabled",
"Text": "disabled",
"ButtonText": "disabled"
},
"theme-colors": {
"addressColor": "green",
"modifiedColor": "red",
"insertedColor": "blue",
"notPresentColor": "disabled",
"selectionColor": "selection",
"outlineColor": "content",
"backgroundHighlightDarkColor": "backgroundDark",
"backgroundHighlightLightColor": "backgroundWindow",
"boldBackgroundHighlightDarkColor": "backgroundDark",
"boldBackgroundHighlightLightColor": "selection",
"alphanumericHighlightColor": "blue",
"printableHighlightColor": "lightCyan",
"graphBackgroundDarkColor": "background",
"graphBackgroundLightColor": "background",
"graphNodeDarkColor": "backgroundHighlight",
"graphNodeLightColor": "backgroundHighlight",
"graphNodeOutlineColor": "disabled",
"graphNodeShadowColor": "shadow",
"graphEntryNodeIndicatorColor": "green",
"graphExitNodeIndicatorColor": "content",
"graphExitNoreturnNodeIndicatorColor": "red",
"trueBranchColor": "green",
"falseBranchColor": "red",
"unconditionalBranchColor": "blue",
"altTrueBranchColor": "blue",
"altFalseBranchColor": "orange",
"altUnconditionalBranchColor": "content",
"instructionColor": "yellow",
"registerColor": "content",
"numberColor": "green",
"codeSymbolColor": "blue",
"dataSymbolColor": "cyan",
"stackVariableColor": ["+", "green", "content"],
"localVariableColor": "content",
"importColor": "orange",
"exportColor": "magenta",
"instructionHighlightColor": "selectionLight",
"relatedInstructionHighlightColor": [64, 99, 116],
"tokenHighlightColor": "red",
"tokenSelectionColor": "selectionLight",
"annotationColor": "magenta",
"commentColor": "magenta",
"operationColor": ["~", "disabled", "blue", 96],
"opcodeColor": "disabled",
"stringColor": "magenta",
"typeNameColor": "orange",
"fieldNameColor": "lightCyan",
"keywordColor": "yellow",
"uncertainColor": "disabled",
"nameSpaceColor": "blue",
"nameSpaceSeparatorColor": "blue",
"gotoLabelColor": "blue",
"baseStructureNameColor": "magenta",
"linearDisassemblyFunctionHeaderColor": "backgroundHighlight",
"linearDisassemblyBlockColor": "background",
"linearDisassemblyNoteColor": ["~", "+", "backgroundDark", "background", "green", 48],
"linearDisassemblySeparatorColor": "disabled",
"linearDisassemblyCodeFoldColor": "content",
"indentationLineColor": ["~", "disabled", "background", 127],
"indentationLineHighlightColor": "content",
"scriptConsoleOutputColor": "content",
"scriptConsoleWarningColor": "yellow",
"scriptConsoleErrorColor": "red",
"scriptConsoleEchoColor": "disabled",
"blueStandardHighlightColor": "blue",
"greenStandardHighlightColor": "green",
"cyanStandardHighlightColor": "cyan",
"redStandardHighlightColor": "red",
"magentaStandardHighlightColor": "magenta",
"yellowStandardHighlightColor": "yellow",
"orangeStandardHighlightColor": "orange",
"whiteStandardHighlightColor": "content",
"blackStandardHighlightColor": "black",
"miniGraphOverlayColor": [255, 255, 255],
"sidebarHeaderTextColor": "blue",
"structureTypeColor": "blue",
"enumerationTypeColor": "green",
"voidTypeColor": "red",
"functionTypeColor": "red",
"boolTypeColor": "red",
"integerTypeColor": "red",
"floatTypeColor": "red",
"pointerTypeColor": "red",
"arrayTypeColor": "red",
"varArgsTypeColor": "red",
"valueTypeColor": "red",
"namedTypeReferenceColor": "red",
"wideCharTypeColor": "red"
}
}