This commit is contained in:
tTh 2024-01-28 00:06:11 +01:00
parent 5b525f5949
commit 7bf219d77c
1 changed files with 2 additions and 2 deletions

View File

@ -20,11 +20,11 @@ BEGIN {
color = "Cyan" color = "Cyan"
if (age < 2) color = "Yellow" if (age < 2) color = "Yellow"
if (merged) { if (merged) {
if (age > 12) color = "Orange" if (age > 120) color = "Orange"
else color = "Red" else color = "Red"
} }
else { else {
if (age > 12) color = "CadetBlue" if (age > 120) color = "Black"
else color = "Aquamarine" else color = "Aquamarine"
} }