dark

@Composable
fun 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, iconTint: Color = Color.Unspecified, iconTintDisabled: Color = IntUiDarkTheme.colors.grey(6)): IntUiLinkColors