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.grey(8), contentSelected: Color = content): CheckboxColors
@Composable
fun CheckboxIcons.Companion.light(checkbox: PainterProvider = standalonePainterProvider("com/intellij/ide/ui/laf/icons/intellij/checkBox.svg")): 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.grey(14)), backgroundDisabled: Brush = SolidColor(IntUiLightTheme.colors.grey(12)), backgroundFocused: Brush = background, backgroundPressed: Brush = SolidColor(IntUiLightTheme.colors.grey(13)), backgroundHovered: Brush = background, backgroundSelected: Brush = background, backgroundSelectedDisabled: Brush = backgroundDisabled, backgroundSelectedFocused: Brush = background, backgroundSelectedPressed: Brush = background, backgroundSelectedHovered: Brush = background, content: Color = IntUiLightTheme.colors.grey(1), contentDisabled: Color = IntUiLightTheme.colors.grey(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.grey(9), borderDisabled: Color = IntUiLightTheme.colors.grey(6), borderFocused: Color = IntUiLightTheme.colors.blue(4), borderPressed: Color = IntUiLightTheme.colors.grey(7), borderHovered: Color = IntUiLightTheme.colors.grey(8), borderSelected: Color = IntUiLightTheme.colors.blue(4), borderSelectedDisabled: Color = borderSelected, 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.grey(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.grey(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.grey(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(background: Color = Color.Unspecified, backgroundDisabled: Color = background, backgroundFocused: Color = background, backgroundPressed: Color = IntUiLightTheme.colors.grey(11), backgroundHovered: Color = IntUiLightTheme.colors.grey(12), border: Color = background, borderDisabled: Color = border, borderFocused: Color = IntUiLightTheme.colors.blue(5), borderPressed: Color = backgroundPressed, borderHovered: Color = backgroundHovered): IconButtonColors
@Composable
fun LabelledTextFieldStyle.Companion.light(colors: LabelledTextFieldColors = LabelledTextFieldColors.light(), metrics: LabelledTextFieldMetrics = LabelledTextFieldMetrics.defaults(), textStyle: TextStyle = JewelTheme.defaultTextStyle, textStyles: LabelledTextFieldTextStyles = LabelledTextFieldTextStyles.light()): LabelledTextFieldStyle
@Composable
fun LabelledTextFieldColors.Companion.light(background: Color = IntUiLightTheme.colors.grey(14), backgroundDisabled: Color = IntUiLightTheme.colors.grey(13), backgroundFocused: Color = background, backgroundPressed: Color = background, backgroundHovered: Color = background, content: Color = IntUiLightTheme.colors.grey(1), contentDisabled: Color = IntUiLightTheme.colors.grey(8), contentFocused: Color = content, contentPressed: Color = content, contentHovered: Color = content, border: Color = IntUiLightTheme.colors.grey(9), borderDisabled: Color = IntUiLightTheme.colors.grey(11), borderFocused: Color = IntUiLightTheme.colors.blue(4), borderPressed: Color = border, borderHovered: Color = border, caret: Color = IntUiLightTheme.colors.grey(1), caretDisabled: Color = caret, caretFocused: Color = caret, caretPressed: Color = caret, caretHovered: Color = caret, placeholder: Color = IntUiLightTheme.colors.grey(8), label: Color = Color.Unspecified, hint: Color = IntUiLightTheme.colors.grey(6)): LabelledTextFieldColors
fun LabelledTextFieldTextStyles.Companion.light(label: TextStyle = JewelTheme.defaultTextStyle, hint: TextStyle = JewelTheme.defaultTextStyle.copy( fontSize = 12.sp, lineHeight = 16.sp, )): LabelledTextFieldTextStyles
@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.grey(11), nodeBackgroundSelectedFocused: Color = IntUiLightTheme.colors.blue(11)): LazyTreeColors
@Composable
fun LinkStyle.Companion.light(colors: LinkColors = LinkColors.light(), metrics: LinkMetrics = LinkMetrics.defaults(), icons: LinkIcons = LinkIcons.defaults(), textStyles: LinkTextStyles = LinkTextStyles.light()): LinkStyle
@Composable
fun LinkColors.Companion.light(content: Color = IntUiLightTheme.colors.blue(2), contentDisabled: Color = IntUiLightTheme.colors.grey(8), contentFocused: Color = content, contentPressed: Color = content, contentHovered: Color = content, contentVisited: Color = content): LinkColors
@Composable
fun LinkTextStyles.Companion.light(normal: TextStyle = JewelTheme.defaultTextStyle.copy(textDecoration = TextDecoration.Underline), disabled: TextStyle = JewelTheme.defaultTextStyle, focused: TextStyle = normal, pressed: TextStyle = normal, hovered: TextStyle = normal, visited: TextStyle = normal): LinkTextStyles
@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.grey(14), border: Color = IntUiLightTheme.colors.grey(9), shadow: Color = Color(0x78919191), itemColors: MenuItemColors = MenuItemColors.light()): MenuColors
@Composable
fun MenuItemColors.Companion.light(background: Color = IntUiLightTheme.colors.grey(14), backgroundDisabled: Color = IntUiLightTheme.colors.grey(14), backgroundFocused: Color = IntUiLightTheme.colors.blue(11), backgroundPressed: Color = background, backgroundHovered: Color = backgroundFocused, content: Color = IntUiLightTheme.colors.grey(1), contentDisabled: Color = IntUiLightTheme.colors.grey(8), contentFocused: Color = content, contentPressed: Color = content, contentHovered: Color = content, iconTint: Color = IntUiLightTheme.colors.grey(7), iconTintDisabled: Color = iconTint, iconTintFocused: Color = iconTint, iconTintPressed: Color = iconTint, iconTintHovered: Color = iconTint, separator: Color = IntUiLightTheme.colors.grey(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.grey(8), contentSelected: Color = content, contentSelectedHovered: Color = content, contentSelectedDisabled: Color = contentDisabled): RadioButtonColors
fun RadioButtonIcons.Companion.light(radioButton: PainterProvider = standalonePainterProvider("com/intellij/ide/ui/laf/icons/intellij/radio.svg")): RadioButtonIcons
@Composable
fun ScrollbarStyle.Companion.light(colors: ScrollbarColors = ScrollbarColors.light(), metrics: ScrollbarMetrics = ScrollbarMetrics.defaults(), hoverDuration: Duration = 300.milliseconds): ScrollbarStyle
@Composable
fun ScrollbarColors.Companion.light(thumbBackground: Color = Color(0x33000000), thumbBackgroundHovered: Color = Color(0x80000000)): ScrollbarColors
@Composable
fun TextAreaStyle.Companion.light(colors: TextAreaColors = TextAreaColors.light(), metrics: TextAreaMetrics = TextAreaMetrics.defaults(), textStyle: TextStyle = JewelTheme.defaultTextStyle): TextAreaStyle
@Composable
fun TextAreaColors.Companion.light(background: Color = IntUiLightTheme.colors.grey(14), backgroundDisabled: Color = IntUiLightTheme.colors.grey(13), backgroundFocused: Color = background, backgroundPressed: Color = background, backgroundHovered: Color = background, content: Color = IntUiLightTheme.colors.grey(1), contentDisabled: Color = IntUiLightTheme.colors.grey(8), contentFocused: Color = content, contentPressed: Color = content, contentHovered: Color = content, border: Color = IntUiLightTheme.colors.grey(9), borderDisabled: Color = IntUiLightTheme.colors.grey(11), borderFocused: Color = IntUiLightTheme.colors.blue(4), borderPressed: Color = border, borderHovered: Color = border, caret: Color = IntUiLightTheme.colors.grey(1), caretDisabled: Color = caret, caretFocused: Color = caret, caretPressed: Color = caret, caretHovered: Color = caret, placeholder: Color = IntUiLightTheme.colors.grey(8)): TextAreaColors
@Composable
fun TextFieldStyle.Companion.light(colors: TextFieldColors = TextFieldColors.light(), metrics: TextFieldMetrics = TextFieldMetrics.defaults(), textStyle: TextStyle = JewelTheme.defaultTextStyle): TextFieldStyle
@Composable
fun TextFieldColors.Companion.light(background: Color = IntUiLightTheme.colors.grey(14), backgroundDisabled: Color = IntUiLightTheme.colors.grey(13), backgroundFocused: Color = background, backgroundPressed: Color = background, backgroundHovered: Color = background, content: Color = IntUiLightTheme.colors.grey(1), contentDisabled: Color = IntUiLightTheme.colors.grey(8), contentFocused: Color = content, contentPressed: Color = content, contentHovered: Color = content, border: Color = IntUiLightTheme.colors.grey(9), borderDisabled: Color = IntUiLightTheme.colors.grey(11), borderFocused: Color = IntUiLightTheme.colors.blue(4), borderPressed: Color = border, borderHovered: Color = border, caret: Color = IntUiLightTheme.colors.grey(1), caretDisabled: Color = caret, caretFocused: Color = caret, caretPressed: Color = caret, caretHovered: Color = caret, placeholder: Color = IntUiLightTheme.colors.grey(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.grey(2), contentColor: Color = IntUiLightTheme.colors.grey(12), borderColor: Color = backgroundColor, shadow: Color = Color(0x78919191)): TooltipColors