Skip to content

Commit a2a3c21

Browse files
committed
themes.ts: add a new theme
1 parent 0b4930d commit a2a3c21

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

docs/THEMES.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -316,4 +316,11 @@ If you have a cool new theme in mind, or want to add one for yourself and others
316316
<img src="https://github-readme-tech-stack.vercel.app/api/cards?theme=cyberpunk&title=cyberpunk&lineCount=1&line1=typescript,typescript,auto;express,express.js,61DAFB">
317317
</td>
318318
</tr>
319+
320+
<tr>
321+
<td align="center"><code>tailwindcss</code></td>
322+
<td>
323+
<img src="https://github-readme-tech-stack.vercel.app/api/cards?theme=tailwindcss&title=tailwindcss&lineCount=1&line1=typescript,typescript,auto;express,express.js,61DAFB">
324+
</td>
325+
</tr>
319326
</table>

src/cards/themes.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -270,6 +270,12 @@ themes.set("solarized_dark", {
270270
titleColor: "#268BD2",
271271
badgeColor: "#062C36",
272272
});
273+
themes.set("tailwindcss", {
274+
backgroundColor: "#0f172a",
275+
borderColor: "#1e293b",
276+
titleColor: "#38bdf8",
277+
badgeColor: "#1e293b",
278+
});
273279

274280
/**
275281
* Searches for the specified theme in the themes map.

0 commit comments

Comments
 (0)