light
fun light(background: Color = Color.Transparent, backgroundFocused: Color = background, 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, contentFocused: Color = content, contentSelected: Color = content, underline: Color = Color.Unspecified, underlineHovered: Color = underline, underlineDisabled: Color = underline, underlinePressed: Color = underline, underlineFocused: Color = underline, underlineSelected: Color = IntUiLightTheme.colors.blue(4)): IntUiTabColors