-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
manifest.scl
93 lines (73 loc) · 2.47 KB
/
manifest.scl
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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
imports = {
base-theme = "themes/base-theme",
studio-theme = "themes/studio-theme",
found-patterns-theme = "themes/found-patterns-theme",
side-modal-theme = "themes/side-modal-theme",
subscription-menu = "themes/subscription-menu",
chat-launcher-theme = "themes/chat-launcher-theme",
slideshow-template-theme = "themes/slideshow-template-theme",
notifications = "themes/notifications",
support_theme = "themes/support_theme",
lighttouch-logging = "packages/lighttouch-logging",
lighttouch-json-interface = "packages/lighttouch-json-interface",
lighttouch-html-interface = "packages/lighttouch-html-interface",
lighttouch-keys = "packages/lighttouch-keys",
homepage-package = "packages/homepage-package",
base-theme = "themes/base-theme",
send-file-package = "packages/send-file-package",
lighttouch-change-management = "packages/lighttouch-change-management",
}
base-theme = {
url = "https://github.com/foundpatterns/base-theme",
}
studio-theme = {
url = "https://github.com/lighttouch-themes/studio-theme",
}
found-patterns-theme = {
url = "https://github.com/lighttouch-themes/found-patterns-theme",
}
side-modal-theme = {
url = "https://github.com/lighttouch-themes/side-modal-theme",
}
subscription-menu = {
url = "https://github.com/lighttouch-themes/subscription-menu",
}
chat-launcher-theme = {
url = "https://github.com/lighttouch-themes/chat-launcher-theme",
}
slideshow-template-theme = {
url = "https://github.com/lighttouch-themes/slideshow-template-theme",
}
notifications = {
url = "https://github.com/lighttouch-themes/notifications",
}
support_theme = {
url = "https://github.com/lighttouch-themes/support_theme",
}
lighttouch-logging = {
url = "https://github.com/foundpatterns/lighttouch-logging",
}
lighttouch-json-interface = {
url = "https://github.com/foundpatterns/lighttouch-json-interface",
}
lighttouch-html-interface = {
url = "https://github.com/foundpatterns/lighttouch-html-interface",
}
lighttouch-keys = {
url = "https://github.com/foundpatterns/lighttouch-keys",
}
homepage-package = {
url = "https://github.com/foundpatterns/homepage-package",
}
base-theme = {
url = "https://github.com/foundpatterns/base-theme",
}
send-file-package = {
url = "https://github.com/foundpatterns/send-file-package",
}
lighttouch-change-management = {
url = "https://github.com/foundpatterns/lighttouch-change-management",
}
lighttouch-default-content = {
url = "https://github.com/foundpatterns/lighttouch-default-content",
}