fun GlobalColors.Companion.light(borders: BorderColors = BorderColors.light(), outlines: OutlineColors = OutlineColors.light(), infoContent: Color = IntUiLightTheme.colors.grey(7), paneBackground: Color = IntUiLightTheme.colors.grey(13)): GlobalColors
@Composable
fun BorderColors.Companion.light(normal: Color = IntUiLightTheme.colors.grey(9), focused: Color = IntUiLightTheme.colors.grey(14), disabled: Color = IntUiLightTheme.colors.grey(11)): BorderColors
@Composable
fun OutlineColors.Companion.light(focused: Color = IntUiLightTheme.colors.blue(4), focusedWarning: Color = IntUiLightTheme.colors.yellow(4), focusedError: Color = IntUiLightTheme.colors.red(4), warning: Color = IntUiLightTheme.colors.yellow(7), error: Color = IntUiLightTheme.colors.red(9)): OutlineColors