UNPKG

@ory/client

Version:

OpenAPI client for @ory/client

95 lines (87 loc) 7.12 kB
# ProjectBrandingTheme ## 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] **created_at** | **string** | The Customization Creation Date. | [readonly] [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] **favicon_type** | **string** | Favicon Type The Favicon mime type. | [optional] [default to undefined] **favicon_url** | **string** | Favicon URL Favicon can be an https:// or base64:// URL. If the URL is not allowed, the favicon will be stored inside the Ory Network storage bucket. | [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] **id** | **string** | The customization theme ID. | [readonly] [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] **logo_type** | **string** | Logo Type The Logo mime type. | [optional] [default to undefined] **logo_url** | **string** | Logo URL Logo can be an https:// or base64:// URL. If the URL is not allowed, the logo will be stored inside the Ory Network storage bucket. | [optional] [default to undefined] **name** | **string** | The customization theme name. | [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] **project_branding_id** | **string** | The ProjectBranding ID this customization is associated with. | [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] **updated_at** | **string** | Last Time Branding was Updated. | [readonly] [default to undefined] ## Example ```typescript import { ProjectBrandingTheme } from '@ory/client'; const instance: ProjectBrandingTheme = { 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, created_at, error_default_color, error_emphasis_color, error_muted_color, error_subtle_color, favicon_type, favicon_url, foreground_default_color, foreground_disabled_color, foreground_muted_color, foreground_on_accent_color, foreground_on_dark_color, foreground_on_disabled_color, foreground_subtle_color, id, input_background_color, input_disabled_color, input_placeholder_color, input_text_color, logo_type, logo_url, name, primary_color, project_branding_id, secondary_color, success_emphasis_color, text_default_color, text_disabled_color, updated_at, }; ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)