-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsettings.json
More file actions
27 lines (27 loc) · 794 Bytes
/
settings.json
File metadata and controls
27 lines (27 loc) · 794 Bytes
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
{
"schemes": [
{
"background": "#1A2332",
"black": "#000000",
"blue": "#004CFF",
"brightBlack": "#666666",
"brightBlue": "#5CB2FF",
"brightCyan": "#5CECC6",
"brightGreen": "#C5F467",
"brightPurple": "#C16CFA",
"brightRed": "#FF8484",
"brightWhite": "#FFFFFF",
"brightYellow": "#FFCC5C",
"cursorColor": "#313F55",
"cyan": "#2EE7B6",
"foreground": "#A4B1CD",
"green": "#9FEF00",
"name": "HackTheBox",
"purple": "#9F00FF",
"red": "#FF3E3E",
"selectionBackground": "#313F55",
"white": "#FFFFFF",
"yellow": "#FFAF00"
}
]
}