light
fun light(background: Color = IntUiLightTheme.colors.gray(14), backgroundHovered: Color = IntUiLightTheme.colors.gray(12), backgroundPressed: Color = backgroundHovered, backgroundSelected: Color = background, backgroundDisabled: Color = background, content: Color = IntUiLightTheme.colors.gray(1), 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