setLightColors static method

void setLightColors(
  1. CoderColor colors
)

Replace light colors dynamically (e.g. custom themes)

Implementation

static void setLightColors(CoderColor colors) => _lightColors = colors;