forked from Cveinnt/LiveTerm
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.json
33 lines (33 loc) · 814 Bytes
/
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
{
"readmeUrl": "https://raw.githubusercontent.com/purofle/purofle/master/README.md",
"title": "archlinux.tech",
"name": "archlinux.tech owner",
"ascii": "liveterm",
"social": {
"github": "https://github.com/purofle"
},
"email": "[email protected]",
"ps1_hostname": "archlinux",
"ps1_username": "visitor",
"repo": "https://github.com/Cveinnt/LiveTerm",
"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"
}
}
}