-
Notifications
You must be signed in to change notification settings - Fork 71
/
config.json
56 lines (56 loc) · 1.63 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
53
54
55
56
{
"ascii": [
"███████╗██╗ ██╗███████╗██╗ ██╗",
"██╔════╝██║ ██║██╔════╝██║ ██║",
"███████╗███████║█████╗ ██║ ██║",
"╚════██║██╔══██║██╔══╝ ██║ ██║",
"███████║██║ ██║███████╗███████╗███████╗",
"╚══════╝╚═╝ ╚═╝╚══════╝╚══════╝╚══════╝"
],
"title": "WebShell",
"username": "visitor",
"hostname": "webshell",
"password": "050823",
"repoLink": "https://github.com/nasan016/webshell",
"social": {
"email": "[email protected]",
"github": "yourgithub",
"linkedin": "you"
},
"aboutGreeting": "Hi stranger. Welcome to WebShell.",
"projects": [
[
"GofeR",
"Vue.js reactivity in Go.",
"https://github.com/nasan016/gofer"
],
[
"WebShell",
"Terminal styled website.",
"https://github.com/nasan016/webshell"
]
],
"colors": {
"background": "#0C0623",
"foreground": "#F8DDE5",
"banner": "#FF9951",
"border": {
"visible": true,
"color": "#FFADE2"
},
"prompt": {
"default": "#A5A7A7",
"user": "#FE6BC9",
"host": "#70FDFF",
"input": "#FF7685"
},
"link": {
"text": "#B6AAEE",
"highlightColor": "#FFADE2",
"highlightText": "#0C0623"
},
"commands": {
"textColor": "#FD9BDB"
}
}
}