UNPKG

@ory/client

Version:

OpenAPI client for @ory/client

77 lines (69 loc) 5.88 kB
# ProjectBrandingColors ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **accent_default_color** | **string** | AccentDefaultColor is a hex color code used by the Ory Account Experience theme. | [optional] [default to undefined] **accent_disabled_color** | **string** | AccentDisabledColor is a hex color code used by the Ory Account Experience theme. | [optional] [default to undefined] **accent_emphasis_color** | **string** | AccentEmphasisColor is a hex color code used by the Ory Account Experience theme. | [optional] [default to undefined] **accent_muted_color** | **string** | AccentMutedColor is a hex color code used by the Ory Account Experience theme. | [optional] [default to undefined] **accent_subtle_color** | **string** | AccentSubtleColor is a hex color code used by the Ory Account Experience theme. | [optional] [default to undefined] **background_canvas_color** | **string** | BackgroundCanvasColor is a hex color code used by the Ory Account Experience theme. | [optional] [default to undefined] **background_subtle_color** | **string** | BackgroundSubtleColor is a hex color code used by the Ory Account Experience theme. | [optional] [default to undefined] **background_surface_color** | **string** | BackgroundSurfaceColor is a hex color code used by the Ory Account Experience theme. | [optional] [default to undefined] **border_default_color** | **string** | BorderDefaultColor is a hex color code used by the Ory Account Experience theme. | [optional] [default to undefined] **error_default_color** | **string** | ErrorDefaultColor is a hex color code used by the Ory Account Experience theme. | [optional] [default to undefined] **error_emphasis_color** | **string** | ErrorEmphasisColor is a hex color code used by the Ory Account Experience theme. | [optional] [default to undefined] **error_muted_color** | **string** | ErrorMutedColor is a hex color code used by the Ory Account Experience theme. | [optional] [default to undefined] **error_subtle_color** | **string** | ErrorSubtleColor is a hex color code used by the Ory Account Experience theme. | [optional] [default to undefined] **foreground_default_color** | **string** | ForegroundDefaultColor is a hex color code used by the Ory Account Experience theme. | [optional] [default to undefined] **foreground_disabled_color** | **string** | ForegroundDisabledColor is a hex color code used by the Ory Account Experience theme. | [optional] [default to undefined] **foreground_muted_color** | **string** | ForegroundMutedColor is a hex color code used by the Ory Account Experience theme. | [optional] [default to undefined] **foreground_on_accent_color** | **string** | ForegroundOnAccentColor is a hex color code used by the Ory Account Experience theme. | [optional] [default to undefined] **foreground_on_dark_color** | **string** | ForegroundOnDarkColor is a hex color code used by the Ory Account Experience theme. | [optional] [default to undefined] **foreground_on_disabled_color** | **string** | ForegroundOnDisabledColor is a hex color code used by the Ory Account Experience theme. | [optional] [default to undefined] **foreground_subtle_color** | **string** | ForegroundSubtleColor is a hex color code used by the Ory Account Experience theme. | [optional] [default to undefined] **input_background_color** | **string** | InputBackgroundColor is a hex color code used by the Ory Account Experience theme. | [optional] [default to undefined] **input_disabled_color** | **string** | InputDisabledColor is a hex color code used by the Ory Account Experience theme. | [optional] [default to undefined] **input_placeholder_color** | **string** | InputPlaceholderColor is a hex color code used by the Ory Account Experience theme. | [optional] [default to undefined] **input_text_color** | **string** | InputTextColor is a hex color code used by the Ory Account Experience theme. | [optional] [default to undefined] **primary_color** | **string** | Primary color is an hsla color value used to derive the other colors from for the Ory Account Experience theme. | [optional] [default to undefined] **secondary_color** | **string** | Secondary color is a hsla color code used to derive the other colors from for the Ory Account Experience theme. | [optional] [default to undefined] **success_emphasis_color** | **string** | SuccessEmphasisColor is a hex color code used by the Ory Account Experience theme. | [optional] [default to undefined] **text_default_color** | **string** | TextDefaultColor is a hex color code used by the Ory Account Experience theme. | [optional] [default to undefined] **text_disabled_color** | **string** | TextDisabledColor is a hex color code used by the Ory Account Experience theme. | [optional] [default to undefined] ## Example ```typescript import { ProjectBrandingColors } from '@ory/client'; const instance: ProjectBrandingColors = { accent_default_color, accent_disabled_color, accent_emphasis_color, accent_muted_color, accent_subtle_color, background_canvas_color, background_subtle_color, background_surface_color, border_default_color, error_default_color, error_emphasis_color, error_muted_color, error_subtle_color, foreground_default_color, foreground_disabled_color, foreground_muted_color, foreground_on_accent_color, foreground_on_dark_color, foreground_on_disabled_color, foreground_subtle_color, input_background_color, input_disabled_color, input_placeholder_color, input_text_color, primary_color, secondary_color, success_emphasis_color, text_default_color, text_disabled_color, }; ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)