Skip to content

Commit 9456c27

Browse files
committed
themes: edit the cyberpunk theme and add it to the README
1 parent 0aeaebf commit 9456c27

File tree

2 files changed

+11
-4
lines changed

2 files changed

+11
-4
lines changed

docs/THEMES.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -309,4 +309,11 @@ If you have a cool new theme in mind, or add one for yourself and others, please
309309
<img src="https://github-readme-tech-stack.vercel.app/api/cards?theme=solarized_dark&title=solarized_dark&lineCount=1&line1=typescript,typescript,auto;express,express.js,61DAFB">
310310
</td>
311311
</tr>
312+
313+
<tr>
314+
<td align="center"><code>cyberpunk</code></td>
315+
<td>
316+
<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">
317+
</td>
318+
</tr>
312319
</table>

src/cards/themes.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -175,10 +175,10 @@ themes.set("levike", {
175175
badgeColor: "393E46",
176176
});
177177
themes.set("cyberpunk", {
178-
backgroundColor: "#ae0640",
179-
borderColor: "#000000",
180-
titleColor: "#de6a8d",
181-
badgeColor: "#9a437b",
178+
backgroundColor: "#0a0b0e",
179+
borderColor: "#ff0055",
180+
titleColor: "#ff0055",
181+
badgeColor: "#330716",
182182
});
183183
themes.set("catppuccin_latte", {
184184
backgroundColor: "#eff1f5",

0 commit comments

Comments
 (0)