diff --git a/itemcontroller.lua b/itemcontroller.lua index 1966ea2..0174655 100644 --- a/itemcontroller.lua +++ b/itemcontroller.lua @@ -373,7 +373,7 @@ local PAGES = { } for i=1,groupEntryListBudget do - local bgColor = (i % 2 == 0) and colors.gray or colors.black + local bgColor = (i % 2 == 0) and colors.lightGray or colors.black table.insert( entries, List:new{ @@ -388,7 +388,8 @@ local PAGES = { }, Text:new{ id = GroupEntryID.COUNT, - bgColor = bgColor + bgColor = bgColor, + fgColor = colors.black } } }