forked from Cveinnt/LiveTerm
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.json
41 lines (41 loc) · 1.23 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
{
"readme_url": "https://raw.githubusercontent.com/theredguild/website-term/main/README.md",
"title": "The Red Guild's landing terminal",
"name": "The Red Guild",
"social": {
"github": "theredguild",
"x": "theredguild",
"youtube": "watchtheredguild",
"blog": "https://blog.theredguild.org/",
"about": "https://blog.theredguild.org/the-truth-of-the-red-guild/"
},
"email": "hello@theredguild.org",
"ps1_hostname": "trg",
"ps1_username": "wanderer",
"id": "uid=1000(wanderer) gid=1000(wanderer) groups=1000(wanderer),3(sys),90(network),98(power),991(lp),998(wheel),1337(trg)",
"ezine_url": "https://raw.githubusercontent.com/theredguild/ezines/main/",
"support_urls": {
"mainnet": "0x133730000000000000000000DEADBEEF",
"optimism": "0xBABABABACAFEBABE0000000000000000"
},
"colors": {
"light": {
"background": "#E5E9F0",
"foreground": "#18202",
"yellow": "#D79921",
"green": "#98971A",
"gray": "#7C6F64",
"blue": "#458588",
"red": "#CA2124"
},
"dark": {
"background": "#182029",
"foreground": "#E5E9F0",
"yellow": "#ffb86c",
"green": "#A3BE8C",
"gray": "#88C0D0",
"blue": "#EBCB8B",
"red": "#BF616A"
}
}
}