colors property
CoderColor
get
colors
Get the current color set based on theme mode
Implementation
static CoderColor get colors => _isDark ? _darkColors : _lightColors;
Get the current color set based on theme mode
static CoderColor get colors => _isDark ? _darkColors : _lightColors;