Skip to content

Commit 405b1b1

Browse files
feat: Mellow theme (#1472)
Signed-off-by: Jackson Yu <[email protected]> Co-authored-by: Pedro Lamas <[email protected]>
1 parent 30905b2 commit 405b1b1

File tree

3 files changed

+22
-0
lines changed

3 files changed

+22
-0
lines changed

public/config.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,14 @@
7373
"src": "logo_ldo.svg"
7474
}
7575
},
76+
{
77+
"name": "Mellow",
78+
"color": "#003DFF",
79+
"isDark": true,
80+
"logo": {
81+
"src": "logo_mellow.svg"
82+
}
83+
},
7684
{
7785
"name": "Peopoly",
7886
"color": "#007CC2",

public/logo_mellow.svg

Lines changed: 6 additions & 0 deletions
Loading

server/config.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,14 @@
7373
"src": "logo_ldo.svg"
7474
}
7575
},
76+
{
77+
"name": "Mellow",
78+
"color": "#003DFF",
79+
"isDark": true,
80+
"logo": {
81+
"src": "logo_mellow.svg"
82+
}
83+
},
7684
{
7785
"name": "Peopoly",
7886
"color": "#007CC2",

0 commit comments

Comments
 (0)