colors property

CoderColor get colors

Get the current color set based on theme mode

Implementation

static CoderColor get colors => _isDark ? _darkColors : _lightColors;