-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.json
More file actions
40 lines (40 loc) · 1.02 KB
/
config.json
File metadata and controls
40 lines (40 loc) · 1.02 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
{
"readmeUrl": "https://github.com/mcgonagle",
"title": "Ready to Shake Things Up?!",
"name": "Thomas A. McGonagle",
"ascii": "mcgonagle",
"social": {
"github": "mcgonagle",
"gitlab": "mcgonagle",
"linkedin": "thomasmcgonagle"
},
"email": "mcgonagle@gmail.com",
"ps1_hostname": "shakeuplabs.com",
"ps1_username": "tom",
"repo": "https://github.com/mcgonagle/LiveTerm",
"resume_url": "https://www.dropbox.com/s/bjlrn7dglgsb10l/ThomasMcGonagle.doc?dl=0",
"donate_urls": {
"paypal": "https://paypal.me/mcgonagletom",
"patreon": "https://patreon.com/cveinnt"
},
"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"
}
}
}