-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathconfig.json
More file actions
32 lines (32 loc) · 737 Bytes
/
config.json
File metadata and controls
32 lines (32 loc) · 737 Bytes
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
{
"title": "harryhopkinson-terminal",
"name": "Harry Hopkinson",
"ascii": "harry-hopkinson",
"social": {
"github": "Harry-Hopkinson"
},
"email": "harryjhopkinson@gmail.com",
"ps1_hostname": "sudo",
"ps1_username": "user",
"repo": "https://github.com/Harry-Hopkinson/terminal",
"colors": {
"light": {
"background": "#2E3440",
"foreground": "#E5E9F0",
"yellow": "#5E81AC",
"green": "#A3BE8C",
"gray": "#88C0D0",
"blue": "#EBCB8B",
"red": "#BF616A"
},
"dark": {
"background": "#2E3440",
"foreground": "#E5E9F0",
"yellow": "#5E81AC",
"green": "#A3BE8C",
"gray": "#88C0D0",
"blue": "#EBCB8B",
"red": "#BF616A"
}
}
}