tweaking
This commit is contained in:
parent
5b525f5949
commit
7bf219d77c
@ -20,11 +20,11 @@ BEGIN {
|
||||
color = "Cyan"
|
||||
if (age < 2) color = "Yellow"
|
||||
if (merged) {
|
||||
if (age > 12) color = "Orange"
|
||||
if (age > 120) color = "Orange"
|
||||
else color = "Red"
|
||||
}
|
||||
else {
|
||||
if (age > 12) color = "CadetBlue"
|
||||
if (age > 120) color = "Black"
|
||||
else color = "Aquamarine"
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user