Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 489734e

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

File tree

1 file changed

+11
-1
lines changed
Filter options

1 file changed

+11
-1
lines changed

‎v2/public/assest/js/index.js

Copy file name to clipboardExpand all lines: v2/public/assest/js/index.js
+11-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.