this repo has no description

add font color to config color values

voigt.tngl.sh d4c03ee3 a91721db

verified
+6
+6
screen_config.go
··· 224 224 fontColor, 225 225 ) 226 226 currentLabel := item.label(item.values[item.selectedIdx]) 227 + 228 + // if value is a color value, use it as the font color 229 + if _, ok := item.values[item.selectedIdx].(ff.Color); ok { 230 + fontColor = item.values[item.selectedIdx].(ff.Color) 231 + } 232 + 227 233 ff.DrawText( 228 234 currentLabel, 229 235 FONT,