-
Notifications
You must be signed in to change notification settings - Fork 22
/
gruvbox-material.bntheme
103 lines (103 loc) · 3.24 KB
/
gruvbox-material.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
{
"name": "Gruvbox Material",
"style": "Fusion",
"colors": {
"black": "#32302f",
"white": "#d4be98",
"red": "#ea6962",
"orange": "#e78a4e",
"yellow": "#d8a657",
"green": "#a9b665",
"aqua": "#89b482",
"blue": "#7daea3",
"purple": "#d3869b",
"darkBlue": "#0f3a42",
"grey": "#928374"
},
"palette": {
"Window": [
"~",
"white",
"black",
240
],
"WindowText": "white",
"Base": "black",
"AlternateBase": "grey",
"ToolTipBase": "black",
"ToolTipText": "blue",
"Text": "white",
"Button": "black",
"ButtonText": "blue",
"BrightText": "grey",
"Link": "green",
"Highlight": "blue",
"HighlightedText": "black",
"Light": "blue"
},
"theme-colors": {
"addressColor": "green",
"modifiedColor": "red",
"insertedColor": "blue",
"notPresentColor": "blue",
"selectionColor": "green",
"outlineColor": "green",
"backgroundHighlightDarkColor": "black",
"backgroundHighlightLightColor": "black",
"boldBackgroundHighlightDarkColor": "darkBlue",
"boldBackgroundHighlightLightColor": "red",
"alphanumericHighlightColor": "blue",
"printableHighlightColor": "yellow",
"graphBackgroundDarkColor": "black",
"graphBackgroundLightColor": "black",
"graphNodeDarkColor": "black",
"graphNodeLightColor": "black",
"graphNodeOutlineColor": "blue",
"trueBranchColor": "green",
"falseBranchColor": "red",
"unconditionalBranchColor": "blue",
"altTrueBranchColor": "blue",
"altFalseBranchColor": "red",
"altUnconditionalBranchColor": "blue",
"registerColor": "red",
"numberColor": "yellow",
"codeSymbolColor": "green",
"dataSymbolColor": "purple",
"stackVariableColor": [
"+",
"white",
"blue"
],
"importColor": "orange",
"instructionHighlightColor": [
"~",
"grey",
"black",
50
],
"tokenHighlightColor": "purple",
"annotationColor": "white",
"opcodeColor": "blue",
"linearDisassemblyFunctionHeaderColor": "black",
"linearDisassemblyBlockColor": "black",
"linearDisassemblyNoteColor": "black",
"linearDisassemblySeparatorColor": "blue",
"stringColor": "yellow",
"typeNameColor": "orange",
"fieldNameColor": "darkBlue",
"keywordColor": "green",
"uncertainColor": "blue",
"scriptConsoleOutputColor": "white",
"scriptConsoleErrorColor": "red",
"scriptConsoleEchoColor": "green",
"blueStandardHighlightColor": "darkBlue",
"greenStandardHighlightColor": "green",
"cyanStandardHighlightColor": "blue",
"redStandardHighlightColor": "red",
"magentaStandardHighlightColor": "purple",
"yellowStandardHighlightColor": "yellow",
"orangeStandardHighlightColor": "orange",
"whiteStandardHighlightColor": "white",
"blackStandardHighlightColor": "black"
}
}