diff --git a/THEMES.md b/THEMES.md
index 7b8e1cf..3459728 100644
--- a/THEMES.md
+++ b/THEMES.md
@@ -13,3 +13,4 @@
| **minimal** | |
|**material-palenight**||
|**green**||
+|**gotham**||
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 @@
+
+
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',