Skip to content

Commit 9c1e0eb

Browse files
committed
backend(themes.md): add new themes
1 parent d1b693c commit 9c1e0eb

2 files changed

Lines changed: 52 additions & 0 deletions

File tree

docs/THEMES.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -260,4 +260,32 @@ If you would like to use other themes, and add one for yourself and others, plea
260260
<img src="https://github-readme-tech-stack.vercel.app/api/cards?title=android&lineCount=1&theme=android&line1=typescript,typescript,auto;express,express,61DAFB">
261261
</td>
262262
</tr>
263+
264+
<tr>
265+
<td align="center"><code>discord</code></td>
266+
<td>
267+
<img src="https://github-readme-tech-stack.vercel.app/api/cards?theme=discord&title=discord&lineCount=1&line1=typescript,typescript,auto;express,express.js,61DAFB">
268+
</td>
269+
</tr>
270+
271+
<tr>
272+
<td align="center"><code>gruvbox</code></td>
273+
<td>
274+
<img src="https://github-readme-tech-stack.vercel.app/api/cards?theme=gruvbox&title=gruvbox&lineCount=1&line1=typescript,typescript,auto;express,express.js,61DAFB">
275+
</td>
276+
</tr>
277+
278+
<tr>
279+
<td align="center"><code>nord</code></td>
280+
<td>
281+
<img src="https://github-readme-tech-stack.vercel.app/api/cards?theme=nord&title=nord&lineCount=1&line1=typescript,typescript,auto;express,express.js,61DAFB">
282+
</td>
283+
</tr>
284+
285+
<tr>
286+
<td align="center"><code>facebook</code></td>
287+
<td>
288+
<img src="https://github-readme-tech-stack.vercel.app/api/cards?theme=facebook&title=facebook&lineCount=1&line1=typescript,typescript,auto;express,express.js,61DAFB">
289+
</td>
290+
</tr>
263291
</table>

src/cards/themes.ts

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -228,6 +228,30 @@ themes.set("0l1v3rr", {
228228
titleColor: "#FF4747",
229229
badgeColor: "#10151F",
230230
});
231+
themes.set("discord", {
232+
backgroundColor: "#202226",
233+
borderColor: "#2f3137",
234+
titleColor: "#5865f2",
235+
badgeColor: "#2f3137",
236+
});
237+
themes.set("facebook", {
238+
backgroundColor: "#1a191e",
239+
borderColor: "#2a292e",
240+
titleColor: "#1771e6",
241+
badgeColor: "#2a292e",
242+
});
243+
themes.set("gruvbox", {
244+
backgroundColor: "#232323",
245+
borderColor: "#303030",
246+
titleColor: "#fabe2b",
247+
badgeColor: "#303030",
248+
});
249+
themes.set("nord", {
250+
backgroundColor: "#2a313e",
251+
borderColor: "#343C4D",
252+
titleColor: "#82a2c2",
253+
badgeColor: "#343C4D",
254+
});
231255

232256
/**
233257
* Searches for the specified theme in the themes map.

0 commit comments

Comments
 (0)