dark

fun dark(background: Color = Color.Unspecified, backgroundHovered: Color = IntUiDarkTheme.colors.gray(4), backgroundPressed: Color = backgroundHovered, backgroundSelected: Color = background, backgroundDisabled: Color = background, content: Color = Color.Unspecified, contentHovered: Color = content, contentDisabled: Color = content, contentPressed: Color = content, contentSelected: Color = content, underline: Color = Color.Unspecified, underlineHovered: Color = underline, underlineDisabled: Color = underline, underlinePressed: Color = underline, underlineSelected: Color = IntUiDarkTheme.colors.blue(6)): TabColors