-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.json
40 lines (40 loc) · 1.04 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
{
"readmeUrl": "https://github.com/ighoshsubho/ighoshsubho",
"title": "Portfolio",
"name": "Subho Ghosh",
"ascii": "liveterm",
"social": {
"github": "ighoshsubho",
"linkedin": "thesubhoghosh",
"twitter" : "subhoghosh02"
},
"email": "ighoshsubho@gmail.com",
"ps1_hostname": "ighoshsubho",
"ps1_username": "visitor",
"repo": "https://github.com/ighoshsubho/TerminalPortfolio",
"resume_url": "https://drive.google.com/file/d/1uWscvWhQIbGEsyUsQIrqpcW8x7So9Vd7/view?usp=sharing",
"donate_urls": {
"paypal": "https://tinyurl.com/SGVerseBMC",
"patreon": "https://patreon.com/SubhoGhosh"
},
"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"
}
}
}