pub struct ProjectBrandingColors {
Show 29 fields pub accent_default_color: Option<String>, pub accent_disabled_color: Option<String>, pub accent_emphasis_color: Option<String>, pub accent_muted_color: Option<String>, pub accent_subtle_color: Option<String>, pub background_canvas_color: Option<String>, pub background_subtle_color: Option<String>, pub background_surface_color: Option<String>, pub border_default_color: Option<String>, pub error_default_color: Option<String>, pub error_emphasis_color: Option<String>, pub error_muted_color: Option<String>, pub error_subtle_color: Option<String>, pub foreground_default_color: Option<String>, pub foreground_disabled_color: Option<String>, pub foreground_muted_color: Option<String>, pub foreground_on_accent_color: Option<String>, pub foreground_on_dark_color: Option<String>, pub foreground_on_disabled_color: Option<String>, pub foreground_subtle_color: Option<String>, pub input_background_color: Option<String>, pub input_disabled_color: Option<String>, pub input_placeholder_color: Option<String>, pub input_text_color: Option<String>, pub primary_color: Option<String>, pub secondary_color: Option<String>, pub success_emphasis_color: Option<String>, pub text_default_color: Option<String>, pub text_disabled_color: Option<String>,
}
Expand description

ProjectBrandingColors : The Project Branding Colors

Fields§

§accent_default_color: Option<String>

AccentDefaultColor is a hex color code used by the Ory Account Experience theme.

§accent_disabled_color: Option<String>

AccentDisabledColor is a hex color code used by the Ory Account Experience theme.

§accent_emphasis_color: Option<String>

AccentEmphasisColor is a hex color code used by the Ory Account Experience theme.

§accent_muted_color: Option<String>

AccentMutedColor is a hex color code used by the Ory Account Experience theme.

§accent_subtle_color: Option<String>

AccentSubtleColor is a hex color code used by the Ory Account Experience theme.

§background_canvas_color: Option<String>

BackgroundCanvasColor is a hex color code used by the Ory Account Experience theme.

§background_subtle_color: Option<String>

BackgroundSubtleColor is a hex color code used by the Ory Account Experience theme.

§background_surface_color: Option<String>

BackgroundSurfaceColor is a hex color code used by the Ory Account Experience theme.

§border_default_color: Option<String>

BorderDefaultColor is a hex color code used by the Ory Account Experience theme.

§error_default_color: Option<String>

ErrorDefaultColor is a hex color code used by the Ory Account Experience theme.

§error_emphasis_color: Option<String>

ErrorEmphasisColor is a hex color code used by the Ory Account Experience theme.

§error_muted_color: Option<String>

ErrorMutedColor is a hex color code used by the Ory Account Experience theme.

§error_subtle_color: Option<String>

ErrorSubtleColor is a hex color code used by the Ory Account Experience theme.

§foreground_default_color: Option<String>

ForegroundDefaultColor is a hex color code used by the Ory Account Experience theme.

§foreground_disabled_color: Option<String>

ForegroundDisabledColor is a hex color code used by the Ory Account Experience theme.

§foreground_muted_color: Option<String>

ForegroundMutedColor is a hex color code used by the Ory Account Experience theme.

§foreground_on_accent_color: Option<String>

ForegroundOnAccentColor is a hex color code used by the Ory Account Experience theme.

§foreground_on_dark_color: Option<String>

ForegroundOnDarkColor is a hex color code used by the Ory Account Experience theme.

§foreground_on_disabled_color: Option<String>

ForegroundOnDisabledColor is a hex color code used by the Ory Account Experience theme.

§foreground_subtle_color: Option<String>

ForegroundSubtleColor is a hex color code used by the Ory Account Experience theme.

§input_background_color: Option<String>

InputBackgroundColor is a hex color code used by the Ory Account Experience theme.

§input_disabled_color: Option<String>

InputDisabledColor is a hex color code used by the Ory Account Experience theme.

§input_placeholder_color: Option<String>

InputPlaceholderColor is a hex color code used by the Ory Account Experience theme.

§input_text_color: Option<String>

InputTextColor is a hex color code used by the Ory Account Experience theme.

§primary_color: Option<String>

Primary color is an hsla color value used to derive the other colors from for the Ory Account Experience theme.

§secondary_color: Option<String>

Secondary color is a hsla color code used to derive the other colors from for the Ory Account Experience theme.

§success_emphasis_color: Option<String>

SuccessEmphasisColor is a hex color code used by the Ory Account Experience theme.

§text_default_color: Option<String>

TextDefaultColor is a hex color code used by the Ory Account Experience theme.

§text_disabled_color: Option<String>

TextDisabledColor is a hex color code used by the Ory Account Experience theme.

Implementations§

The Project Branding Colors

Trait Implementations§

Returns a copy of the value. Read more
Performs copy-assignment from source. Read more
Formats the value using the given formatter. Read more
Returns the “default value” for a type. Read more
Deserialize this value from the given Serde deserializer. Read more
This method tests for self and other values to be equal, and is used by ==.
This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
Serialize this value into the given Serde serializer. Read more

Auto Trait Implementations§

Blanket Implementations§

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more
Instruments this type with the current Span, returning an Instrumented wrapper. Read more

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The resulting type after obtaining ownership.
Creates owned data from borrowed data, usually by cloning. Read more
Uses borrowed data to replace owned data, usually by cloning. Read more
The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.
Attaches the provided Subscriber to this type, returning a WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a WithDispatch wrapper. Read more