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): IntUiLinkColors
fun light(content: Color = IntUiLightTheme.colors.blue(2), contentDisabled: Color = IntUiLightTheme.colors.grey(8), contentFocused: Color = content, contentPressed: Color = content, contentHovered: Color = content, contentVisited: Color = content): IntUiLinkColors