light
fun light(background: Color = Color.Transparent, backgroundHovered: Color = background, backgroundPressed: Color = background, 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 = IntUiLightTheme.colors.blue(4)): TabColors