Skip to content

Commit

Permalink
Merge pull request #84 from sreyan-ghosh/add-gotham-theme
Browse files Browse the repository at this point in the history
added gotham theme (ref: #25)
  • Loading branch information
Kshitij978 authored Oct 2, 2021
2 parents df68d84 + 7c86615 commit 6c5fb58
Show file tree
Hide file tree
Showing 3 changed files with 185 additions and 0 deletions.
1 change: 1 addition & 0 deletions THEMES.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,4 @@
| **minimal** | <img src="./asset/minimal.png" height=250 alt="graph"/> |
|**material-palenight**|<img src="./asset/material-palenight.svg" height=250 alt="graph"/>|
|**green**|<img src="./asset/green.png" height=250 alt="graph"/>|
|**gotham**|<img src="./asset/gotham.svg" height=250 alt="graph"/>|
175 changes: 175 additions & 0 deletions asset/gotham.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 9 additions & 0 deletions styles/themes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 6c5fb58

Please sign in to comment.