auto-git:
[change] renderer.js
This commit is contained in:
@@ -314,7 +314,8 @@ let countdownInterval = null;
|
|||||||
function getCommitColor(commitCount) {
|
function getCommitColor(commitCount) {
|
||||||
const stops = [
|
const stops = [
|
||||||
{ c: 0, color: [127, 127, 127] },
|
{ c: 0, color: [127, 127, 127] },
|
||||||
{ c: 10, color: [60, 230, 100] },
|
{ c: 5, color: [127, 127, 127] },
|
||||||
|
{ c: 20, color: [60, 230, 100] },
|
||||||
{ c: 50, color: [100, 180, 255] },
|
{ c: 50, color: [100, 180, 255] },
|
||||||
{ c: 100, color: [180, 120, 255] },
|
{ c: 100, color: [180, 120, 255] },
|
||||||
{ c: 500, color: [255, 180, 60] }
|
{ c: 500, color: [255, 180, 60] }
|
||||||
|
|||||||
Reference in New Issue
Block a user