Skip to content

Commit 07c63e0

Browse files
authored
Merge pull request 0l1v3rr#467 from rahulkumarpahwa/master
created new theme postman
2 parents 1082fd0 + 9d04fac commit 07c63e0

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

docs/THEMES.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -343,4 +343,10 @@ If you have a cool new theme in mind, or want to add one for yourself and others
343343
<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">
344344
</td>
345345
</tr>
346+
<tr>
347+
<td align="center"><code>Postman</code></td>
348+
<td>
349+
<img src="https://github-readme-tech-stack.vercel.app/api/cards?title=Postman&lineCount=1&bg=%23212121&badge=%23e05320&border=%23e05320&titleColor=%23ffffff&line1=typescript%2Ctypescript%2C3fd6e6%3Bexpress%2CExpress.js%2C3fd6e6%3B">
350+
</td>
351+
</tr>
346352
</table>

src/const/themes.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -299,6 +299,12 @@ themes.set("slack", {
299299
borderColor: "#3e1043",
300300
titleColor: "#d8e7f8",
301301
badgeColor: "#7d3986",
302+
});
303+
themes.set("postman", {
304+
backgroundColor: "#212121",
305+
borderColor: "#0265d2",
306+
titleColor: "#ffffff",
307+
badgeColor: "#e05320",
302308
});
303309
/**
304310
* Searches for the specified theme in the themes map.

0 commit comments

Comments
 (0)