-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.json
36 lines (35 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
{
"readmeUrl": "https://raw.githubusercontent.com/tariq-almalki/tariq-almalki/main/README.md",
"title": "you know?",
"name": "Tariq Almalki",
"ascii": "Tariq Almalki",
"social": {
"github": "tariq-almalki",
"linkedin": "e-tariq-almalki"
},
"email": "[email protected]",
"ps1_hostname": "localhost",
"ps1_username": "user",
"repo": "https://github.com/tariq-almalki/portofolio",
"resume_url": "https://drive.google.com/file/d/10XLlV0ox-FEs1EWpkXgziwrUmNwVcTgf/view?usp=sharin://drive.google.com/file/d/10XLlV0ox-FEs1EWpkXgziwrUmNwVcTgf/view?usp=sharing",
"colors": {
"light": {
"background": "#FFFFDB",
"foreground": "#282a36",
"yellow": "#ffb86c",
"green": "#50fa7b",
"gray": "#8B6BB9",
"blue": "#67AFC0",
"red": "#ff5555"
},
"dark": {
"background": "#282a36",
"foreground": "#f8f8f2",
"yellow": "#ffb86c",
"green": "#50fa7b",
"gray": "#bd93f9",
"blue": "#8be9fd",
"red": "#ff5555"
}
}
}