better blue for entries

This commit is contained in:
2022-08-19 21:20:30 +00:00
parent 5d50a672d9
commit c6f3e22ab4

View File

@@ -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)