forked from Cveinnt/LiveTerm
-
Notifications
You must be signed in to change notification settings - Fork 2
/
config.json
52 lines (51 loc) · 1.4 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
42
43
44
45
46
47
48
49
50
51
52
{
"readmeUrl": "https://github.com/VedantPol/Vedant-s-LiveTerm-website/blob/main/README.md",
"title": "Vedant Pol's Website",
"name": "Vedant Pol",
"ascii": "sumfethc",
"social": {
"github": "VedantPol",
"linkedin": "vedant-pol-30987b20a",
"twitter": "wingman_pol"
},
"email": "[email protected]",
"ps1_hostname": "welcome",
"ps1_username": "visitor",
"repo": "https://github.com/VedantPol/Vedant-s-LiveTerm-website",
"resume_url": "https://drive.google.com/file/d/1OeD0g1cp3Z6uEBugucOazHT1KPY05tow/view?usp=sharing",
"donate_urls": {
"paypal": "",
"patreon": ""},
"colors": {
"light": {
"background": "#161130",
"foreground": "#00FFCA",
"yellow": "#ffd400",
"green": "#A3BE8C",
"gray": "#88C0D0",
"blue": "#009FBD",
"red": "#e61f44",
"pink": "#b43fd4",
"reddish-pink": "#d1135f",
"orange": "#e0762f",
"white": "#FF6D60",
"light-yellow": "#F9E2AF",
"purple": "#77037B"
},
"dark": {
"background": "#161130",
"foreground": "#37306B",
"yellow": "#ffd400",
"green": "#A3BE8C",
"gray": "#88C0D0",
"blue": "#009FBD",
"red": "#e61f44",
"pink": "#f02afc",
"reddish-pink": "#e01969",
"orange": "#da9b50",
"lblue": "#38c6de",
"dpurple": "#261847",
"white": "#efefef"
}
}
}