Skip to content

Commit

Permalink
feat: Prusa theme (#1267)
Browse files Browse the repository at this point in the history
Signed-off-by: Pedro Lamas <[email protected]>
  • Loading branch information
pedrolamas authored Dec 9, 2023
1 parent 4561b85 commit 783efaf
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 0 deletions.
8 changes: 8 additions & 0 deletions public/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,14 @@
"src": "logo_peopoly.svg"
}
},
{
"name": "Prusa",
"color": "#E05D2D",
"isDark": false,
"logo": {
"src": "logo_prusa.svg"
}
},
{
"name": "Qidi Tech",
"color": "#5B7AEA",
Expand Down
7 changes: 7 additions & 0 deletions public/logo_prusa.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 8 additions & 0 deletions server/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,14 @@
"src": "logo_peopoly.svg"
}
},
{
"name": "Prusa",
"color": "#E05D2D",
"isDark": false,
"logo": {
"src": "logo_prusa.svg"
}
},
{
"name": "Qidi Tech",
"color": "#5B7AEA",
Expand Down

0 comments on commit 783efaf

Please sign in to comment.