light

@Composable
fun CheckboxStyle.Companion.light(colors: CheckboxColors = CheckboxColors.light(), metrics: CheckboxMetrics = CheckboxMetrics.defaults(), icons: CheckboxIcons = CheckboxIcons.light()): CheckboxStyle
@Composable
fun CheckboxColors.Companion.light(content: Color = Color.Unspecified, contentDisabled: Color = IntUiLightTheme.colors.gray(8), contentSelected: Color = content): CheckboxColors
@Composable
fun CheckboxIcons.Companion.light(checkbox: IconKey = PathIconKey(path = "com/intellij/ide/ui/laf/icons/intellij/checkBox.svg", iconClass = CheckboxIcons::class.java)): CheckboxIcons
@Composable
fun ChipStyle.Companion.light(colors: ChipColors = ChipColors.light(), metrics: ChipMetrics = ChipMetrics.defaults()): ChipStyle
@Composable
fun ChipColors.Companion.light(background: Brush = SolidColor(IntUiLightTheme.colors.gray(14)), backgroundDisabled: Brush = SolidColor(IntUiLightTheme.colors.gray(12)), backgroundFocused: Brush = background, backgroundPressed: Brush = SolidColor(IntUiLightTheme.colors.gray(11)), backgroundHovered: Brush = background, backgroundSelected: Brush = SolidColor(IntUiLightTheme.colors.gray(13)), backgroundSelectedDisabled: Brush = backgroundDisabled, backgroundSelectedFocused: Brush = backgroundSelected, backgroundSelectedPressed: Brush = backgroundPressed, backgroundSelectedHovered: Brush = backgroundSelected, content: Color = IntUiLightTheme.colors.gray(1), contentDisabled: Color = IntUiLightTheme.colors.gray(8), contentFocused: Color = content, contentPressed: Color = content, contentHovered: Color = content, contentSelected: Color = content, contentSelectedDisabled: Color = contentDisabled, contentSelectedFocused: Color = content, contentSelectedPressed: Color = content, contentSelectedHovered: Color = content, border: Color = IntUiLightTheme.colors.gray(9), borderDisabled: Color = IntUiLightTheme.colors.gray(11), borderFocused: Color = IntUiLightTheme.colors.blue(4), borderPressed: Color = IntUiLightTheme.colors.gray(7), borderHovered: Color = IntUiLightTheme.colors.gray(8), borderSelected: Color = IntUiLightTheme.colors.blue(4), borderSelectedDisabled: Color = borderDisabled, borderSelectedFocused: Color = borderSelected, borderSelectedPressed: Color = borderSelected, borderSelectedHovered: Color = borderSelected): ChipColors
fun CircularProgressStyle.Companion.light(frameTime: Duration = 125.milliseconds, color: Color = Color(0xFFA8ADBD)): CircularProgressStyle
@Composable
fun DividerStyle.Companion.light(color: Color = IntUiLightTheme.colors.gray(12), metrics: DividerMetrics = DividerMetrics.defaults()): DividerStyle
@Composable
fun GroupHeaderStyle.Companion.light(colors: GroupHeaderColors = GroupHeaderColors.light(), metrics: GroupHeaderMetrics = GroupHeaderMetrics.defaults()): GroupHeaderStyle
@Composable
fun GroupHeaderColors.Companion.light(divider: Color = IntUiLightTheme.colors.gray(12)): GroupHeaderColors
@Composable
fun HorizontalProgressBarStyle.Companion.light(colors: HorizontalProgressBarColors = HorizontalProgressBarColors.light(), metrics: HorizontalProgressBarMetrics = HorizontalProgressBarMetrics.defaults(), indeterminateCycleDuration: Duration = 800.milliseconds): HorizontalProgressBarStyle
@Composable
fun HorizontalProgressBarColors.Companion.light(track: Color = IntUiLightTheme.colors.gray(11), progress: Color = IntUiLightTheme.colors.blue(4), indeterminateBase: Color = IntUiLightTheme.colors.blue(9), indeterminateHighlight: Color = IntUiLightTheme.colors.blue(4)): HorizontalProgressBarColors
@Composable
fun IconButtonStyle.Companion.light(colors: IconButtonColors = IconButtonColors.light(), metrics: IconButtonMetrics = IconButtonMetrics.defaults()): IconButtonStyle
@Composable
fun IconButtonColors.Companion.light(foregroundSelectedActivated: Color = IntUiLightTheme.colors.gray(14), background: Color = Color.Unspecified, backgroundDisabled: Color = background, backgroundSelected: Color = IntUiLightTheme.colors.gray(11), backgroundSelectedActivated: Color = IntUiLightTheme.colors.blue(4), backgroundPressed: Color = IntUiLightTheme.colors.gray(11), backgroundHovered: Color = IntUiLightTheme.colors.gray(12), backgroundFocused: Color = backgroundHovered, border: Color = background, borderDisabled: Color = backgroundDisabled, borderSelected: Color = backgroundSelected, borderSelectedActivated: Color = backgroundSelectedActivated, borderFocused: Color = backgroundFocused, borderPressed: Color = backgroundPressed, borderHovered: Color = backgroundHovered): IconButtonColors
@Composable
fun LazyTreeStyle.Companion.light(colors: LazyTreeColors = LazyTreeColors.light(), metrics: LazyTreeMetrics = LazyTreeMetrics.defaults(), icons: LazyTreeIcons = LazyTreeIcons.defaults()): LazyTreeStyle
@Composable
fun LazyTreeColors.Companion.light(content: Color = Color.Unspecified, contentFocused: Color = content, contentSelected: Color = content, contentSelectedFocused: Color = content, nodeBackgroundFocused: Color = Color.Unspecified, nodeBackgroundSelected: Color = IntUiLightTheme.colors.gray(11), nodeBackgroundSelectedFocused: Color = IntUiLightTheme.colors.blue(11)): LazyTreeColors
fun LinkStyle.Companion.light(colors: LinkColors = LinkColors.light(), metrics: LinkMetrics = LinkMetrics.defaults(), icons: LinkIcons = LinkIcons.defaults(), underlineBehavior: LinkUnderlineBehavior = LinkUnderlineBehavior.ShowOnHover): LinkStyle
fun LinkColors.Companion.light(content: Color = IntUiLightTheme.colors.blue(2), contentDisabled: Color = IntUiLightTheme.colors.gray(8), contentFocused: Color = content, contentPressed: Color = content, contentHovered: Color = content, contentVisited: Color = content): LinkColors
@Composable
fun MenuStyle.Companion.light(colors: MenuColors = MenuColors.light(), metrics: MenuMetrics = MenuMetrics.defaults(), icons: MenuIcons = MenuIcons.defaults()): MenuStyle
@Composable
fun MenuColors.Companion.light(background: Color = IntUiLightTheme.colors.gray(14), border: Color = IntUiLightTheme.colors.gray(9), shadow: Color = Color(0x78919191), itemColors: MenuItemColors = MenuItemColors.light()): MenuColors
@Composable
fun MenuItemColors.Companion.light(background: Color = IntUiLightTheme.colors.gray(14), backgroundDisabled: Color = IntUiLightTheme.colors.gray(14), backgroundFocused: Color = IntUiLightTheme.colors.blue(11), backgroundPressed: Color = background, backgroundHovered: Color = backgroundFocused, content: Color = IntUiLightTheme.colors.gray(1), contentDisabled: Color = IntUiLightTheme.colors.gray(8), contentFocused: Color = content, contentPressed: Color = content, contentHovered: Color = content, iconTint: Color = IntUiLightTheme.colors.gray(7), iconTintDisabled: Color = iconTint, iconTintFocused: Color = iconTint, iconTintPressed: Color = iconTint, iconTintHovered: Color = iconTint, keybindingTint: Color = IntUiLightTheme.colors.gray(8), keybindingTintDisabled: Color = keybindingTint, keybindingTintFocused: Color = IntUiLightTheme.colors.gray(1), keybindingTintPressed: Color = keybindingTintFocused, keybindingTintHovered: Color = keybindingTintFocused, separator: Color = IntUiLightTheme.colors.gray(12)): MenuItemColors
@Composable
fun RadioButtonStyle.Companion.light(colors: RadioButtonColors = RadioButtonColors.light(), metrics: RadioButtonMetrics = RadioButtonMetrics.defaults(), icons: RadioButtonIcons = RadioButtonIcons.light()): RadioButtonStyle
@Composable
fun RadioButtonColors.Companion.light(content: Color = Color.Unspecified, contentHovered: Color = content, contentDisabled: Color = IntUiLightTheme.colors.gray(8), contentSelected: Color = content, contentSelectedHovered: Color = content, contentSelectedDisabled: Color = contentDisabled): RadioButtonColors
fun RadioButtonIcons.Companion.light(radioButton: IconKey = PathIconKey(path = "com/intellij/ide/ui/laf/icons/intellij/radio.svg", iconClass = RadioButtonIcons::class.java)): RadioButtonIcons
fun ScrollbarStyle.Companion.light(): ScrollbarStyle
@Composable
fun SegmentedControlButtonStyle.Companion.light(colors: SegmentedControlButtonColors = SegmentedControlButtonColors.light(), metrics: SegmentedControlButtonMetrics = SegmentedControlButtonMetrics.defaults()): SegmentedControlButtonStyle
@Composable
fun SegmentedControlButtonColors.Companion.light(background: Brush = SolidColor(Color.Transparent), backgroundPressed: Brush = SolidColor(IntUiLightTheme.colors.gray(14)), backgroundHovered: Brush = SolidColor(IntUiLightTheme.colors.gray(1).copy(alpha = .07f)), backgroundSelected: Brush = SolidColor(IntUiLightTheme.colors.gray(14)), backgroundSelectedFocused: Brush = SolidColor(IntUiLightTheme.colors.blue(11)), content: Color = IntUiLightTheme.colors.gray(1), contentDisabled: Color = IntUiLightTheme.colors.gray(8), border: Brush = SolidColor(Color.Transparent), borderSelected: Brush = SolidColor(IntUiLightTheme.colors.gray(8)), borderSelectedDisabled: Brush = SolidColor(IntUiLightTheme.colors.gray(9)), borderSelectedFocused: Brush = SolidColor(IntUiLightTheme.colors.gray(14))): SegmentedControlButtonColors
@Composable
fun SegmentedControlStyle.Companion.light(colors: SegmentedControlColors = SegmentedControlColors.light(), metrics: SegmentedControlMetrics = SegmentedControlMetrics.defaults()): SegmentedControlStyle
@Composable
fun SegmentedControlColors.Companion.light(border: Brush = SolidColor(IntUiLightTheme.colors.gray(9)), borderDisabled: Brush = SolidColor(IntUiLightTheme.colors.gray(11)), borderFocused: Brush = SolidColor(Color.Transparent), borderPressed: Brush = border, borderHovered: Brush = border): SegmentedControlColors
@Composable
fun SliderStyle.Companion.light(colors: SliderColors = SliderColors.light(), metrics: SliderMetrics = SliderMetrics.defaults(), thumbShape: Shape = CircleShape): SliderStyle
@Composable
fun SliderColors.Companion.light(track: Color = IntUiLightTheme.colors.gray(10), trackFilled: Color = IntUiLightTheme.colors.blue(6), trackDisabled: Color = IntUiLightTheme.colors.gray(12), trackFilledDisabled: Color = IntUiLightTheme.colors.gray(11), stepMarker: Color = track, thumbFill: Color = IntUiLightTheme.colors.gray(14), thumbFillDisabled: Color = thumbFill, thumbFillFocused: Color = thumbFill, thumbFillPressed: Color = thumbFill, thumbFillHovered: Color = thumbFill, thumbBorder: Color = IntUiLightTheme.colors.gray(8), thumbBorderFocused: Color = IntUiLightTheme.colors.blue(4), thumbBorderDisabled: Color = IntUiLightTheme.colors.gray(11), thumbBorderPressed: Color = IntUiLightTheme.colors.gray(7), thumbBorderHovered: Color = IntUiLightTheme.colors.gray(9)): SliderColors
@Composable
fun TextAreaStyle.Companion.light(colors: TextAreaColors = TextAreaColors.light(), metrics: TextAreaMetrics = TextAreaMetrics.defaults()): TextAreaStyle
@Composable
fun TextAreaColors.Companion.light(background: Color = IntUiLightTheme.colors.gray(14), backgroundDisabled: Color = Color.Unspecified, backgroundFocused: Color = background, backgroundPressed: Color = background, backgroundHovered: Color = background, content: Color = IntUiLightTheme.colors.gray(1), contentDisabled: Color = IntUiLightTheme.colors.gray(8), contentFocused: Color = content, contentPressed: Color = content, contentHovered: Color = content, border: Color = IntUiLightTheme.colors.gray(9), borderDisabled: Color = IntUiLightTheme.colors.gray(11), borderFocused: Color = IntUiLightTheme.colors.blue(4), borderPressed: Color = border, borderHovered: Color = border, caret: Color = IntUiLightTheme.colors.gray(1), caretDisabled: Color = caret, caretFocused: Color = caret, caretPressed: Color = caret, caretHovered: Color = caret, placeholder: Color = IntUiLightTheme.colors.gray(8)): TextAreaColors
@Composable
fun TextFieldStyle.Companion.light(colors: TextFieldColors = TextFieldColors.light(), metrics: TextFieldMetrics = TextFieldMetrics.defaults()): TextFieldStyle
@Composable
fun TextFieldColors.Companion.light(background: Color = IntUiLightTheme.colors.gray(14), backgroundDisabled: Color = Color.Unspecified, backgroundFocused: Color = background, backgroundPressed: Color = background, backgroundHovered: Color = background, content: Color = IntUiLightTheme.colors.gray(1), contentDisabled: Color = IntUiLightTheme.colors.gray(8), contentFocused: Color = content, contentPressed: Color = content, contentHovered: Color = content, border: Color = IntUiLightTheme.colors.gray(9), borderDisabled: Color = IntUiLightTheme.colors.gray(11), borderFocused: Color = IntUiLightTheme.colors.blue(4), borderPressed: Color = border, borderHovered: Color = border, caret: Color = IntUiLightTheme.colors.gray(1), caretDisabled: Color = caret, caretFocused: Color = caret, caretPressed: Color = caret, caretHovered: Color = caret, placeholder: Color = IntUiLightTheme.colors.gray(8)): TextFieldColors
@Composable
fun TooltipStyle.Companion.light(intUiTooltipColors: TooltipColors = TooltipColors.light(), intUiTooltipMetrics: TooltipMetrics = TooltipMetrics.defaults()): TooltipStyle
@Composable
fun TooltipColors.Companion.light(backgroundColor: Color = IntUiLightTheme.colors.gray(2), contentColor: Color = IntUiLightTheme.colors.gray(12), borderColor: Color = backgroundColor, shadow: Color = Color(0x78919191)): TooltipColors