Fix the purple frame's color :)

This commit is contained in:
Joanna Rutkowska 2010-05-07 14:28:28 +02:00
parent eace0c9aac
commit d7011a6ddb

View File

@ -112,7 +112,7 @@ QubesVmLabels = {
"yellow" : QubesVmLabel ("yellow"), "yellow" : QubesVmLabel ("yellow"),
"orange" : QubesVmLabel ("orange"), "orange" : QubesVmLabel ("orange"),
"red" : QubesVmLabel ("red"), "red" : QubesVmLabel ("red"),
"purple" : QubesVmLabel ("purple"), "purple" : QubesVmLabel ("purple", color="0xb83374"),
"green" : QubesVmLabel ("green", color="0x5fa05e"), "green" : QubesVmLabel ("green", color="0x5fa05e"),
"blue" : QubesVmLabel ("blue"), "blue" : QubesVmLabel ("blue"),
"gray" : QubesVmLabel ("gray"), "gray" : QubesVmLabel ("gray"),