forked from MilanVojnovic95/LiveTerm-bug-catchers
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.json
41 lines (39 loc) · 1.01 KB
/
config.json
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
{
"title": "Bug Catchers",
"name": "Bug Catchers",
"ascii": "Bug Catchers",
"social": {
"discord": "https://discord.gg/35fMGGBCHH",
"twitter": "https://twitter.com/CatchersBug"
},
"github": {
"milan": "https://github.com/MilanVojnovic95",
"phillip": "https://github.com/Filipv95",
"kacper": "https://github.com/niemam29"
},
"email": "[email protected]",
"ps1_hostname": "bug-catchers",
"ps1_username": "visitor",
"repo": "https://github.com/Cveinnt/LiveTerm",
"resume_url": "https://upload.wikimedia.org/wikipedia/commons/c/cc/Resume.pdf",
"colors": {
"light": {
"background": "#FBF1C9",
"foreground": "#3C3836",
"yellow": "#D79921",
"green": "#98971A",
"gray": "#7C6F64",
"blue": "#458588",
"red": "#CA2124"
},
"dark": {
"background": "#2E3440",
"foreground": "#E5E9F0",
"yellow": "#5E81AC",
"green": "#A3BE8C",
"gray": "#88C0D0",
"blue": "#EBCB8B",
"red": "#BF616A"
}
}
}