dark

@Composable
fun CheckboxStyle.Companion.dark(colors: CheckboxColors = CheckboxColors.dark(), metrics: CheckboxMetrics = CheckboxMetrics.defaults(), icons: CheckboxIcons = CheckboxIcons.dark()): CheckboxStyle
@Composable
fun CheckboxColors.Companion.dark(content: Color = Color.Unspecified, contentDisabled: Color = IntUiDarkTheme.colors.grey(7), contentSelected: Color = content): CheckboxColors
@Composable
fun CheckboxIcons.Companion.dark(checkbox: PainterProvider = standalonePainterProvider("com/intellij/ide/ui/laf/icons/darcula/checkBox.svg")): CheckboxIcons
@Composable
fun ChipStyle.Companion.dark(colors: ChipColors = ChipColors.dark(), metrics: ChipMetrics = ChipMetrics.defaults()): ChipStyle
@Composable
fun ChipColors.Companion.dark(background: Brush = SolidColor(IntUiDarkTheme.colors.grey(2)), backgroundDisabled: Brush = SolidColor(IntUiDarkTheme.colors.grey(4)), backgroundFocused: Brush = background, backgroundPressed: Brush = SolidColor(IntUiDarkTheme.colors.grey(5)), backgroundHovered: Brush = background, backgroundSelected: Brush = SolidColor(IntUiDarkTheme.colors.grey(3)), backgroundSelectedDisabled: Brush = backgroundDisabled, backgroundSelectedFocused: Brush = backgroundSelected, backgroundSelectedPressed: Brush = backgroundPressed, backgroundSelectedHovered: Brush = backgroundSelected, content: Color = IntUiDarkTheme.colors.grey(12), contentDisabled: Color = IntUiDarkTheme.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 = IntUiDarkTheme.colors.grey(5), borderDisabled: Color = IntUiDarkTheme.colors.grey(6), borderFocused: Color = IntUiDarkTheme.colors.blue(6), borderPressed: Color = IntUiDarkTheme.colors.grey(7), borderHovered: Color = borderPressed, borderSelected: Color = IntUiDarkTheme.colors.blue(6), borderSelectedDisabled: Color = borderDisabled, borderSelectedFocused: Color = borderSelected, borderSelectedPressed: Color = borderSelected, borderSelectedHovered: Color = borderSelected): ChipColors
fun CircularProgressStyle.Companion.dark(frameTime: Duration = 125.milliseconds, color: Color = Color(0xFF6F737A)): CircularProgressStyle
@Composable
fun DividerStyle.Companion.dark(color: Color = IntUiDarkTheme.colors.grey(1), metrics: DividerMetrics = DividerMetrics.defaults()): DividerStyle
@Composable
fun GroupHeaderStyle.Companion.dark(colors: GroupHeaderColors = GroupHeaderColors.dark(), metrics: GroupHeaderMetrics = GroupHeaderMetrics.defaults()): GroupHeaderStyle
@Composable
fun GroupHeaderColors.Companion.dark(divider: Color = IntUiDarkTheme.colors.grey(3)): GroupHeaderColors
@Composable
fun HorizontalProgressBarStyle.Companion.dark(colors: HorizontalProgressBarColors = HorizontalProgressBarColors.dark(), metrics: HorizontalProgressBarMetrics = HorizontalProgressBarMetrics.defaults(), indeterminateCycleDuration: Duration = 800.milliseconds): HorizontalProgressBarStyle
@Composable
fun HorizontalProgressBarColors.Companion.dark(track: Color = IntUiDarkTheme.colors.grey(4), progress: Color = IntUiDarkTheme.colors.blue(7), indeterminateBase: Color = IntUiDarkTheme.colors.blue(9), indeterminateHighlight: Color = IntUiDarkTheme.colors.blue(5)): HorizontalProgressBarColors
@Composable
fun IconButtonStyle.Companion.dark(colors: IconButtonColors = IconButtonColors.dark(), metrics: IconButtonMetrics = IconButtonMetrics.defaults()): IconButtonStyle
@Composable
fun IconButtonColors.Companion.dark(foregroundSelectedActivated: Color = IntUiDarkTheme.colors.grey(14), background: Color = Color.Unspecified, backgroundDisabled: Color = background, backgroundSelected: Color = IntUiDarkTheme.colors.grey(5), backgroundSelectedActivated: Color = IntUiDarkTheme.colors.blue(6), backgroundFocused: Color = background, backgroundPressed: Color = IntUiDarkTheme.colors.grey(5), backgroundHovered: Color = IntUiDarkTheme.colors.grey(3), 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.dark(colors: LazyTreeColors = LazyTreeColors.dark(), metrics: LazyTreeMetrics = LazyTreeMetrics.defaults(), icons: LazyTreeIcons = LazyTreeIcons.defaults()): LazyTreeStyle
@Composable
fun LazyTreeColors.Companion.dark(content: Color = Color.Unspecified, contentFocused: Color = content, contentSelected: Color = content, contentSelectedFocused: Color = content, nodeBackgroundFocused: Color = Color.Unspecified, nodeBackgroundSelected: Color = IntUiDarkTheme.colors.grey(4), nodeBackgroundSelectedFocused: Color = IntUiDarkTheme.colors.blue(2)): LazyTreeColors
@Composable
fun LinkStyle.Companion.dark(colors: LinkColors = LinkColors.dark(), metrics: LinkMetrics = LinkMetrics.defaults(), icons: LinkIcons = LinkIcons.defaults(), textStyles: LinkTextStyles = LinkTextStyles.dark()): LinkStyle
@Composable
fun LinkColors.Companion.dark(content: Color = IntUiDarkTheme.colors.blue(9), contentDisabled: Color = IntUiDarkTheme.colors.grey(7), contentFocused: Color = content, contentPressed: Color = content, contentHovered: Color = content, contentVisited: Color = content): LinkColors
@Composable
fun LinkTextStyles.Companion.dark(normal: TextStyle = JewelTheme.createDefaultTextStyle().copy(textDecoration = TextDecoration.Underline), disabled: TextStyle = JewelTheme.createDefaultTextStyle(), focused: TextStyle = normal, pressed: TextStyle = normal, hovered: TextStyle = normal, visited: TextStyle = normal): LinkTextStyles
@Composable
fun MenuStyle.Companion.dark(colors: MenuColors = MenuColors.dark(), metrics: MenuMetrics = MenuMetrics.defaults(), icons: MenuIcons = MenuIcons.defaults()): MenuStyle
@Composable
fun MenuColors.Companion.dark(background: Color = IntUiDarkTheme.colors.grey(2), border: Color = IntUiDarkTheme.colors.grey(3), shadow: Color = Color(0x66000000), itemColors: MenuItemColors = MenuItemColors.dark()): MenuColors
@Composable
fun MenuItemColors.Companion.dark(background: Color = IntUiDarkTheme.colors.grey(2), backgroundDisabled: Color = IntUiDarkTheme.colors.grey(2), backgroundFocused: Color = IntUiDarkTheme.colors.blue(2), backgroundPressed: Color = background, backgroundHovered: Color = backgroundFocused, content: Color = IntUiDarkTheme.colors.grey(12), contentDisabled: Color = IntUiDarkTheme.colors.grey(7), contentFocused: Color = content, contentPressed: Color = content, contentHovered: Color = content, iconTint: Color = IntUiDarkTheme.colors.grey(10), iconTintDisabled: Color = iconTint, iconTintFocused: Color = iconTint, iconTintPressed: Color = iconTint, iconTintHovered: Color = iconTint, keybindingTint: Color = IntUiDarkTheme.colors.grey(7), keybindingTintDisabled: Color = keybindingTint, keybindingTintFocused: Color = IntUiDarkTheme.colors.grey(12), keybindingTintPressed: Color = keybindingTintFocused, keybindingTintHovered: Color = keybindingTintFocused, separator: Color = IntUiDarkTheme.colors.grey(3)): MenuItemColors
@Composable
fun RadioButtonStyle.Companion.dark(colors: RadioButtonColors = RadioButtonColors.dark(), metrics: RadioButtonMetrics = RadioButtonMetrics.defaults(), icons: RadioButtonIcons = RadioButtonIcons.dark()): RadioButtonStyle
@Composable
fun RadioButtonColors.Companion.dark(content: Color = Color.Unspecified, contentHovered: Color = content, contentDisabled: Color = IntUiDarkTheme.colors.grey(8), contentSelected: Color = content, contentSelectedHovered: Color = content, contentSelectedDisabled: Color = contentDisabled): RadioButtonColors
fun RadioButtonIcons.Companion.dark(radioButton: PainterProvider = standalonePainterProvider("com/intellij/ide/ui/laf/icons/darcula/radio.svg")): RadioButtonIcons
@Composable
fun ScrollbarStyle.Companion.dark(colors: ScrollbarColors = ScrollbarColors.dark(), metrics: ScrollbarMetrics = ScrollbarMetrics.defaults(), hoverDuration: Duration = 300.milliseconds): ScrollbarStyle
@Composable
fun ScrollbarColors.Companion.dark(thumbBackground: Color = Color(0x59808080), thumbBackgroundHovered: Color = Color(0x8C808080)): ScrollbarColors
@Composable
fun SliderStyle.Companion.dark(colors: SliderColors = SliderColors.dark(), metrics: SliderMetrics = SliderMetrics.defaults(), thumbShape: Shape = CircleShape): SliderStyle
@Composable
fun SliderColors.Companion.dark(track: Color = IntUiDarkTheme.colors.grey(4), trackFilled: Color = IntUiDarkTheme.colors.blue(7), trackDisabled: Color = IntUiDarkTheme.colors.grey(3), trackFilledDisabled: Color = IntUiDarkTheme.colors.grey(4), stepMarker: Color = track, thumbFill: Color = IntUiDarkTheme.colors.grey(2), thumbFillDisabled: Color = IntUiDarkTheme.colors.grey(3), thumbFillFocused: Color = thumbFill, thumbFillPressed: Color = thumbFill, thumbFillHovered: Color = thumbFill, thumbBorder: Color = IntUiDarkTheme.colors.grey(7), thumbBorderFocused: Color = IntUiDarkTheme.colors.blue(6), thumbBorderDisabled: Color = IntUiDarkTheme.colors.grey(5), thumbBorderPressed: Color = IntUiDarkTheme.colors.grey(8), thumbBorderHovered: Color = IntUiDarkTheme.colors.grey(9)): SliderColors
@Composable
fun TextAreaStyle.Companion.dark(colors: TextAreaColors = TextAreaColors.dark(), metrics: TextAreaMetrics = TextAreaMetrics.defaults(), textStyle: TextStyle = JewelTheme.createDefaultTextStyle()): TextAreaStyle
@Composable
fun TextAreaColors.Companion.dark(background: Color = IntUiDarkTheme.colors.grey(2), backgroundDisabled: Color = background, backgroundFocused: Color = background, backgroundPressed: Color = background, backgroundHovered: Color = background, content: Color = IntUiDarkTheme.colors.grey(12), contentDisabled: Color = IntUiDarkTheme.colors.grey(7), contentFocused: Color = content, contentPressed: Color = content, contentHovered: Color = content, border: Color = IntUiDarkTheme.colors.grey(5), borderDisabled: Color = border, borderFocused: Color = IntUiDarkTheme.colors.blue(6), borderPressed: Color = border, borderHovered: Color = border, caret: Color = IntUiDarkTheme.colors.grey(12), caretDisabled: Color = caret, caretFocused: Color = caret, caretPressed: Color = caret, caretHovered: Color = caret, placeholder: Color = IntUiDarkTheme.colors.grey(7)): TextAreaColors
@Composable
fun TextFieldStyle.Companion.dark(colors: TextFieldColors = TextFieldColors.dark(), metrics: TextFieldMetrics = TextFieldMetrics.defaults(), textStyle: TextStyle = JewelTheme.createDefaultTextStyle()): TextFieldStyle
@Composable
fun TextFieldColors.Companion.dark(background: Color = IntUiDarkTheme.colors.grey(2), backgroundDisabled: Color = background, backgroundFocused: Color = background, backgroundPressed: Color = background, backgroundHovered: Color = background, content: Color = IntUiDarkTheme.colors.grey(12), contentDisabled: Color = IntUiDarkTheme.colors.grey(7), contentFocused: Color = content, contentPressed: Color = content, contentHovered: Color = content, border: Color = IntUiDarkTheme.colors.grey(5), borderDisabled: Color = border, borderFocused: Color = IntUiDarkTheme.colors.blue(6), borderPressed: Color = border, borderHovered: Color = border, caret: Color = IntUiDarkTheme.colors.grey(12), caretDisabled: Color = caret, caretFocused: Color = caret, caretPressed: Color = caret, caretHovered: Color = caret, placeholder: Color = IntUiDarkTheme.colors.grey(7)): TextFieldColors
@Composable
fun TooltipStyle.Companion.dark(intUiTooltipColors: TooltipColors = TooltipColors.dark(), intUiTooltipMetrics: TooltipMetrics = TooltipMetrics.defaults()): TooltipStyle
@Composable
fun TooltipColors.Companion.dark(backgroundColor: Color = IntUiDarkTheme.colors.grey(2), contentColor: Color = IntUiDarkTheme.colors.grey(12), borderColor: Color = IntUiDarkTheme.colors.grey(3), shadow: Color = Color(0x66000000)): TooltipColors