Skip to content

Commit 489734e

Browse files
committed
v2.1.2-2 some more color added for bullet
1 parent cfb4c52 commit 489734e

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

v2/public/assest/js/index.js

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,17 @@ function generateRandomColor() {
2020
"#64bfa4",
2121
"#cf9fa9",
2222
"#d6fffa",
23-
"#99ffd6"
23+
"#99ffd6",
24+
"#A7FFEB",
25+
"#FBBC04",
26+
"#E6C9A8",
27+
"#E8EAED",
28+
"#F28B82",
29+
"#fff475",
30+
"#ccff90",
31+
"#a7ffeb",
32+
"#fdcfe8",
33+
"#d7aefb"
2434
];
2535
var randome_index = Math.floor(Math.random() * color_collection.length);
2636
return color_collection[randome_index];

0 commit comments

Comments
 (0)