Skip to content

Commit

Permalink
Update themes.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
DenverCoder1 committed Feb 19, 2021
1 parent 800434a commit 0758142
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions styles/themes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,14 @@ export const selectColors = (queryString: string): colors => {
lineColor: 'f4e23d',
pointColor: 'f4e7e7',
};
case 'react-dark':
return {
bgColor: '0d1117',
borderColor: 'ffffff',
color: '5bcdec',
lineColor: '5bcdec',
pointColor: 'ffffff',
};
default:
return {
bgColor: 'ffcfe9',
Expand Down

0 comments on commit 0758142

Please sign in to comment.