Searched refs:kColorEnabled (Results 1 – 3 of 3) sorted by relevance
27 static constexpr teeui::Color kColorEnabled = 0xff242120; variable
45 ctx->template setParam<ColorButtonBG>(kColorEnabled); in updateColorScheme()49 ctx->template setParam<ColorText>(kColorEnabled); in updateColorScheme()
229 color = inverted_ ? kColorEnabledInv : kColorEnabled; in showInstructions()