Changes

m
no edit summary
Line 134: Line 134:  
     if self._args["text_only"] then
 
     if self._args["text_only"] then
 
         table.insert(self._rows, format{self._ship_text_template,
 
         table.insert(self._rows, format{self._ship_text_template,
             bg_color = self._ship_card_bg,
+
             bg_color = self._equip_bg,
 
             ship_name = ship:name() or "No Name Given",
 
             ship_name = ship:name() or "No Name Given",
 
         })
 
         })
48

edits