-
Notifications
You must be signed in to change notification settings - Fork 1
/
ls-backup.json
64 lines (64 loc) · 1.4 KB
/
ls-backup.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
57
58
59
60
61
62
63
64
{
"yags-general": {
"img": "https://safebooru.org//images/4193/20f5d44e81ef98b82ce88063fc11c945dac0866f.jpg?4379612",
"title": "Hi Andrew",
"displayImg": true,
"font": "Hack Nerd Font",
"enableFonts": false,
"fontSize": 1
},
"yags-theme": {
"inverted": false,
"color": {
"name": "custom",
"bg": {
"shade": "#181825",
"base": "#1E1E2E",
"surface": "#242437",
"highlight": "#2A2A40"
},
"fg": {
"shade": "#839AE4",
"base": "#CDD6F4",
"surface": "#FFFFFF",
"highlight": "#FFFFFF"
},
"primary": {
"bg": "#11111b",
"base": "#B4BEFE",
"fg": "#B4BEFE"
},
"secondary": {
"bg": "#181825",
"base": "#F38BA8",
"fg": "#F38BA8"
},
"palette": {
"red": "#E06C75",
"green": "#98C379",
"yellow": "#E5C07B",
"blue": "#61AFEF",
"purple": "#C678DD",
"cyan": "#56B6C2",
"orange": "#FFBB7C"
}
},
"space": {
"smallest": "0.125rem",
"small": "0.5rem",
"medium": "1rem",
"large": "1.5rem",
"largest": "3rem"
}
},
"yags-surface": {
"shadow": {
"amount": 2,
"blur": 0,
"offset": 12,
"shadow": "12px 12px 0px rgb(17, 17, 27), 24px 24px 0px rgb(24, 24, 37)"
},
"borderRadius": 20,
"maxWidth": 1100
}
}