better blue for entries
This commit is contained in:
@@ -222,7 +222,7 @@
|
|||||||
(map (m.activeDailyEntries) makeText)
|
(map (m.activeDailyEntries) makeText)
|
||||||
(set entryWindow.textColor FlxColor.GREEN)
|
(set entryWindow.textColor FlxColor.GREEN)
|
||||||
(map (m.activeMonthlyEntries) makeText)
|
(map (m.activeMonthlyEntries) makeText)
|
||||||
(set entryWindow.textColor FlxColor.BLUE)
|
(set entryWindow.textColor FlxColor.CYAN)
|
||||||
(map (m.activeIntervalEntries) makeText)
|
(map (m.activeIntervalEntries) makeText)
|
||||||
(set entryWindow.textColor FlxColor.WHITE)
|
(set entryWindow.textColor FlxColor.WHITE)
|
||||||
(map (m.activeBonusEntries) makeText)
|
(map (m.activeBonusEntries) makeText)
|
||||||
|
|||||||
Reference in New Issue
Block a user