Skip to content

Commit 9caaf94

Browse files
feat: Z-Bolt theme (#1677)
Signed-off-by: Vlad <[email protected]> Co-authored-by: Pedro Lamas <[email protected]>
1 parent df34956 commit 9caaf94

File tree

3 files changed

+26
-0
lines changed

3 files changed

+26
-0
lines changed

public/config.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,16 @@
147147
"src": "logo_vzbot.svg"
148148
}
149149
},
150+
{
151+
"name": "Z-Bolt",
152+
"color": "#2196F3",
153+
"isDark": true,
154+
"logo": {
155+
"src": "logo_z-bolt.svg",
156+
"dark": "#232323",
157+
"light": "#ffffff"
158+
}
159+
},
150160
{
151161
"name": "ZeroG",
152162
"color": "#e34234",

public/logo_z-bolt.svg

Lines changed: 6 additions & 0 deletions
Loading

server/config.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,16 @@
139139
"src": "logo_vzbot.svg"
140140
}
141141
},
142+
{
143+
"name": "Z-Bolt",
144+
"color": "#2196F3",
145+
"isDark": true,
146+
"logo": {
147+
"src": "logo_z-bolt.svg",
148+
"dark": "#232323",
149+
"light": "#ffffff"
150+
}
151+
},
142152
{
143153
"name": "ZeroG",
144154
"color": "#e34234",

0 commit comments

Comments
 (0)