Changes

m
test 5
Line 253: Line 253:  
if note.highlight == "outstanding" then
 
if note.highlight == "outstanding" then
 
bg_color = self._outstanding_stat_color
 
bg_color = self._outstanding_stat_color
color = self._black
+
text_color = self._black
 
elseif note.highlight == "good" then
 
elseif note.highlight == "good" then
 
bg_color = self._good_stat_color
 
bg_color = self._good_stat_color
color = _black
+
text_color = _black
 
elseif note.highlight == "bad" then
 
elseif note.highlight == "bad" then
 
bg_color = self._bad_stat_color
 
bg_color = self._bad_stat_color
35,455

edits