This repository was archived by the owner on Dec 30, 2024. It is now read-only.
forked from Cveinnt/LiveTerm
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.json
More file actions
44 lines (44 loc) · 1.24 KB
/
config.json
File metadata and controls
44 lines (44 loc) · 1.24 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
41
42
43
44
{
"readmeUrl": "https://raw.githubusercontent.com/AzhamProdLive/AzhamProdLive/main/README.md",
"title": "AzhamMakesTrash",
"name": "AzhamMakesTrash",
"ascii": "liveterm",
"social": {
"github": "AzhamProdLive",
"linkedin": "maxime-richard-4a627427a/"
},
"email": "azhammakestrash@proton.me",
"ps1_hostname": "archlinux.liveterm",
"ps1_username": "azhmprd",
"aboutme_url": "https://github.com/AzhamProdLive/AzhamProdLive/blob/main/README.md",
"donate_urls": {
"paypal": "https://paypal.me/azhammakestrash",
"kofi": "ko-fi.com/azhammakestrash"
},
"repolinks": {
"repo": "https://github.com/AzhamProdLive",
"repofriend": "https://github.com/ItsKandar",
"repodotfiles": "https://github.com/AzhamProdLive/dotfiles",
"repobox": "https://github.com/AzhamProdLive/WPC-Useful-Box"
},
"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"
}
}
}