fun dark(focused: Color = IntUiDarkTheme.colors.blue(6), focusedWarning: Color = IntUiDarkTheme.colors.yellow(4), focusedError: Color = IntUiDarkTheme.colors.red(4), warning: Color = IntUiDarkTheme.colors.yellow(2), error: Color = IntUiDarkTheme.colors.red(2)): IntUiOutlineColors
fun light(focused: Color = IntUiLightTheme.colors.blue(4), focusedWarning: Color = IntUiLightTheme.colors.yellow(4), focusedError: Color = IntUiLightTheme.colors.red(4), warning: Color = IntUiLightTheme.colors.yellow(7), error: Color = IntUiLightTheme.colors.red(9)): IntUiOutlineColors