| 60 | std::string prefFont = getPreference(&preferences, TCRUNCHER_PREF_GRID_TEXT_FONT, TCRUNCHER_FALLBACK_FONT); |
| 61 | |
| 62 | struct My_Fl_Button::buttonColorStruct colorsDefaultButton; |
| 63 | colorsDefaultButton.background = ColorThemes::getColor(prefTheme, "button_bg"); |
| 64 | colorsDefaultButton.label = ColorThemes::getColor(prefTheme, "button_text"); |
| 65 | colorsDefaultButton.border = ColorThemes::getColor(prefTheme, "button_border"); |
nothing calls this directly
no outgoing calls
no test coverage detected