diff --git a/public/config.json b/public/config.json
index e8e434424c..cf8db19e7d 100644
--- a/public/config.json
+++ b/public/config.json
@@ -172,6 +172,30 @@
"logo": {
"src": "logo_snakeoil.svg"
}
+ },
+ {
+ "name": "Printers for Ants",
+ "color": "#42d62c",
+ "isDark": true,
+ "logo": {
+ "src": "logo_pfa.svg"
+ }
+ },
+ {
+ "name": "Micron",
+ "color": "#42d62c",
+ "isDark": true,
+ "logo": {
+ "src": "logo_micron.svg"
+ }
+ },
+ {
+ "name": "Salad Fork",
+ "color": "#0cff28",
+ "isDark": true,
+ "logo": {
+ "src": "logo_salad_fork.svg"
+ }
}
]
}
diff --git a/public/logo_micron.svg b/public/logo_micron.svg
new file mode 100644
index 0000000000..8b8059c589
--- /dev/null
+++ b/public/logo_micron.svg
@@ -0,0 +1,3 @@
+
diff --git a/public/logo_pfa.svg b/public/logo_pfa.svg
new file mode 100644
index 0000000000..f0ceb364da
--- /dev/null
+++ b/public/logo_pfa.svg
@@ -0,0 +1,4 @@
+
diff --git a/public/logo_salad_fork.svg b/public/logo_salad_fork.svg
new file mode 100644
index 0000000000..cdce914f55
--- /dev/null
+++ b/public/logo_salad_fork.svg
@@ -0,0 +1,3 @@
+
diff --git a/server/config.json b/server/config.json
index 1948b99725..66fca972f2 100644
--- a/server/config.json
+++ b/server/config.json
@@ -164,6 +164,30 @@
"logo": {
"src": "logo_snakeoil.svg"
}
+ },
+ {
+ "name": "Printers for Ants",
+ "color": "#42d62c",
+ "isDark": true,
+ "logo": {
+ "src": "logo_pfa.svg"
+ }
+ },
+ {
+ "name": "Micron",
+ "color": "#42d62c",
+ "isDark": true,
+ "logo": {
+ "src": "logo_micron.svg"
+ }
+ },
+ {
+ "name": "Salad Fork",
+ "color": "#0cff28",
+ "isDark": true,
+ "logo": {
+ "src": "logo_salad_fork.svg"
+ }
}
]
}