Skip to content

Commit 658ed89

Browse files
created slack in Themes.md
1 parent dd59240 commit 658ed89

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

docs/THEMES.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -337,4 +337,10 @@ If you have a cool new theme in mind, or want to add one for yourself and others
337337
<img src="https://github-readme-tech-stack.vercel.app/api/cards?lineCount=1&bg=%23211f27&badge=%233b3a44&border=%23b9b9c0&titleColor=%2385bef7&line1=node.js,node.js,auto;typescript,typescript,auto;express,express.js,auto">
338338
</td>
339339
</tr>
340-
</table>
340+
<tr>
341+
<td align="center"><code>slack</code></td>
342+
<td>
343+
<img src="https://github-readme-tech-stack.vercel.app/api/cards?title=slack&lineCount=1&bg=%232a072c&badge=%237d3986&border=%233e1043&titleColor=%23d8e7f8&line1=typescript%2CTYPESCRIPT%2C3178c6%3Bexpress%2CEXPRESS.JS%2C4f9cb6%3B">
344+
</td>
345+
</tr>
346+
</table>

src/const/themes.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
import { type Theme } from "@/types";
22

3-
43
/**
54
* This `Map` stores all the themes that are currently available.
65
* In order to add a new theme, use the `set` method.
@@ -308,4 +307,4 @@ themes.set("slack", {
308307
*/
309308
export const getThemeByName = (name: string): Theme => {
310309
return themes.get(name.toLowerCase()) ?? Array.from(themes).at(0)![1];
311-
};
310+
};

0 commit comments

Comments
 (0)