Skip to content

Commit 0db639b

Browse files
committed
Update colors
1 parent eedb0d1 commit 0db639b

File tree

1 file changed

+11
-9
lines changed

1 file changed

+11
-9
lines changed

pages/index.js

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,19 @@ import React from 'react'
55
const width = 500
66

77
const colors = [
8-
'#ffd600',
9-
'#00c853',
10-
'#aa00ff',
11-
'#d50000',
12-
'#ff6d00',
13-
'#c51162',
14-
'#212121',
15-
'#263238'
8+
'#4CDC00',
9+
'#FDD401',
10+
'#DB7D1B',
11+
'#DD2C2C',
12+
'#EE519F',
13+
'#AC32AF',
14+
'#314FFF',
15+
'#0EC5EC',
16+
'#131313',
17+
'#E9E9E9'
1618
]
1719

18-
const thresholds = [0, 0, 5, 30, 90, 150, 230, 280]
20+
const thresholds = [0, 0, 5, 30, 90, 150, 230, 280, 350, 450]
1921

2022
var dotsId = 0
2123

0 commit comments

Comments
 (0)