From b11bb34c96c3006737af814210a4e6fbd4d0bf2e Mon Sep 17 00:00:00 2001
From: Sreyan Ghosh <60854658+sreyan-ghosh@users.noreply.github.com>
Date: Sat, 2 Oct 2021 08:20:53 +0000
Subject: [PATCH 1/4] added gotham theme
---
package-lock.json | 2 +-
styles/themes.ts | 9 +++++++++
2 files changed, 10 insertions(+), 1 deletion(-)
diff --git a/package-lock.json b/package-lock.json
index 457f43d..87d55c0 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -5572,7 +5572,7 @@
"requires": {
"@panosoft/ramda-utils": "^0.2.8",
"brfs": "^1.4.3",
- "chartist": "^0.11.4",
+ "chartist": "^0.11.0",
"chartist-plugin-axistitle": "0.0.1",
"co": "^4.6.0",
"is_js": "^0.9.0",
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',
From b99caf326013924952caa2585b396d734ada2537 Mon Sep 17 00:00:00 2001
From: Sreyan Ghosh <60854658+sreyan-ghosh@users.noreply.github.com>
Date: Sat, 2 Oct 2021 10:59:43 +0000
Subject: [PATCH 2/4] reverted chartist to precommit
---
package-lock.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/package-lock.json b/package-lock.json
index 87d55c0..457f43d 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -5572,7 +5572,7 @@
"requires": {
"@panosoft/ramda-utils": "^0.2.8",
"brfs": "^1.4.3",
- "chartist": "^0.11.0",
+ "chartist": "^0.11.4",
"chartist-plugin-axistitle": "0.0.1",
"co": "^4.6.0",
"is_js": "^0.9.0",
From e78d3ccf002c3f4c7a3ffcfcd5657fe145d5ae4f Mon Sep 17 00:00:00 2001
From: Sreyan Ghosh <60854658+sreyan-ghosh@users.noreply.github.com>
Date: Sat, 2 Oct 2021 16:39:56 +0530
Subject: [PATCH 3/4] added gotham.svg (ref: #84)
---
asset/gotham.svg | 175 +++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 175 insertions(+)
create mode 100644 asset/gotham.svg
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 @@
+
+
From 7c866150e3e85fdafb9779106a1d5db855f336d0 Mon Sep 17 00:00:00 2001
From: Sreyan Ghosh <60854658+sreyan-ghosh@users.noreply.github.com>
Date: Sat, 2 Oct 2021 16:40:50 +0530
Subject: [PATCH 4/4] updated THEMES.md with gotham
---
THEMES.md | 1 +
1 file changed, 1 insertion(+)
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**||