diff --git a/THEMES.md b/THEMES.md index 7b8e1cf..3459728 100644 --- a/THEMES.md +++ b/THEMES.md @@ -13,3 +13,4 @@ | **minimal** | graph | |**material-palenight**|graph| |**green**|graph| +|**gotham**|graph| diff --git a/asset/gotham.svg b/asset/gotham.svg new file mode 100644 index 0000000..2d3094a --- /dev/null +++ b/asset/gotham.svg @@ -0,0 +1,175 @@ + + + + + + + +

+ Sreyan Ghosh's Contribution Graph +

+
+ Sep 2Sep 3Sep 4Sep 5Sep 6Sep 7Sep 8Sep 9Sep 10Sep 11Sep 12Sep 13Sep 14Sep 15Sep 16Sep 17Sep 18Sep 19Sep 20Sep 21Sep 22Sep 23Sep 24Sep 25Sep 26Sep 27Sep 28Sep 29Sep 30Oct 1Oct 20246810121416DatesContributions +
diff --git a/styles/themes.ts b/styles/themes.ts index 21ac3be..27c489f 100644 --- a/styles/themes.ts +++ b/styles/themes.ts @@ -29,6 +29,15 @@ export const selectColors = (queryString: string): colors => { lineColor: '9ecbff', pointColor: 'f97583', }; + case 'gotham': + return { + areaColor: '2aa889', + bgColor: '0c1014', + borderColor: '2aa889', + color: '2aa889', + lineColor: '599cab', + pointColor: '99d1ce', + }; case 'rogue': return { areaColor: 'b18bb1',